#software-architecture
Read more stories on Hashnode
Articles with this tag
Most APIs follow a simple pattern. The client sends a request. The server does some work. The server sends back a response. This works well for fast...
I see the same mistake happen over and over again. Developers discover Clean Architecture, get excited about its principles, and then... they turn the...
As your application grows, you might find yourself considering a move from a modular monolith to microservices. This transition isn't just a technical...
If you were to glance at the folder structure of your system, could you tell what the system is about? And here's a more interesting question. Could a...
Modular monoliths strike a balance between the simplicity of monolithic architecture and the flexibility of microservices. By breaking down...
Are you tired of organizing your project across layers? Vertical Slice Architecture is a compelling alternative to traditional layered architectures....