Niranjan A Sniranjan-as.hashnode.dev·Oct 25, 2024Understanding Monorepos: The Simplified Guide 📚Introduction Monorepos have been gaining popularity, especially in the web development community, as they offer a streamlined approach to managing multiple projects within a single repository. This post will explore what a monorepo is, its advantages...Discuss·28 readsCodebase management
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Jul 17, 2024The Future is Here: Docker Image Building with Monorepo Architecture and CircleCIOverview :- In the rapidly evolving world of software development, efficiency and scalability are paramount. The integration of Docker with Monorepo architecture, especially when automated through CircleCI, represents a significant leap forward. This...DiscussGitHub
Nwalozie ElijahforOpen Replay's Technical Blogopenreplay.hashnode.dev·May 5, 2023A Beginner's Guide to Monorepos"Monorepo" has been known as one of those buzzwords you say in a technical gathering that makes you look smart because it sounds so complicated. This article will explore monorepos, their features, their advantages, the potential challenges you may f...Discuss·2 likesmonorepos
Brock Herionbrockherion.hashnode.dev·Aug 1, 2022FeaturedSetting up a monorepo with pnpm and TypeScriptHave you ever worked on a project where each app that was a part of it was in a different repository? It can be frustrating and time-consuming to deal with. Or maybe you have some code that you’d like to share between projects, but don’t want to deal...Andrew Baisden and 2 others are discussing this3 people are discussing thisDiscuss·44 likes·526 readsTypeScript
Daniel Cardosofrontdevelopment.hashnode.dev·Jul 20, 2022Let's talk about MonoreposThis post is the first part of a series that I will be updating on the use of monorepositories. Here we will only define what it consists of and discuss the advantages and disadvantages that we may find implementing them. Let's kick off with interest...Discuss·1 likeBetter Structuremonorepos
Javier Aguilarblog.itsjavi.com·Jun 11, 2022How to successfully set up a NextJS monorepo and deploy it on VercelFor people that are new to monorepos like me, there are a lot of struggles that you will face and no one talks about them in the articles you can find out there, especially when it comes to monorepos with NextJS apps. Setup a monorepo with NPM or Yar...Discuss·12 likes·2.1K readsWebDevVercel
Sagarpreet Chadhasagarpreet.in·Jun 5, 2022FeaturedMonorepo. Building one roof for your UI apps.The Beginning: Hi there, I recently merged all the repos (even express backend server code) into a single repository and wanted to share my learnings with code samples with you all... Prerequisites: You should have coffee or tea or even beer in your...Shad Mirza and 2 others are discussing this3 people are discussing thisDiscuss·119 likes·2.9K readsReact