Burke Learns Blazor - Edit Form and API Updates We're going to update the API to use the Cosmos client and maybe do some updates on the Edit form. And Burke shows off the signature move that won him the "P...
Web Scraping for Me, But Not for Thee (Guest Blog Post) - Technology & Marketing Law Blog by guest blogger Kieran McCarthy There are few, if any, legal domains where hypocrisy is as baked into the ecosystem as it is with web scraping. Some of the biggest companies on earth—including Meta and Microsoft—take aggressive, litigious approaches to.....
Luckily I got hit by a car After being hit by a car earlier this week, I started thinking about luck, and how I feel about historical events in my life.
Creating an index for my personal website using NLP | James' Coffee Blog At Homebrew Website Club this week, we discussed book indexes (with the Chicago Manual of Style nearby as a reference, of course!). This got me thinking about what a web index may look like for a blog: a page formatted like a book index where you can see ...
Improve System Stability With Small Steps Sleep easier at night with more smaller changes. Many more. More than you think. And small. Smaller than you think.
LLMs Will Never Be Able to Do Math Since contemporary LLM architectures lack recursion, they're fundamentally incapable of doing some math operations.
Adding Wi-Fi to the Macintosh Portable Over the past year or so, I've been working with other BlueSCSI developers to add Wi-Fi functionality to their open-hardware SCSI device, enabling Wi-Fi support for old Macs and other vintage computers going back some 36 years.
Web API Development for the Absolute Beginner: A Step-by-step Approach to Learning the Fundamentals of Web API Development with .NET 7: Dominte, Irina: 9781484293478: Amazon.com: Books Web API Development for the Absolute Beginner: A Step-by-step Approach to Learning the Fundamentals of Web API Development with .NET 7 [Dominte, Irina] on Amazon.com. *FREE* shipping on qualifying offers. Web API Development for the Absolute Beginner: A S...
Why is this new kind of AI everywhere? One Dev Question AI is everywhere! John Maeda explains why AI is having its "ketchup bottle moment". Learn more here in John's SXSW talk here: https://msft.it/60569ziZ4#onede...
Web API Development for the Absolute Beginner This book for developers is a complete introduction to teach you how to use .NET Web API, a .NET framework used to create APIs.
Meta Connect 2023: Virtual Event A two-day live event from Meta, focused on AI and virtual, mixed and augmented realities.
Bypassing Bitlocker using a cheap logic analyzer on a Lenovo laptop Have you ever been told that the company’s data on laptops is protected thanks to BitLocker? Well it turns out that this depends on BitLocker’s configuration…
GitHub - intel/intel-one-mono: Intel One Mono font repository Intel One Mono font repository. Contribute to intel/intel-one-mono development by creating an account on GitHub.
Hugging Face raises $235M from investors including Salesforce and Nvidia | TechCrunch Hugging Face, a platform for developing AI models and tooling, has raised $235 million in a venture funding round.
Dynamically Adapting To Application Sizes In this blog post I’m going to talk about our .NET 8.0 GC feature called DATAS (Dynamic Adaptation To Application Sizes). To talk about…
New Teams Toolkit for Visual Studio release with exciting features for .NET developers - Microsoft 365 Developer Blog Learn about the newest capabilities for .NET developers in the latest version of Teams Toolkit for Visual Studio.
Public report of auditing Penumbra's circuits We have audited Penumbra’s main circuits, and published a report of the findings. You can read about it on Penumbra’s blog post here. Of those 8 issues found, the Penumbra Labs team considered the two highest impact bugs to be the “double spend” and “doub...
Penumbra Security Audits Q3 2023 In summer of 2023, Penumbra Labs had two concurrent audits performed covering Penumbra’s cryptographic protocol design and zero-knowledge circuits.
Developing with Multiple Repositories inside a Single Solution for .NET - CSE Developer Blog A strategy for working with interdependent .NET repositories locally and remotely.
Xamarin.Forms to .NET MAUI Upgrade & Migration Guide | 2023 Edition The time is now to start migrating, upgrading, and updating your Xamairn & Xamarin.Forms apps to .NET & .NET MAUI! It has also never been easier to make this...
Introducing Code Llama, a state-of-the-art large language model for coding Code Llama, which is built on top of Llama 2, is free for research and commercial use.
Domain Modeling Gone Right - Part 2 So you are applying domain driven design and want to define aggregates. Welcome back to my channel. I'm Derek Comartin from CodeOpinion.com, and I'm going to...
A twisted tale of memory optimization I was looking into reducing the allocation in a particular part of our code, and I ran into what was basically the following code (boiled down to the essenti...
“Minimal Architecture” on DotNetRocks Hey, JasperFx Software is completely open for business, and ready to help your company make the most of your software development initiatives. While we’d be thrilled to work with ou…
On writing loops in PPL and continuation-passing style, part 3 - The Old New Thing Explicit shared state.
Star your favorite websites in the dashboard You can now “star” up to 10 of the websites and applications you have on Cloudflare for quicker access
The .NET 8 Auth Changes You Must Know About! Use code DDD20 and get 20% off the brand new Domain-Driven Design course on Dometrain: https://dometrain.com/course/getting-started-domain-driven-design-dddB...
Domain-Driven Design's Holy Grail Getting Started With Domain-Driven Design Course on Dometrain: https://dometrain.com/course/getting-started-domain-driven-design-dddIn this video, we'll talk...
Fluid Framework 2.0 Alpha Features SharedTree Distributed Data Structure and Developer Tools Microsoft is readying version 2.0 of their Fluid Framework for real-time collaboration. The available alpha and internal releases add a new object-oriented shared data structure and browser-based developer tooling.
C# Interfaces With Default Method Implementations #shorts 📌 Check out my Pragmatic Clean Architecture course: https://www.milanjovanovic.tech/pragmatic-clean-architecture🚀 Join 770+ engineers in my Patreon commun...
500 Byte Images: The Haiku Vector Icon Format Haiku uses a custom vector image format to store icons. This is surprising both because most OSes consider bitmaps to be totally sufficient to represent icons and because there are plenty of vector graphics formats out this (e.g. SVG). The goal of the Hai...
.NET Pro Guide | Stefan Đokić Stefan Djokic, a seasoned .NET professional, shares insights, tutorials, and tips for aspiring C# and .NET developers. Subscribe for weekly content updates.
Overview of Web PubSub for Socket.IO An overview of Web PubSub's support for the open-source Socket.IO library
Bun v0.8.0 Bun gets debugger support, fetch streaming, and `bun update`. ReadStream and WriteStream from `node:tty` are implemented, including raw mode on `process.stdin`. SvelteKit now works in Bun. Plus bug fixes and stability improvements.
How to Mark Methods as Deprecated in C# - Code Maze In this article, we will learn how to mark methods as deprecated in C# together with providing useful information accordingly.
NVIDIA Announces Financial Results for Second Quarter Fiscal 2024 NVIDIA today reported revenue for the second quarter ended July 30, 2023, of $13.51 billion, up 101% from a year ago and up 88% from the previous quarter.
Async Teaching Through PR Reviews Are pull requests the key to teaching less experienced devs at work? Hear one tech lead’s success story.
Generative Builder Pattern in C# In our previous post, we discussed the power of .NET source code generators and implemented one to automate the Builder pattern. This time…
.NET Rocks! Minimal Architecture with Jeremy Miller How much architectural ceremony is enough? Carl and Richard talk to Jeremy Miller about his minimal approach to architecture when building software, including his products Wolverine and Marten. Jeremy talks about how good tooling can simplify architecture...
How to sabotage your salary negotiation efforts before you even start We've helped hundreds of people negotiate an average of $50k more. These are the two mistakes we can't undo.
Fluent UI Insights: Accessible by default Fluent UI Insights is a series that describes the design and decisions behind the Fluent UI design system. In the fifth episode, members of the Fluent UI tea...