Tag: Engineering Best Practices
All things Engineering Best Practices — thinking out loud, if you please.
Monolith, Monorepo or Multi-repo? Choosing the right Codebase Architecture
In the world of software engineering, how you organize your code can be just as critical as the code itself — especially when scaling projects from hobby to enterprise level. While terms like Monolith, Monorepo and Multi-repo are common in the industry, there's still much confusion...
Read more →
How to structure a React app in 2026
Structuring a React application has never been a solved problem. Every few years new patterns emerge, old ones get rebranded, and teams reinvent folder structures trying to balance scalability, maintainability, and developer experience. This of course...
Read more →