#software-architecture
Read more stories on Hashnode
Articles with this tag
Writing tests is a crucial part of my daily work. Over the years, I've learned that good tests can make or break a project. One project I worked on...
"Your task is to rewrite this system. It powers our entire operation. Oh, and it's written in APL." That's how my journey with this legacy rewrite...
Every article about modular monoliths tells you to use public APIs between modules. But they rarely tell you why these APIs exist or how to design...
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...