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
ASAman Singhinamanksinghin.hashnode.dev·Jul 21 · 7 min readSetting Up a Monorepo with TurborepoFor a long time I resisted monorepos. They sounded like the kind of thing big companies with platform teams did, not something a small SaaS needed. Then I spent an afternoon manually copy-pasting a Ty00
PPPranav Pandeyinpranavdev.hashnode.dev·Jul 6 · 8 min readThe Monorepo Glue: pnpm, Metro, and NestJS in One WorkspaceThe previous post covered why Expo earned its place in a white-label mobile stack — how app.config.js replaces per-tenant Xcode projects, how OTA updates create a middle release tier, how a shared com00
JLJeremy Longshoreinjeremylongshore.hashnode.dev·Jul 1 · 9 min readA v1.0 Is a Gate, Not a TagTwo beads were open at the start of 2026-05-18. E10-B11 was the v1.0 release-readiness gate. E10-B12 was the v1.0 release cut, blocked-by-design on B11. Epic 10 was the last epic in intentional-cognit00