Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Background In my monorepo project, pawHaven, the frontend and backend are not completely...
TL;DR When working with React Native and pnpm, just use node-linker=hoisted instead of...
Do-Not-Stop is a continuously evolving Web3 frontend playground — built with Vite, React, TypeScript,...
Vibing a Monolith I’ve been doing a bit of vibe coding over the last few months. I’ve been...
Deep dive comparing Turborepo, Nx, and Lerna for monorepo management. Real benchmarks, configuration examples, and decision framework for choosing the right tool.
Explore how to leverage Nx to efficiently manage and organize Terraform modules in a monorepo setup, improving code reusability and team collaboration.
I had the same Button component in 3 repos. All slightly different. All breaking at different times. Here's how monorepo fixed that (and made builds 22x faster).
Introduction What started as a simple "let's optimize my development setup" turned into a...
The foundational decision that transformed my development workflow. Real architecture patterns, migration gotchas, and ROI calculations from managing 3 apps + 2 packages in production.
The repository structure that works for a two-person startup almost never works for a fifty-person...
Make Rust monorepos boring again — with 11 dependencies.
The Problem with GitHub Actions Documentation Imagine this: You have a monorepo with 15...
In the last blog we completed the setup for our monorepo todo list. In this one we will develop the...
How I reduced CLAUDE.md from 47k → 9k words by splitting context across frontend, backend, and core services.
In this article, we review Resend package in Inbox Zero codebase. We will look at: packages/resend...
If you’ve ever tried to merge multiple Node.js or frontend apps into a single monorepo and struggled...
Introduction: Why This Story Might Save You Some Headaches If you’ve worked in a large...
Hey dev community! Sorry I've been a bit quiet on here. I've been deep in the trenches on Nextblock,...
We've all been there: you set up Module Federation, split your app into micro-frontends, and suddenly...
Introduction This is the second part of our Nx monorepo series. If you haven't yet, you...
Centralize private TypeScript types across projects to prevent duplication and conflicts. Your internal DefinitelyTyped.
What is a Monorepo and Why Nx? Ever find yourself checking many projects, each in its own...
Modern software development increasingly demands managing multiple interconnected applications and...
Turborepo creates its dependency graph by analyzing the `package.json` files within your monorepo. It looks for two key things
When you hear “Scalable Design System with a Monorepo Ecosystem” it might sound like a stack of...
Most developers hear “Turborepo makes monorepos faster” — and that’s true. But the real value isn’t...
- **Next.js + Go monorepo architecture patterns**
Ever tried managing 15+ separate GitHub repositories for your Terraform modules? That's pretty much...
AI agents ship code fast — and they also ship entropy: inconsistent patterns, noisy diffs, and PRs...
My company has migrated from poly-repository to a single monorepo recently due to various reasons,...