Browsing Tag
monorepo
7 posts
How to build a pnpm monorepo, the right way
At some point every growing application ends up with code that needs to be shared across surfaces. Maybe…
The Nx Cheatsheet — Commands for Daily Development
If you have just started working with Nx — or joined a team that uses it — the…
🗂️ Monorepo vs. Polyrepo: Choosing the Right Strategy for Your Projects 🚀
When managing multiple codebases within an organization, developers often debate between monorepo and polyrepo strategies. Each has its…
Monorepo, Poly-repo, or No Repo at all?
Should you go for a monorepo or a poly-repo? Should you use a monorepo solution better suited for…
Architects Delight: Enforcing Layers and Project Boundaries with Nx
Introduction When I embarked on my journey as a software developer, I delved into the depths of software…
The day I discovered monorepo
Intro Hello fellow developers! If you’re like me, you may have spent some time working with microservices and…
How I Monorepo
Introduction I am working full-time on a suite of libraries for building games with Three.js and React; this…