Portfolio

~/about/work.tstypescript
export const work = [
  {
    company: 'Flo Mattress',
    role: 'Executive Full Stack Developer',
    period: 'Jan 2025 — Present',
    stack: ['Next.js', 'TypeScript', 'Node.js', 'BullMQ', 'AWS', 'MongoDB', 'ClickHouse', 'Redis'],
    highlights: [
      'Led the internal CRM from a monolith into a Turborepo monorepo (9 apps, 8 shared packages) with microservices (Auth gateway, CRM, Export, Supply Chain), HMAC-signed proxied auth, and Docker dev workflows.',
      'Built the production Next.js/TypeScript Admin app from scratch: NextAuth (JWT + Google OAuth), role-based permissions, TanStack Query patterns, and a multi-theme engine with View Transition animations.',
      'Delivered 15+ operational workflows used daily by 150–200 agents, with reusable components adopted by later devs.',
      'Rebuilt worker scaffolding into a production TypeScript BullMQ system (queue factories, Bull Board, Redis multi-DB, health checks, graceful shutdown).',
      'Engineered pipelines for ~40,000 monthly orders across 10+ facilities: 208,000+ records processed in under 5 minutes, 46,000+ shipments/run at 99.6% success into MongoDB and ClickHouse.',
      'Built a logistics analytics dashboard (interactive IndiaMap, Sankey/treemap, choropleth) across 7 logistics partners.',
    ],
  },
  {
    company: 'Codsoft',
    role: 'Machine Learning Intern',
    period: 'Aug 2023 — Sep 2023',
    stack: ['NumPy', 'Pandas', 'Scikit-learn', 'NLTK'],
    highlights: [
      'Customer churn prediction with Random Forest + over-sampling — 94% accuracy.',
      'SMS spam detection with TF-IDF + SGD/Multinomial Naive Bayes — 96% accuracy.',
    ],
  },
] as const