Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Written by Gapur Kassym✏️ We all start our first steps in software engineering with small projects....
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
Though it may feel counterintuitive at first, using TurboRepo in a microservices system begins to...
Hey developer! 👋 If you have been building Next.js projects, you've probably seen Turborepo at some...
Building a Scalable Monorepo with TurboRepo Hey devs! 👋 Let’s talk about monorepos – not a...
How I refactored our Next.js codebase from monolith to monorepo and the lessons learned
Setting Up a Scalable Monorepo With Turborepo and PNPM Managing multiple packages or apps in a...
Introduction In today's complex web applications, creating a well-organized and maintainable...
This post is part 1 of 2. In this one: Why we ditched submodules and went monorepo How our...
After completing my learning of Next.js, I stepped into learning Monorepos and Turborepos, and the...
If you've ever worked on a project with multiple packages or apps, you know the pain: slow builds,...
Hey everyone! This is my first blog post on Dev.to, and I'm super excited to share something that...
Trunk-based development has been gaining traction as one of the most effective strategies for...
Managing Tailwind CSS in Turborepo Packages Aleksandr...
This post is part 2 of 2. In this one: Where monorepo shines Where it sucks My honest take: when...
It takes only five easy steps to add unit tests to a Turborepo monorepo. No external testing...