Articles by Tag #monorepo

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How to sharing TypeScript codes Across Frontend and Backend in a Monorepo

Background In my monorepo project, pawHaven, the frontend and backend are not completely...

Learn More 6 0Dec 25 '25

React Native, pnpm, and Monorepos: A Dependency Hoisting Journey

TL;DR When working with React Native and pnpm, just use node-linker=hoisted instead of...

Learn More 14 0Nov 5 '25

Surviving pnpm + React Native: How I Finally Stopped Metro from Screaming About `@babel/runtime`

Do-Not-Stop is a continuously evolving Web3 frontend playground — built with Vite, React, TypeScript,...

Learn More 11 0Oct 30 '25

Stop Vibecoding AI Monoliths

Vibing a Monolith I’ve been doing a bit of vibe coding over the last few months. I’ve been...

Learn More 1 0Jan 5

Why I Chose Turborepo Over Nx: Monorepo Performance Without the Complexity

Deep dive comparing Turborepo, Nx, and Lerna for monorepo management. Real benchmarks, configuration examples, and decision framework for choosing the right tool.

Learn More 2 1Dec 1 '25

Managing Terraform Modules with Nx Monorepo

Explore how to leverage Nx to efficiently manage and organize Terraform modules in a monorepo setup, improving code reusability and team collaboration.

Learn More 2 0Nov 2 '25

Why I Chose Monorepo: From Copy-Paste Hell to 2.8s Builds

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).

Learn More 1 0Dec 9 '25

The Infrastructure Overhaul That Saved My Development Velocity — A Traefik & Turborepo Migration Story

Introduction What started as a simple "let's optimize my development setup" turned into a...

Learn More 0 2Nov 30 '25

Why I Chose Monorepo Architecture: From Code Chaos to 2.8s Builds

The foundational decision that transformed my development workflow. Real architecture patterns, migration gotchas, and ROI calculations from managing 3 apps + 2 packages in production.

Learn More 0 0Dec 9 '25

Monorepo vs. multiple repositories: what’s the best strategy for a growing codebase?

The repository structure that works for a two-person startup almost never works for a fifty-person...

Learn More 0 0Dec 24 '25

cargo-rail: Making Rust Monorepos Boring Again

Make Rust monorepos boring again — with 11 dependencies.

Learn More 0 0Dec 10 '25

The GitHub Actions Documentation Problem: Managing Multiple Actions (And How to Fix It)

The Problem with GitHub Actions Documentation Imagine this: You have a monorepo with 15...

Learn More 0 0Oct 24 '25

Building a Full-Stack App with Turborepo, React, and Hono (Part 2: Developing the API)

In the last blog we completed the setup for our monorepo todo list. In this one we will develop the...

Learn More 2 0Dec 21 '25

How I Organized My CLAUDE.md in a Monorepo with Too Many Contexts

How I reduced CLAUDE.md from 47k → 9k words by splitting context across frontend, backend, and core services.

Learn More 0 0Nov 2 '25

Resend package in Inbox Zero codebase.

In this article, we review Resend package in Inbox Zero codebase. We will look at: packages/resend...

Learn More 0 0Jan 6

Combine Multiple Repos Into One Monorepo With One Root package-lock.json (Step-by-Step Guide)

If you’ve ever tried to merge multiple Node.js or frontend apps into a single monorepo and struggled...

Learn More 3 0Oct 14 '25

From Chaos to Clarity: Fixing Our Monorepo

Introduction: Why This Story Might Save You Some Headaches If you’ve worked in a large...

Learn More 7 0Aug 19 '25

Nextblock Update: 5 NPM Libs, `npm create nextblock`, and What's Next

Hey dev community! Sorry I've been a bit quiet on here. I've been deep in the trenches on Nextblock,...

Learn More 0 0Nov 3 '25

Federated State Done Right: Zustand, TanStack Query, and the Patterns That Actually Work

We've all been there: you set up Module Federation, split your app into micro-frontends, and suddenly...

Learn More 0 0Dec 16 '25

Are Nx Monorepo Configurations Really Complex?

Introduction This is the second part of our Nx monorepo series. If you haven't yet, you...

Learn More 12 1Jun 17 '25

Managing private TypeScript types: beyond DefinitelyTyped

Centralize private TypeScript types across projects to prevent duplication and conflicts. Your internal DefinitelyTyped.

Learn More 4 0Sep 15 '25

Nx Monorepo Guide: React & Node Fullstack App

What is a Monorepo and Why Nx? Ever find yourself checking many projects, each in its own...

Learn More 11 2Jun 5 '25

Mastering Nx: The Complete Guide to Modern Monorepo Development

Modern software development increasingly demands managing multiple interconnected applications and...

Learn More 2 0Sep 2 '25

How Turborepo Builds Its Graph?

Turborepo creates its dependency graph by analyzing the `package.json` files within your monorepo. It looks for two key things

Learn More 3 1Sep 3 '25

Why So Many Design Systems Live in Monorepo

When you hear “Scalable Design System with a Monorepo Ecosystem” it might sound like a stack of...

Learn More 0 0Aug 28 '25

The Hidden Problems Turborepo Solves That Most Developers Ignore

Most developers hear “Turborepo makes monorepos faster” — and that’s true. But the real value isn’t...

Learn More 0 0Apr 22 '25

Next.js + Go Monorepo: Managing 4 Portals 4 APIs as a Solo Developer [Part 3]

- **Next.js + Go monorepo architecture patterns**

Learn More 0 0Jan 14

How we unified our Terraform module repositories

Ever tried managing 15+ separate GitHub repositories for your Terraform modules? That's pretty much...

Learn More 0 0Nov 14 '25

Back to basics: a solid foundation for using AI coding agents in a monorepo

AI agents ship code fast — and they also ship entropy: inconsistent patterns, noisy diffs, and PRs...

Learn More 0 0Jan 11

Journey migrating to uv workspace

My company has migrated from poly-repository to a single monorepo recently due to various reasons,...

Learn More 0 0Feb 2