OLUWASEUNseunayolu.hashnode.dev·3 hours agoMonorepo vs. Polyrepo in GitLab CI/CD: Concepts and Best PracticesIn modern software development, teams often must decide between two common repository management strategies: Monorepo and Polyrepo. This decision impacts how code is managed and how Continuous Integration and Continuous Deployment (CI/CD) pipelines a...DiscussGitLab CICDmonorepo
Jonathan Gelingelinjo.hashnode.dev·Oct 7, 2024🏘️ Poly Monorepos with Nxhttps://youtu.be/SLQp8U10UMo?t=10931 Developers often engage in debates over which technology or architecture is superior. A common example is the discussion around Poly-Repos versus Mono-Repo. However, the reality is that there’s no one-size-fits...Discuss·160 readsNxmonorepo
Arda Beyazoğluarda.beyazoglu.com·Oct 6, 2024Supabase Part 4: Monorepo & Interoperable BackendThis is the third article in a series on Supabase, focusing on solutions to common problems, tips, and recommendations. In this post, I will share tips and tricks about edge functions compatible nodejs backend and developer productivity. Using Monore...Discuss·10 likes·54 readsSupabase tips and trickssupabase
Monis Azeemmonisazeem.hashnode.dev·Sep 16, 2024Auto-Deploy your Turborepo to AWS using GitHub WorkflowsI have deployed a Turborepo which has a next and express application to AWS and used GitHub Workflows for continuous deployment as soon as new code is pushed to repo. Used Nginx for reverse proxy and also enabled https on custom domain using certbot....Discuss·5 likes·59 readsmonorepo
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Sep 6, 2024The Future of Development: Monorepos on GitHubOverview :- In the evolving landscape of software development, the concept of monorepos has been gaining traction among both small startups and large enterprises. A monorepo, or monolithic repository, is a single repository that stores all of your co...DiscussGitHub
Shubham Jainjshanos.hashnode.dev·Sep 5, 2024Supercharge Your Monorepo with Nx: How I Reduced My Build Size from 7MB to 300KBMonorepos have become increasingly popular among development teams, and for good reason. They allow you to manage multiple projects in a single repository, promoting code sharing, consistency, and collaboration across teams. But as your project grows...Discuss·10 likesFrontend Development
Max Martínez Cartagenamaxmartinez.dev·Aug 17, 2024How to create a Generic Docker Base Image with Monorepo and Semantic versioning? Part 3/3This is the last article of this serie. If you haven't read the other articles, please checkout these links before continue this reading: Part 1 Part 2 In this new entry we are going to learn how to add a new package into our monorepo project whi...DiscussDocker
Jonathan Gelingelinjo.hashnode.dev·Aug 15, 2024🍒 Cherry-Picked Nx v19.6 Updateshttps://github.com/nrwl/nx/releases/tag/19.6.0 🌊 Nx Core Skipping Dependent Tasks When testing or for any other reason, you may want to skip running the entire tree of task dependencies. You can now achieve this with the --exclude-task-dependenci...Discuss·165 readsCherry-Picked Nx UpdatesNx
Ahmad W Khanblog.ahmadwkhan.com·Aug 12, 2024Solving SEO Problems in React ApplicationsReact has revolutionized front-end development with its component-based architecture and virtual DOM, offering a highly interactive user experience. However, when it comes to Search Engine Optimization (SEO), React applications face significant chall...DiscussReact
Mikeydraken.hashnode.dev·Aug 10, 2024Next.js Monorepo : A Way to become masterIntroduction to Monorepos : A monorepo is a version-controlled code repository that holds many projects. For Next.js applications, this approach can be particularly beneficial when managing multiple interconnected projects, shared libraries, and micr...Discussmonorepowithnextjs