DNS Resolution in Internal Container Apps Environments (CAE) .NET, ASP.NET Core, Visual Studio, Azure, Jaliya Udagedara
.NET, Kubernetes, and Minikube - Part 1, A Simple Web API Application | no dogma blog Getting started with .NET and Kubernetes is far from easy. This post and subsequent will hopefully get you going with the basics by building and deploying a simple Web API application first as a single instance. In a later post, I will look at deploying m...
We need more zero config tools Recently, I’ve become fond of tools that just work, out of the box. This blogpost is an ode to them.
The Fastest Mutexes Cosmopolitan Libc has the fastest most efficient mutexes for contended workloads.
NixOS is a good server OS, except when it isn't | Bernardo Vecchia Stein Ever since I built my first NixOS system (I started by building a custom image to upload on DigitalOcean), I’ve been bothered by one thing: the default installation size is large. To give you an idea, this simple system (using flakes):
CommunityToolkit.Mvvm: Resolving Windows 10 MVVM Project Build Issues Undoubtedly, CommunityToolkit.Mvvm, aka Microsoft MVVM Toolkit, has recently become one of the most popular NuGet packages among MVVM developers. It effectively abstracts away the boilerplate code,…
Tik! There are times in life, when we have to be present. We can't be seen looking at our phones, no matter how boring the activity in front of us may be. So we just sit there, losing brain cells by the second. At least, thats how things were BEFORE TIK! LIF...
REVIEW: Math from Three to Seven, by Alexander Zvonkin Math from Three to Seven: The Story of a Mathematical Circle for Preschoolers, Alexander Zvonkin (Moscow Center for Continuing Mathematical Education, 2007).
An Efficient Dictionary for IPAddress Tracking using .NET 9 with AlternateLookup and IAlternateEqualityComparer - Steve Gordon - Code with Steve In this post, I demonstrate enhancements to collections in .NET 9 and C# 13 with IAlternateEqualityComparer and AlternateLookup on a Dictionary.
Rust needs a web framework for lazy developers I like to make silly things, and I also like to put in minimal effort for those silly things. I also like to make things in Rust, mostly for the web, and this is where we run into a problem.