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
Gowtham reddysivacodes.hashnode.devยทDec 31, 2023Building static/dynamic C++ libraries with CMakeWhat Exactly is CMake? CMake, which stands for Cross-Platform Make, is an open-source build system and project configuration tool designed to manage the build process of software projects. It provides a unified, platform-independent way to specify ho...buildtools