How should you design the structure of your .NET solutions? Microservices? Monolith? Feature folders? Clean architecture? Shared databases?
Category: Architecture
Let’s take an existing .NET web application and add a component to import GitHub repository data into it!
Clean Architecture Disadvantages
Clean architecture is a common approach to designing software systems. However, there are some issues that might cause you more harm than good…
What happens when multiple users of your system try to operate on the same piece at the “same” time? Who wins? Who loses? This article will explain how to tackle these kinds of problems!
Conway’s law shows us that having an overall tech strategy for your software business is essential to its future stability and growth!
What is software modernization? Is it about upgrading your software to the next hyped-up technology? Or is it something more? Come find out!
Are you considering adopting a microservices architecture? Won’t it fix all your problems? Join me for a look into the realities of microservices!