© 2023 Hashnode
#monorepo
So, you've been hearing a lot about monorepos. Maybe a little bit of turborepo, blaze, or nx. Or maybe you haven't! Anyway, in this blog, I'll explain what monorepos are, how I prefer to use them pers…
What are Mono Repositories? A monorepo is a type of software development strategy where all of a project's code is stored in a single repository (or "repo") instead of being split across multiple rep…
Monorepos are hot these days and it can significantly improve the development workflow and productivity among teams. In this article, we will talk about how to set up a monorepo with Vite, Typescript,…
A “Monorepo” is a single repository containing multiple kinds of projects or components' apps, tools, and configurations. It's an alternative to creating repositories for each project or part of a pro…
Introduction Microfrontends are a powerful tool for building and deploying modern web applications. By dividing your frontend into smaller, more manageable modules, you can improve the efficiency and …
In this blog post, I show you how to organize a repository so that developing and maintaining applications (AWS Lambda) and infrastructure (AWS CDK) can be done in a modular way. Thereby increasing extensibility maintainability and reducing…
Moving code into a monorepo is just the beginning of a transition. Ideally, each team gives up control and responsibility for governing their development process, and in exchange they get a consistent…
In the first part, I will help you set up a new application inside a monorepo. Link to the project repository: Github Configuration Eslint I will create a new application in my monorepo, I will go to …
Before we begin, it is important to comprehend the following terminology. Microservice, TCP, and Monorepo Microservice: The microservice architecture, commonly referred to as microservices, is an architectural approach that organizes an app…
Open sourcing software products more often than not increases their success with software engineers all over the globe rapidly contributing to its development than the case is with proprietary software products. This has led to many organis…