Software engineer
with a track record of building end-to-end applications using React and TypeScript.Having worked professionally since 2023 in a number of US startups (all in their 0–1 phase) made me take Founding Engineer responsibilities in a short span of time.
I'm currently learning building real time collaborative software with Replicache while using LLMs to elevate product experiences.
Professional Work
- Refactored to a TurboRepo multi-package workspace from a foundational Next.js app.
- Rewrote ~50 LLM calls with strict type-safety & error handling (Zod + Vercel AI SDK).
- Decoupled a tRPC API into its own service to share with a Chrome extension.
- RAG and vector embeddings for custom LLM training on user resources.
- Referrals to bypass private access while the application is not GA.
- Optimize the user`s resume using LLMs for any job description.
- Designed and architected an auction platform from scratch, production ready without any AI agents, in 5 months.
- 10+ listing types ensuring typed JSONB schema checks throughout the application.
- Designed a 2-dimensional preference matrix for real-time seller notifications.
- Made a custom UI for the admin dashboard to manage the auction platform.
- Authored formal email templates for authentication, new instrument alerts, seller approval, and winner announcements.
- Labquote stands at $400k revenue (as of May 2025) after being released in September 2024.
- Built payments for subscriptions and top-ups in 3 days (Stripe + webhooks) in my second week on the job.
- Implemented DND scheduling, OTP verification, and rich filtering.
- Shipped a test-call modal with custom prompts via OpenAI API in under 3 hours.
- Added real-time notifications with MagicBell.
Highlights
- React.lazy with type support
Making a custom lazy component that's type-safe and generic enough to support any component.
- Type safe local storage utils
Fully type-safe functions for fetching and mutating local storage values I use in production with Zod & TS.
Personal Work
repligram
A fully-responsive Instagram clone with the T3 stack. Posts, animations, comments, messaging, and reactions. tRPC, Postgres, and websockets.
forklifter
My best UI work. Generates a beautiful portfolio instantly with analytics and dynamic OG images. Next.js, Server Components, Server Actions, Next-Auth, Prisma, shadcn/ui.