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 92 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

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

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

My Experience with TurboRepo & Monorepos: From Chaos to Sanity

A Dev Setup That Started Like Everyone Else’s If you’ve ever worked on a full-stack...

Learn More 7 0Apr 20

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

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

Monorepo Backend Application with Bundled Packages

I spent hours searching and struggling to set up a server within a monorepo alongside private...

Learn More 4 0May 10 '24

Nestjs Workspaces to build Monorepo

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

Learn More 4 0Sep 22 '24

Keep Your Monorepo Clean in VS Code with a Workspace Checkout Script

Monorepos can be both a blessing and a curse. They offer a centralized codebase, but managing a large...

Learn More 3 0Jun 7 '24

Understanding Monorepo

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

Learn More 3 0Aug 22 '24

Construyendo un Monorepo en Typescript utilizando pnpm

En este artículo, explicaremos qué es un Monorepo, por qué es beneficioso utilizarlo en ciertos tipos...

Learn More 2 0May 19 '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

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

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

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

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

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

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

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

Monorepos: Proposing a Monorepo to your team (Q&A)

This post follows a demo I did for my team leaders, where I explained what a monorepo is and how it...

Learn More 1 0Jun 13 '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

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

🍒 Cherry-Picked Nx v19.1 Updates

[🌊 Nx Core] Typescript declarations support for esbuild libraries You can see...

Learn More 1 0May 27 '24

How CodeMirror v6 dev setup installs packages without a monorepo

In the article, we looked at: 1. How CodeMirror v6 setup command processes CLI arguments? 2. How...

Learn More 0 0Nov 27 '24

Creating a scalable Monorepo for Vue - Workspaces

In the previous post, I mentioned so-called workspaces. This is a good starting point which also will...

Learn More 0 0Jan 14

🍒 Cherry-Picked Nx v19 Updates

Release Note 19 (2024–05–06) [🌊 Nx Core] Metadata Property in...

Learn More 0 0May 27 '24

How to Setup monorepo with Turborepo

In this guide, we will create a monorepo using TurboRepo, integrating React, Express, and PNPM. We...

Learn More 0 0Jun 12 '24