© 2026 Hashnode
Background: In today's fast-paced tech world, businesses in various fields like education, healthcare, and business intelligence are increasingly using automation tools to streamline operations, boost efficiency, and enhance user experience. Although...

Have you ever updated your backend API property name but neglected to also update the frontend? I'm sure you have. When this occurs, it leads to production crashes and unhappy customers, plus you've wasted your entire week fixing the problem. To reso...

Originally published at Gothar Tech Part of our 2025 software architecture series. API Transport in 2025: REST, GraphQL, gRPC, and the Streaming Reality The web used to be a polite letter exchange: you write a request, you get a reply. Then the mac...

How It All Started It all began with one random thought while I was procrastinating a deployment. I was sitting there wondering — is 512 MB of storage from Supabase or NeonDB’s free tier really enough for my project? Or should I host my own Postgres ...

I recently built a small resume matcher app in TypeScript that compares PDF resumes to job postings. I wanted a fast way to prototype an API, so I chose tRPC for the backend. tRPC is a TypeScript-first RPC framework that promises “end-to-end typesafe...
