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
Joe Roskopfblog.joetr.comยทNov 17, 2023Sharing Code Across Multiple Targets In Compose MultiplatformWhile working on my recent Compose Multiplatform app, Sync Sphere, I added Desktop as a new target. Now supporting Android, iOS, and Desktop, there was some specific code that I wanted to share and have the same between Android and iOS, but differ on...29 readscompose multiplatform