Articles tagged with: Architecture

Monorepo-related resources

Summary: This blog post provides a comprehensive list of resources related to monorepos, including articles, papers, talks, and courses. The resources are sorted alphabetically and include information from various years.


Book Review: System Design Interview

Summary: A review of the book 'System Design Interview - An Insider's Guide' by Alex Xu.


Book Review: Building Microservices

Summary: A review of the book 'Building Microservices', by Sam Newman.


Make your product do one thing well instead of a hundred poorly

Summary: Opinion about the importance of having specialized applications that excel at one task, rather than bloated multi-functional ones.


Using derivate Exception classes for better error handling

Summary: The importance of using derived Exception classes for better error handling in .NET and PHP.