.Net 7 improvements
.NET 7 Networking Improvements Some low-level network improvements that make things “just work” as expected. Code Optimization Using Span Since strings are immutable, it’s an unnecessary allocat...
.NET 7 Networking Improvements Some low-level network improvements that make things “just work” as expected. Code Optimization Using Span Since strings are immutable, it’s an unnecessary allocat...
35 Misconceptions about date and time A non-exhaustive list of false assumptions people often make about date and time. I always knew time is hard, but such a big list makes it clearer.
Hacking Google Hacking Google series on YouTube. 6 episodes of about 18 minutes each TL:DR; nothing new, nothing detailed, Google promoting themselves. Entertainment. Episode 000: Operation Aur...
Cool features in Visual Studio 2022 https://devblogs.microsoft.com/visualstudio/cool-features-in-visual-studio-2022/ save windows layouts arrange windows according to monitor setup,...
How to run an effective retrospective Really nice article about effective retrospectives: https://www.notonlycode.org/effective-retrospective/ The accompanying YouTube video also adds more insigh...
Some recent Azure Fridays Introducing the Azure Developer CLI (azd) Create things using templates. Seems to be aimed at people who don’t know what they’re doing and don’t want to think too m...
Window Subsystem for Linux Scott Hanselman with some nice tips on how to use WSL, and other Windows tips. Use Windows Terminal instead of command prompt it knows about the various s...
First start by installing it and creating a hello world app by following the instructions here. Then follow the HTTP server example. mkdir hello-world cd hello-world go mod init example/hello-wor...
PR reviews This article gives some advice on how to make code reviews more productive. By making PRs easier to review, they receive better reviews, which achieves the purpose of making better sof...
Bringing Kestrel + YARP to Azure App Services Article describing the motivation and benefits of migrating Azure App Services to Kestel + YARP. App Services was launched not so long after Cloud Se...