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...28 readsCodebase management
syncfusionsyncfusion-blogs.hashnode.dev·Aug 9, 2024How to Share Angular Code Between Projects?TL;DR: Discover the top practices for how to share Angular code between projects by exploring reusable modules, leveraging Nx for efficient code sharing, and ensuring maintainable, scalable architecture in your Angular applications. Sharing code acro...Angular
Iswan Jumatblog.iswanjumat.com·Dec 2, 2023The Backbone of Collaboration: Understanding Merge Request ReviewsIntroduction Merge request reviews form an integral part of successful collaborative projects, especially in the field of software development. They ensure high-quality code, facilitate knowledge sharing, and foster a more collaborative team environm...1 like·40 readsCode_sharing