Blogs

Senior notes on agentic AI, backend systems, and product delivery.

Practical writing on AI agents, RAG, code review, API architecture, queues, SaaS, realtime systems, and full-stack product decisions that survive production.

Sort
Jun 02, 20269 min readAgentic AI0 views

Agentic Coding Workflows That Actually Ship

A field guide to giving coding agents enough context to help without handing them decisions they are not equipped to make.

agentic-aiai-codingdeveloper-workflowcode-reviewtesting
Read
May 28, 20268 min readAI Product0 views

Building AI Features Without Making Everything a Chatbot

AI is often more useful as a small step inside an existing workflow: extract, rank, draft, validate, then let the user decide.

ai-productuxautomationfull-stackproduct-engineering
Read
May 21, 20268 min readEngineering0 views

Auditing AI-Generated Code Before It Reaches Production

A review sequence for generated patches, starting at the trust boundary and ending with the code the team will have to operate.

ai-generated-codesecuritycode-reviewtechnical-debtsoftware-engineering
Read
May 14, 202610 min readAI Systems0 views

RAG Pipelines for Product Data, Not Demo Data

The retrieval pipeline starts with permissions and document quality, long before a model gets a chance to answer.

ragai-systemsembeddingssearchbackend
Read
May 07, 202611 min readTravel Tech0 views

Designing Airline Booking APIs for Peak Traffic

Lessons from flight systems where price, payment, booking, and ticketing can all disagree at the same time.

travel-techapi-designredisrabbitmqidempotency
Read
Apr 29, 202610 min readSaaS0 views

How Multi-Tenant SaaS Backends Stay Maintainable

What changed when a multi-tenant POS backend had to serve real businesses instead of a single demo tenant.

saasmulti-tenantrbacmongodbbullmq
Read
Apr 21, 20268 min readAI Tooling0 views

MCP Servers and Tool Calling for Real Developer Products

Tool calling becomes backend engineering as soon as a model can read private data or trigger a real action.

mcptool-callingdeveloper-toolsagentic-aibackend
Read
Apr 12, 20269 min readBackend0 views

Redis, RabbitMQ, and BullMQ in Real Products

A decision guide based on ownership and failure recovery, not a feature-by-feature comparison.

redisrabbitmqbullmqqueuesbackend
Read
Apr 04, 20269 min readRealtime0 views

Realtime Chat Architecture with Socket.IO

Follow one message from authorization to storage, delivery, acknowledgement, and reconnect recovery.

socket.iorealtimewebsocketredischat
Read
Mar 25, 20267 min readCareer0 views

From Backend Strength to Full-Stack Product Delivery

What backend experience changes about the way I build interfaces, contracts, failure states, and complete product workflows.

full-stackfrontendbackendcareerproduct-engineering
Read