Articles by Tag #monorepo

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

Monorepo VS Polyrepo

The question of whether to maintain your codebase as monorepo or polyrepo has become even more...

Learn More 93 6Jul 31 '24

Building a Modular Decoupled Backend using a Monorepo

There are a lot of articles about why you should decouple your backend to move faster, but very few...

Learn More 24 3Jul 16 '24

Setup MonoRepo in Nest.js

Welcome, to my First Post! About Me: Hi, My name is Aasim Ashraf, I am a Full-Stack dev. What is...

Learn More 17 0Jul 4 '24

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 10 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 9 2Jun 5

Master Full-Stack Monorepos: A Step-by-Step Guide

Ever wondered how to streamline your full-stack development process? This guide walks you through...

Learn More 8 0Aug 3 '24

Advanced monorepo management with Turborepo 2.0

Written by Gapur Kassym✏️ We all start our first steps in software engineering with small projects....

Learn More 8 0Sep 5 '24

Creating a web3 DApp with a NX Monorepo

This is a story about how I turned this, this, this and this projects into this NX monorepo...

Learn More 6 5Aug 2 '24

Nestjs Workspaces to build Monorepo

NestJS Workspaces: A Powerful Tool for Monorepo Development Introduction In modern...

Learn More 5 0Sep 22 '24

Build Containerized MERN App with Lerna Monorepo

In this article we are going to build a MERN app using Lerna Monorepo setup and also we will create a...

Learn More 5 1Sep 9 '24

Understanding Monorepo

Hey there, fellow devs! Ever felt like you’re drowning in a sea of repositories? Well, let me...

Learn More 4 0Aug 22 '24

Nx + TypeORM + NestJS + Migrations

Hi, I have been out in the wild looking for a good way to generate migrations with TypeORM in a...

Learn More 2 0Dec 11 '24

Setting Up a Scalable Monorepo With Turborepo and PNPM

Setting Up a Scalable Monorepo With Turborepo and PNPM Managing multiple packages or apps in a...

Learn More 1 0Apr 13

Vite config reuse

Have you ever wondered how big a Vite configuration file can get? What if you have a project with...

Learn More 1 0Jul 25 '24

The Ultimate Self-Updating Monorepo Starter Template!

Motivation: The Beginning of the Journey Every time I embarked on a new side project, I found myself...

Learn More 1 0Jul 4 '24

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

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

NX Playwright integration as a package in mono repo

This post is intended for people who are having trouble integrating Playwright e2e as a separate...

Learn More 1 0Aug 1 '24

Cookiecutter for fast starting with polylith

Presenting to you a Python cookiecutter for fast starting with polylith in Python. If you do not know...

Learn More 1 0Nov 29 '24

Installing EmberJS v2 addons from GitHub forks using PNPM

This article explains how to install EmberJS v2 addons from GitHub forks using PNPM, especially when dealing with monorepos. It provides a solution for adding a patched version of an addon from a specific commit in a GitHub fork.

Learn More 1 0Sep 16 '24

Building a Solid Foundation: Bootstrapping with Turbo Repo

Introduction In today's complex web applications, creating a well-organized and maintainable...

Learn More 1 0Sep 2 '24

How to deploy Google Cloud Functions with PNPM workspaces

Are you struggling to deploy your monorepo project because Cloud Build doesn't know what the heck...

Learn More 1 0Nov 27 '24

Building a Scalable Monorepo with TurboRepo

Building a Scalable Monorepo with TurboRepo Hey devs! 👋 Let’s talk about monorepos – not a...

Learn More 1 0Jan 7

Emerging Trends in Git: GitOps, Monorepos, Distributed Repositories, and AI Integration

Emerging Trends in Git: A Look at the Future of Version Control Git has been the go-to...

Learn More 1 0Dec 26 '24

Nx 20: Exploring the new TS preset and TypeScript project references

Nx 20 introduces a new TS preset, allowing developers to generate workspaces that leverage TypeScript project references. Given the promising claims, the confusion in the community, and the lack of literature on it, I decided to explore the feature.

Learn More 0 0Nov 23 '24

Turborepo vs Nx: Which Monorepo Tool is Right for You?

As modern development grows in complexity, monorepos have become increasingly popular. They allow...

Learn More 0 0Sep 23 '24

GitHub Actions: run a job only if a package has changed

In a monorepo setup you are probably (like us at Microgamma) using Lerna to bump your packages and...

Learn More 0 0Sep 19 '24

Front-end Architecture Diagram for MonoRepo Architecture

A post by hank

Learn More 0 0Jun 26

Setting up React Native Monorepo With Yarn Workspaces (2025)

Disclaimer: This article is revised version of this great Callstack article. It seemed some things...

Learn More 0 0Apr 17

CI/CD eficiente con Nx Affected y GitHub Actions Matrix

¿Monorepos lentos? Aprende a detectar cambios y desplegar solo lo necesario usando Nx y matrix strategy en GitHub Actions.

Learn More 0 0Apr 23