Abhishek Sharma
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
π dev.toSource
In Part 14, I finished HMAC webhook signing. The backend was complete β JWT auth, PostgreSQL, Redis...
Phoenix LiveView vs Rails Hotwire: I Built the Same Real-Time App in Both. The Numbers Aren't Close.
π dev.toSource
A controlled benchmark on a real collaborative app: Phoenix LiveView vs Rails 8 Hotwire. HTTP throughput, WebSocket speed, memory, and code cost β with actual numbers from CI.
π dev.toSource
From Dev.to - docker: Zero-Downtime PostgreSQL Major Version Upgrades in Containers: The Problem Nobody Talks About
π dev.toSource
From Dev.to - go: I Needed to Send an HTTP Request Without Slowing Down My API. Goroutines Fixed That.
π dev.toSource
From Dev.to - backend: My Backend Crashed Every Time Redis Went Down. Three Patterns Fixed That.
π dev.toSource
From Dev.to - productivity: Use your Obsidian vault from Neovim, organized by project
π dev.toSource
From Dev.to - go: Every Request Looked the Same in My Logs. Then I Added One Line.
π dev.toSource
From Dev.to - go: My Database Disappeared Every Time I Restarted Docker. Migrations Fixed That.
π dev.toSource
In Part 7, I taught my server how to die gracefully. It felt production-ready. Auth, rate limiting, caching, clean shutdown Γ’β¬β the API was doing real work. I said Part 8 would be "Docker + Postgres." I was wrong. Postgres alone deserved its own post, because swapping the databas