ALAnthony Lucasinmake-it-run-blog.hashnode.dev·7h ago · 2 min readReduce Expo Monorepo CI Build TimeExpo monorepo CI gets slow and flaky for the same reason: we treat all caches as one thing. Then builds run from the repo root, one app reuses another app’s Metro state, or native cache is blamed for 00
SKShubham Kumar Singhinblog.realdev.club·Sep 5 · 20 min readBuilding the Frontend of CodeLens AI with TanStack StartBefore diving into the implementation of the CodeLens AI frontend, let's first look at how the frontend project is organized. The frontend is built inside a pnpm monorepo, which allows the project to 66JHN
JSJayesh Sojitrainjayesh-sojitra.hashnode.dev·Sep 3 · 4 min read Why We Moved to an Nx Monorepo (And What Changed) Monorepo vs multi-repo is another debate that gets treated as universal, when it's really about specific pain points. Here's what we were actually dealing with, and what genuinely improved (and what d00
ABAbhishek Batrainabhishek-codes.hashnode.dev·Aug 19 · 7 min readHow I Built Shipyard: My Own Vercel-Like Deployment PlatformHave you ever pushed code to GitHub and then, a minute later, seen it live on a URL like my-project.vercel.app? I always wondered: what actually happens behind the scenes? So instead of just reading a00
AOAbdullahi Odesanmiinabdspace.hashnode.dev·Aug 11 · 11 min readTesting a Nuxt Monorepo Without Losing Your MindTesting a standard, single-package app is pretty straightforward. But a Nuxt monorepo? That can get messy very fast. When you're dealing with multiple shared packages, utilities, auto-imports, and all00
SBShawn Bureinworkrr.hashnode.dev·Aug 5 · 4 min readFixing Deploy to Cloudflare in a monorepo: expose the root contractDisclosure: I created elm.chat. AI tools substantially assisted drafting and implementation under my direction; I reviewed the code, tests, sources, and claims and remain responsible for the result. T00
ABAllen Brooksinlionshead-notes.hashnode.dev·Jul 31 · 8 min readKeeping 10 repos in sync without a monorepo or a platform teamMost dev shops don't have standards. At least not codified and documented standards. They have a Confluence space with someone's 2021 attempt at a style guide buried under three years of half-finished00
NNithininnithinrdy.hashnode.dev·Jul 29 · 10 min readAvoid repeatedly building internal packages in a NodeJS Monorepo during developmentThe Premise Lemme set the stage: you’ve got a NodeJS monorepo — let’s say written in TypeScript, managed using Yarn workspaces. Say it comprises a couple of apps: maybe a primary Vite app, maybe a s00
ANakshay Nikhareinakshaynikhare.hashnode.dev·Jul 24 · 6 min readMono-Repo + Multi-Repo: How We Structured 6 Apps Across 4 RepositoriesMost teams treat "monorepo vs multi-repo" as a binary choice. Pick one, commit, move on. We ended up with a hybrid, and it turned out to be the right call — not out of indecision, but because our apps00
JJohnindeveloper-mind.hashnode.dev·Jul 23 · 9 min readDart & Flutter clean architecture monorepo management using Melos packageWelcome to my knowledge sharing. This time we will talk about monorepo and how to manage it using melos package. Clean Architecture. What is it? As Flutter applications grow, maintaining code health b00