Tag
#nextjs
3 posts
Applied web development 15 min
Automating Your Email Chaos: Building a Gmail Dashboard
I had 47,000 unread emails. So I built a dashboard that cleans, labels, and summarizes them automatically — with undo for everything.
gmail api oauth
Professional devops 14 min
Multi-Stage Dockerfile: From 1.2GB to 180MB
OMNI's Docker image was 1.2GB. Three stages — deps, build, runtime — brought it to 180MB. Here's the exact Dockerfile with annotations.
docker dockerfile optimization
Professional cybersecurity 16 min
Building a Production API Proxy: Rate Limiting, Caching, and SSRF Protection
OMNI proxies 13+ external APIs through Next.js API routes. Here's how I built rate limiting, response caching, and SSRF protection into the proxy layer.
api-proxy security rate-limiting