/Microservices

The Macro Problem With Microservices

- Ryland Goldstein tl;dr: "Distributing things solves scaling concerns, but introduces a whole new world of problems, many of which were previously solved by monoliths."

featured in #216


Micro Frontends

- Cam Jackson tl;dr: The benefits of moving to this architecture are working with smaller, more maintainable codebases, structuring teams to be autonomous and writing code in more incremental fashion. The article comes with an implementation example.

featured in #145