Most technical tutorials teach you the toolbox of a language. Still, people neglect the importance of a stable project structure when entering a new project or ...
Everybody in the programming world has heard of compilers. But how many of the developers actually know how they work? Under the skin of the compilers is a complex pa...
Ah, the million-dollar question – which technology should I choose for my project, perhaps Microsoft’s .NET? Everyone wants to stay on top of the latest technological d...
.NET 6 is now released, bringing a new long-term stable version of .NET Core to the market. Now, the newer .NET 6 replaces .NET 5, largely viewed as a “skip version”...
Imagine the following conversation around writing tests: Product owners: We don’t have time to do that, we are chasing deadlines! Developers: Maintaining production and test code will ...