Migrating a live product to a monorepo taught me more than any tutorial did
A few months back I inherited a codebase where the web app, mobile app, and backend all lived in separate repos separate configs, separate CI pipelines, separate everything. Every shared type or util got...
π Practical improvement: moving data fetching from client-side useEffect calls to server components + targeted caching
The problem it solves: A common Next.js pattern (especially in dashboards like the admin panels you built at DevStarX) is fetching data in a useEffect after the...
π§ Case study: Rebuilding a live platform's backend architecture β while it's still running.
EarnDLT is a carbon-compliance platform helping companies handle EU CBAM (Carbon Border Adjustment Mechanism) and Scope 3 emissions reporting. When they needed to bring on third-party...