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...
Introduction This is the second part of our Nx monorepo series. If you haven't yet, you...
What is a Monorepo and Why Nx? Ever find yourself checking many projects, each in its own...
Ever wondered how to streamline your full-stack development process? This guide walks you through...
Written by Gapur Kassym✏️ We all start our first steps in software engineering with small projects....
This is a story about how I turned this, this, this and this projects into this NX monorepo...
NestJS Workspaces: A Powerful Tool for Monorepo Development Introduction In modern...
In this article we are going to build a MERN app using Lerna Monorepo setup and also we will create a...
Hey there, fellow devs! Ever felt like you’re drowning in a sea of repositories? Well, let me...
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...
Have you ever wondered how big a Vite configuration file can get? What if you have a project with...
Motivation: The Beginning of the Journey Every time I embarked on a new side project, I found myself...
What’s a git hook and how we can manage them? Let’s assume that you already know what git...
Hello world, which means that this is my first article — first of many — as I intend to write a...
This post is intended for people who are having trouble integrating Playwright e2e as a separate...
Presenting to you a Python cookiecutter for fast starting with polylith in Python. If you do not know...
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.
Introduction In today's complex web applications, creating a well-organized and maintainable...
Are you struggling to deploy your monorepo project because Cloud Build doesn't know what the heck...
Building a Scalable Monorepo with TurboRepo Hey devs! 👋 Let’s talk about monorepos – not a...
Emerging Trends in Git: A Look at the Future of Version Control Git has been the go-to...
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.
As modern development grows in complexity, monorepos have become increasingly popular. They allow...
In a monorepo setup you are probably (like us at Microgamma) using Lerna to bump your packages and...
A post by hank
Disclaimer: This article is revised version of this great Callstack article. It seemed some things...
¿Monorepos lentos? Aprende a detectar cambios y desplegar solo lo necesario usando Nx y matrix strategy en GitHub Actions.