Tag: Monorepo
3 case studies
Case Studies

Publishing a React Component Library: @danieljoffe/shared-ui
Extracting a workspace component library into a published npm package: Vite + preserveModules, and the 'use client' directive Rollup keeps stripping.

API Performance: Pooling and Parallelism
Persistent browser pool, shared HTTP connections, parallelized DB operations, and JWT hardening across two FastAPI services.

Multi-ATS Job Pipeline: FastAPI Behind Next.js
Six-ATS job pipeline: FastAPI scraper, weighted scoring, Next.js admin dashboard, JWT cookie auth, auto-detect input, and 8-second scans.