Recent GitHub Activity
What I've been building in the last 2 weeks.
Loading recent activity…
Featured Projects
Creative solutions and technical implementations.
Jan 29, 2026
Project
ASKH
If you can name it, you can askh for it. Build web apps from natural language, live code, live preview, framework agnostic. React, Vue, Svelte, Solid, your call.
- AI
- WebContainer
Oct 10, 2025
Project
Base
A light weight deployment platform from scratch to understand CI/CD, cloud storage, and how code reaches end users.
- CI/CD
- Cloud
Nov 10, 2024
Project
Watcherman
A real-time website monitoring dashboard built with Next.js, NodeJS and Supabase. Track uptime, latency, and performance metrics for multiple websites with customizable monitoring intervals and data visualization.
- React
- Node.js
Featured Writings
Handpicked thoughts and insights from my blog.
Mar 29, 2026
Post
SWR and Viewport Guarding: efficient data fetching without the complexity
What SWR is, why it sidesteps global state complexity, and how I built useSWR and useInViewport from scratch, inspired by a beautifully minimal implementation I found in Modal's dashboard source.
- react
Apr 20, 2025
Post
How I Traded $1,100 in Bounties for a Call with Sahil Lavingia
From contributing to Shortest on GitHub to cold-emailing the founder of Gumroad, and what I learned from the 17-minute conversation that followed
- personal
- career
Mar 05, 2026
Post
Fill-in-the-Middle: How Code Completion Actually Works
I stumbled upon this while inspecting Modal's network tab during a CUDA assignment. Turned out there's a well-known pattern behind it, and it all starts with the API payload.
- devtools