✕ Clear all filters
38,648 articles
▶ Videos →

Backend Engineering Reads

38,648 articles · Updated every 3 hours · View all reads

All Articles 185,893Blog Posts 168,951Tech Tutorials 49,786Research Papers 36,210News 22,932 ⚡ AI Lessons
JavaScript Map: Store and Find Values Using Keys
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 1d ago
JavaScript Map: Store and Find Values Using Keys
When we need to store data and later find it using a unique key, JavaScript’s Map collection is very useful. Continue reading on Medium »
Auth Middleware Should Not Guard Payment Webhooks
Dev.to · Gumbo Sveins 🔧 Backend Engineering ⚡ AI Lesson 1d ago
Auth Middleware Should Not Guard Payment Webhooks
You ship Clerk (or NextAuth, or a custom session matcher). Every /api/* route now requires a logged...
Common Server Action and API Route Errors in Next.js (and How to Fix Them)
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 3d ago
Common Server Action and API Route Errors in Next.js (and How to Fix Them)
Server Actions made a lot of backend logic in Next.js dramatically simpler — no separate API route needed for a form submission. But they… Continue reading on M
11 Tiny Bash Scripts That Save Me Time Every Day
Medium · AI 🔧 Backend Engineering ⚡ AI Lesson 3d ago
11 Tiny Bash Scripts That Save Me Time Every Day
Find the process blocking a port, compare messy API responses, and keep the build log you always forget to save. Continue reading on Medium »
11 Tiny Bash Scripts That Save Me Time Every Day
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 3d ago
11 Tiny Bash Scripts That Save Me Time Every Day
Find the process blocking a port, compare messy API responses, and keep the build log you always forget to save. Continue reading on Medium »
I Thought My Senior Backend Interview Answers Needed More Detail. Then I Started Timing Them.
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 3d ago
I Thought My Senior Backend Interview Answers Needed More Detail. Then I Started Timing Them.
I had spent weeks making my system design and production answers more complete. Continue reading on Let’s Code Future »
I Failed Several Senior Backend Interviews After Giving Answers I Thought Were Correct.
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 3d ago
I Failed Several Senior Backend Interviews After Giving Answers I Thought Were Correct.
The questions I remembered were about databases, queues, caching and production incidents. The useful part turned out to be what happened… Continue reading on J
I Failed Several Senior Backend Interviews After Giving Answers I Thought Were Correct.
Medium · Python 🔧 Backend Engineering ⚡ AI Lesson 3d ago
I Failed Several Senior Backend Interviews After Giving Answers I Thought Were Correct.
The questions I remembered were about databases, queues, caching and production incidents. The useful part turned out to be what happened… Continue reading on J
Should We Use Valkey Instead of Redis?
Medium · DevOps 🔧 Backend Engineering ⚡ AI Lesson 3d ago
Should We Use Valkey Instead of Redis?
If you have worked with backend systems, Kubernetes, caching, or distributed applications, there is a very good chance you have used Redis. Continue reading on
Medium · Programming 🔧 Backend Engineering ⚡ AI Lesson 4d ago
Authentication in ASP.NET Core
A deep-dive walkthrough of authentication in ASP.NET Core — covering the ClaimsPrincipal/ClaimsIdentity model everything else builds on… Continue reading on Med
How I Built Authentication in Go and React: Doing It Right
Dev.to · Prajwal Patil 🔧 Backend Engineering ⚡ AI Lesson 4d ago
How I Built Authentication in Go and React: Doing It Right
Every tech blog will tell you the same thing: don’t roll your own auth. It makes sense not to do that...
How I keep a game companion site from lying to its readers
Dev.to · kathi beitz 🔧 Backend Engineering ⚡ AI Lesson 4d ago
How I keep a game companion site from lying to its readers
Game companion sites have a trust problem. A build guide can be correct on Tuesday, broken by...
The @forge/bridge import that kills your resolver, and why nothing warns you
Dev.to · Mihai Perdum 🔧 Backend Engineering ⚡ AI Lesson 4d ago
The @forge/bridge import that kills your resolver, and why nothing warns you
One unused @forge/bridge import in a shared file turns a Forge function from HTTP 200 into 424. It throws at import time, and forge lint stays silent.
Comparing Promise.all, allSettled, any, and race when failure arrives first
Dev.to · hiro@ 🔧 Backend Engineering ⚡ AI Lesson 4d ago
Comparing Promise.all, allSettled, any, and race when failure arrives first
When work can partially fail, decide which event should settle the aggregate Promise. Replacing...
The Worker Rejected Zulu Time. My 3.12 Laptop Never Saw the ValueError.
Dev.to · Taylor Wang 🔧 Backend Engineering ⚡ AI Lesson 4d ago
The Worker Rejected Zulu Time. My 3.12 Laptop Never Saw the ValueError.
Have you ever watched a timestamp parse on your laptop and explode on the worker with the same bytes?...
Node.js DNS Evidence: When Application Logs Need Live Zone Reads
Dev.to · JedidiahRhodes8293 🔧 Backend Engineering ⚡ AI Lesson 4d ago
Node.js DNS Evidence: When Application Logs Need Live Zone Reads
Use change events to prove what your B2B SaaS asked for, authoritative DNS snapshots to prove what...
Node.js DNS Upsert or Create Across 4 Provisioning Failure Modes
Dev.to · NicodemusChristensen2675 🔧 Backend Engineering ⚡ AI Lesson 4d ago
Node.js DNS Upsert or Create Across 4 Provisioning Failure Modes
Short answer: use create when an existing DNS record is evidence of a conflict that must stop an...
How to Create your Own Server using Express.js?
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 5d ago
How to Create your Own Server using Express.js?
How to create an Express server? Continue reading on Medium »
The Backend for Frontend Pattern Is Quietly Making a Comeback
Medium · JavaScript 🔧 Backend Engineering ⚡ AI Lesson 6d ago
The Backend for Frontend Pattern Is Quietly Making a Comeback
A few weeks back, someone on the mobile team pinged me asking why the checkout screen needed six separate API calls to render, three of… Continue reading on Med
Specification of Latent Space Stabilization Loop: Architecture of the gemma-void-filter Middleware
Medium · Python 🔧 Backend Engineering 6d ago
Specification of Latent Space Stabilization Loop: Architecture of the gemma-void-filter Middleware
TECHNICAL SPECIFICATION // NODE BETA INFRASTRUCTURE Continue reading on Medium »