Articles by Tag #monorepo

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

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

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

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

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

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

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

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 1Nov 30

cargo-rail: Making Rust Monorepos Boring Again

Make Rust monorepos boring again — with 11 dependencies.

Learn More 0 0Dec 10

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

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

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

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

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

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

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

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

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

Mastering Nx: The Complete Guide to Modern Monorepo Development

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

Learn More 2 0Sep 2

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

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 2 0Sep 3

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

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

Nx vs. Turborepo: Integrated Ecosystem or High-Speed Task Runner? The Key Decision for Your Monorepo

Original Post Introduction: The Monorepo "Problem" In modern software development,...

Learn More 0 0Nov 12

Managing Large Java Monorepos with a Dynamic GitHub Actions Matrix

Keeping a large Java monorepo healthy is not difficult because of Java itself. It becomes difficult...

Learn More 0 0Dec 13

Monorepo with Bun

Hello Had this idea recently. I built this project management tool kinda like Jira, called kiffari,...

Learn More 3 2Jun 22

Shared Architecture: A NestJS Monorepo Starter Kit with Turborepo

Hello everyone, I'm pleased to share a contribution to the community that I hope will save developers...

Learn More 0 0Nov 13

Mastering Python Monorepos: A Practical Guide

As projects grow, managing dependencies and shared code across multiple repositories can become a...

Learn More 0 0Dec 12

From Pain Points to Practice: Monorepo Architecture in PawHaven

In modern full-stack projects, frontend, backend, shared libraries, and utility scripts are often...

Learn More 5 0Oct 17

Creating a scalable Monorepo for Vue - Intro

Hello world, which means that this is my first article — first of many — as I intend to write a...

Learn More 1 0Jan 14

Set up git hook in a multi-package monorepo

What’s a git hook and how we can manage them? Let’s assume that you already know what git...

Learn More 1 0Feb 24