Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
The question of whether to maintain your codebase as monorepo or polyrepo has become even more...
There are a lot of articles about why you should decouple your backend to move faster, but very few...
Welcome, to my First Post! About Me: Hi, My name is Aasim Ashraf, I am a Full-Stack dev. What is...
Written by Gapur Kassym✏️ We all start our first steps in software engineering with small projects....
Ever wondered how to streamline your full-stack development process? This guide walks you through...
A Dev Setup That Started Like Everyone Else’s If you’ve ever worked on a full-stack...
This is a story about how I turned this, this, this and this projects into this NX monorepo...
In this article we are going to build a MERN app using Lerna Monorepo setup and also we will create a...
I spent hours searching and struggling to set up a server within a monorepo alongside private...
NestJS Workspaces: A Powerful Tool for Monorepo Development Introduction In modern...
Monorepos can be both a blessing and a curse. They offer a centralized codebase, but managing a large...
Hey there, fellow devs! Ever felt like you’re drowning in a sea of repositories? Well, let me...
En este artículo, explicaremos qué es un Monorepo, por qué es beneficioso utilizarlo en ciertos tipos...
Hi, I have been out in the wild looking for a good way to generate migrations with TypeORM in a...
Setting Up a Scalable Monorepo With Turborepo and PNPM Managing multiple packages or apps in a...
Are you struggling to deploy your monorepo project because Cloud Build doesn't know what the heck...
Have you ever wondered how big a Vite configuration file can get? What if you have a project with...
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.
This post is intended for people who are having trouble integrating Playwright e2e as a separate...
Emerging Trends in Git: A Look at the Future of Version Control Git has been the go-to...
Introduction In today's complex web applications, creating a well-organized and maintainable...
Motivation: The Beginning of the Journey Every time I embarked on a new side project, I found myself...
This post follows a demo I did for my team leaders, where I explained what a monorepo is and how it...
What’s a git hook and how we can manage them? Let’s assume that you already know what git...
Building a Scalable Monorepo with TurboRepo Hey devs! 👋 Let’s talk about monorepos – not a...
[🌊 Nx Core] Typescript declarations support for esbuild libraries You can see...
In the article, we looked at: 1. How CodeMirror v6 setup command processes CLI arguments? 2. How...
In the previous post, I mentioned so-called workspaces. This is a good starting point which also will...
Release Note 19 (2024–05–06) [🌊 Nx Core] Metadata Property in...
In this guide, we will create a monorepo using TurboRepo, integrating React, Express, and PNPM. We...