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 ...
Although there are many discussions around REST APIs regarding the functionality they provide or whether it is useful, many simply try to understand what is its meaning and what...
What we want to keep in state Data fetching Data as streams What do we want to keep in state? When a value got changed, React is going to re-render the ...