Browsing Tag
backend
112 posts
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…
Mitigating the Two Generals Problem in Django with Idempotence
A Fintech Architecture Perspective When building payment systems, you eventually face a terrifying question: Did we charge the…
How I Built a System That Tracks 900,000 Real-Time Events Per Day
A few months ago I started building a system to collect and analyze real-time event data. What began…
I Built an AI CLI That Lets You Chat With Your APIs
Tired of writing Postman test scripts? I built Octrafic – a CLI tool where you describe API tests…
Manticore Search 17.5.1
Manticore Search 17.5.1 has been released. This maintenance release includes bug fixes, minor improvements, and updated recommended library…
🚀 How We Reduced API Response Time by 60% in Node.js Using Caching, Query Optimization & Performance Profiling
Performance issues in backend systems rarely come from one obvious bug. In our production system, a high-traffic API…
Designing Idempotent Payment Processing in Worldpay Integrations (.NET Lessons)
When integrating payment gateways like Worldpay, one assumption will eventually break your system: “This event will be received…