Browsing Tag
backend
118 posts
Backend Engineer (Fintech · Node.js · TypeScript · Python) — Open to Opportunities
Hi everyone — I’m a backend engineer with 3+ years building and shipping production backend systems, primarily in…
Chuks Language Data Types
Stop fighting your data. Let dataType win. Most languages make you choose between the safety of structs and…
Cache Stampede Prevention
When Your Cache Chokes: Taming the Cache Stampede Ever felt that exhilarating rush when your application is humming…
How to Build a Production-Ready Secure Python API (JWT, Rate Limiting, and Caching)
Introduction Most Python APIs work perfectly in development—and fail in production. The issue is rarely functionality. It’s missing…
Coding Cat Oran Ep3, Five Tables Changed Everything
Oran spent two weeks doing something that felt like not working. He sat with the warehouse team during…
#6 Things Every Backend Engineer Should Know (That AI Won’t Tell You)
AI can write code. Honestly, it can write it faster and with fewer syntax errors than most of…
Building a Production-Ready .NET 8 Banking API: Clean Architecture, PostgreSQL & CI/CD on Render
Building a Production-Ready .NET 8 Banking API: Clean Architecture, PostgreSQL & CI/CD on Render There’s a difference between…
Why Alembic is Basically Git for Your Database (And Why You Need It) 🗄️
We have all been there. It is a late Friday afternoon, you finally hit deploy on a feature…
SurrealDB: The “One-Size-Fits-All” Database for Lazy Developers (Part 1)
*Intro: * We need to talk about your “Modern Stack” Let’s be real for a second. We’ve all…
Stateless vs Stateful: Entenda a diferença de uma vez por todas
Escolher entre uma arquitetura Stateful ou Stateless é uma das decisões mais fundamentais que tomamos ao desenhar o…