Entity Framework AsNoTracking Does Nothing In This Case #shorts 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead ...
Linux Kernel: A Single Point of Failure The last 24 hours have been an absolute disaster of downtime for me. I’m talking about servers being down kind of downtime, not the netflix-and-chill kind of downtime. The end result of this …
Will we get Mario Kart 8 online mode back on Wii U? – Michiels Blog The Wii U was one of the least popular platforms by Nintendo. It never saw much sales, probably partly due to its confusing name and its strange ‘not-a-tablet’ controller.
Compress-a-Palooza: Unpacking 5 Billion Varints in only 4 Billion CPU Cycles Introduction Link to heading Varint is a widely recognized technique used for compressing integer streams. Essentially, it suggests that it can be more efficient to encode a number using a variable-length representation instead of a fixed-size binary repr...
Customizing web search with LLMs Updating my custom search system to route some queries to GPT-3.5-turbo using the OpenAI API, while still routing others to different search engines.
PGP signatures on PyPI: worse than useless May 21, 2023 Tags: cryptography, devblog, programming, python, rant
How I do my to-dos Every week I create a weekly note, and write my to-dos for the week. I may add more items to it during the week.
Honing Your Craft | Davis Haupt In order to put the best work out there, it's important to take time to sharpen your tools.
We are, all of us, Machines I don’t want to facilitate the flow of thousands of Keurig cups to people with more money than they can spend; I want them to fucking choke on it and leave me alone.
Amazon SNS and ASP.NET Core: Building Super Scalable Notification Systems for .NET Applications on AWS In this article, we'll bring together Amazon SNS and ASP.NET Core to build super scalable notification systems. Amazon SNS is an excellent choice if you're
Stay Alert: The Rising Threat of Malicious Extensions in Microsoft's VSCode Marketplace Recent surge of malicious extensions in Microsoft's VSCode Marketplace. Understand the threats, the extensions involved, and learn how to protect yourself in this evolving digital landscape
Dolphin Progress Report: February, March, and April 2023 It's been a hectic past few months for the project. In addition to the upcoming release on Steam, a lot of focus has gone into other major features. While not everything has landed yet, two very important changes to Android did arrive, one of which has be...
Gopas TechEd 2023 | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura 21 May 2023 1 mins Presentations & Speaking
The Ultimate .NET Version Guide .NET has been around for over 20 years. With so many versions, and different framework names such as .NET Framework, .NET Core, and .NET.
Why you are going to LOVE Primary Constructors in C# 12! The first previews of C# 12 are here and one of my favorite features, which is soon to be your favorite feature is primary constructors! But, what are they? ...
Embedding Draw.io Diagrams in VSCode If you’re like me, you love discovering new ways to boost your productivity and workflows. One of my favorite tools is Draw.io. I’ve used the desktop tool and the website, but I found a new integration that has significantly elevated my VSCode experience:...
Writing Python like it’s Rust I started programming in Rust several years ago, and it has gradually changed the way I design programs in other programming languages, most notably in Python. Before I started using Rust, I was usually writing Python code in a very dynamic and type-loose...
C# 12 "Primary Constructors" #dotnet #csharp In this video, I demonstrate a new feature coming in C# 12 called "Primary Constructors". This feature is currently in preview, but you can download all the ...
What Is Method Dependency Injection? #shorts 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead ...
The Configuration Complexity Clock When I was a young coder, just starting out in the big scary world of enterprise software, an older, far more experienced chap gave me a ste...
Worst Practices in Software Development: Andreas Kling is sure it'll work this time In this episode, we hear from Andreas Kling about his *worst* practice in software development: being sure all the bugs will be fixed in the latest iteration...