Articles by Tag #turborepo

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

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

Managing Tailwind CSS in Turborepo Packages

When working with a Turborepo that has multiple packages, you'll need to handle Tailwind CSS imports and configuration properly. Here's how to set up individual `index.css` files for each package

Learn More 5 0Aug 22

Why using Turborepo in a MicroServices architecture

Though it may feel counterintuitive at first, using TurboRepo in a microservices system begins to...

Learn More 5 0Jun 30

Turborepo in Next.js: Guide for Faster & Smarter Builds

Hey developer! 👋 If you have been building Next.js projects, you've probably seen Turborepo at some...

Learn More 4 0Sep 29 '24

Building a Scalable Monorepo with TurboRepo

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

Learn More 2 0Jan 7

From Monolith to Monorepo: A Next.js Migration Story

How I refactored our Next.js codebase from monolith to monorepo and the lessons learned

Learn More 2 0Oct 30 '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

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

Monorepo in Practice (part 1): Between “Please Don’t” and “Please Do”

This post is part 1 of 2. In this one: Why we ditched submodules and went monorepo How our...

Learn More 0 0Jul 15

Understanding Monorepos and How Turborepo Makes Them Fast

After completing my learning of Next.js, I stepped into learning Monorepos and Turborepos, and the...

Learn More 0 0Aug 11

Supercharge Your Development with Turborepo: A Practical Guide 🔥

If you've ever worked on a project with multiple packages or apps, you know the pain: slow builds,...

Learn More 0 0May 19

Centralized Assets Management in TurboRepo

Hey everyone! This is my first blog post on Dev.to, and I'm super excited to share something that...

Learn More 0 0Apr 15

Preparations for trunk-based development - 1st phase

Trunk-based development has been gaining traction as one of the most effective strategies for...

Learn More 0 0May 5

[Boost]

Managing Tailwind CSS in Turborepo Packages Aleksandr...

Learn More 0 0Aug 22

Monorepo in Practice (part 2): so was it worth it?

This post is part 2 of 2. In this one: Where monorepo shines Where it sucks My honest take: when...

Learn More 0 0Jul 22

Using Node's built-in test runner with Turborepo

It takes only five easy steps to add unit tests to a Turborepo monorepo. No external testing...

Learn More 0 0Dec 22 '24