Aditya Deokar
TIME
// 01
HHoommee
→
// 02
WWoorrkk
→
// 03
AAbboouutt
→
// 04
BBlloogg
→
// Connect
LinkedIn↗
GitHub↗
X / Twitter↗

© Aditya Deokar // Portfolio

Elevated digital experiences

Technical Blog

Thoughts & Insights

Deep dives into architecture, tutorials, and technical learnings from building production-grade applications.2 articles and counting.

Filter by
Search
Featured
Architecture
12 min read
2.5K views

I Built a Microservices Architecture, But I Couldn't Afford to Deploy It. Then I Found the Edge.

How I migrated my multi-service Express ecosystem to Cloudflare Workers & Hono.js to get a production-grade distributed system for $0.

As a student who builds like a Senior Engineer, I faced a problem: my beautiful microservices architecture was too expensive to deploy. Learn how I solved this with Cloudflare Workers and Hono.js, achieving zero cost, zero cold starts, and zero server management.

Jan 15, 2025
MicroservicesCloudflare WorkersHono.jsServerless+2
Tutorial
14 min

I Copy-Pasted Types Between Frontend and Backend for 6 Months. Then I Discovered RPC.

As a TypeScript developer who refuses to ship runtime bugs, I was trapped in a cycle of copy-pasting interface definitions between my Next.js frontend and Express backend. Learn how tRPC solved this with zero configuration and gave me autocomplete for my entire API.

Jan 22, 2025
1.8K views
RPCtRPCTypeScript+3