šŸš€ Engineering & Architecture

Thoughts, stories and ideas.

Designing next-generation cloud architectures and leading teams to build autonomous AI agents, serverless ecosystems, and high-performance tech stacks at the intersection of system design and technical leadership.

Infographic featuring AI, Agents, Serverless, Cloud, Software Architecture, DevOps, Kubernetes, and APIs

Latest Posts

See all posts
Domain-Specific Deep Agents: Model Routing, Tool Registries & The Full DevPulse System
Editorial#ai-agents

Domain-Specific Deep Agents: Model Routing, Tool Registries & The Full DevPulse System

One harness does not fit every programming language, domain, or review type. Learn how to build dynamic tool registries that serve language-specific tools, a model router that assigns the right LLM to the right task complexity, and domain-tuned system prompts — then wire everything together into the complete DevPulse production system.

Durgadas Kamath
Durgadas Kamath
Going to Production: Reliability, Observability & Resumability
Editorial#ai-agents

Going to Production: Reliability, Observability & Resumability

Moving DevPulse from a working prototype to a production system. Learn how to implement persistent SQLite checkpointing so agents survive crashes, add LangSmith distributed tracing to debug multi-agent pipelines, inject human-in-the-loop approval gates for high-risk actions, and build cost safeguards that prevent runaway API spend.

2026-06-21
Context Engineering: Write, Select, Compress, Isolate
Editorial#ai-agents

Context Engineering: Write, Select, Compress, Isolate

Prompt engineering gets your agent working. Context engineering gets it to production. Learn the four strategies — Write, Select, Compress, and Isolate — that prevent context rot, reduce token costs by 80%, and maintain reasoning accuracy as task complexity scales. Applied throughout the DevPulse system.

2026-06-20
Sponsored Advertisement

Recent Videos

See all videos
From Zero to Hero: Master Serverless with building an OTP System on AWS!  šŸŒšŸš€

From Zero to Hero: Master Serverless with building an OTP System on AWS! šŸŒšŸš€

Build an OTP System using Serverless & SST | AWS | API, DynamoDB, Streams, SES In this tutorial we dive deep into the world of Serverless and demonstrate how to build a robust OTP (One-Time Password) system from scratch! šŸ› ļøšŸ’” What You'll Learn: šŸ—ļø Designing APIs for a seamless user experience along with DynamoDB Streams šŸš€ Leveraging Serverless architecture for scalability āš™ļø Binding services together using SST šŸ› ļø Infrastructure provisioning made easy šŸš€ Let's Build Together! šŸš€ Github Repo: https://github.com/imdurgadas/otp-system-serverless #aws #api #otp #design #cloud #serverless #developer #tutorial #dynamodb #aws-sdk #typescript

2023-11-15
Rapid Development ⚔ Build Serverless APIs at Lightning Speed with SST and Live Lambda Debugging!

Rapid Development ⚔ Build Serverless APIs at Lightning Speed with SST and Live Lambda Debugging!

Build and Deploy Serverless Rest API using SST | AWS CDK | Live Lambda Debugging | AWS Cloud We will look into building and deploying rest apis using SST framework. We also dive in into lambda live debugging features in SST and see it in real with an example. We compare SST vs Serverless framework as well. Github: https://github.com/imdurgadas/tasks-api-sst SST Docs: https://docs.sst.dev/ Comparison with Serverless framework: https://sst.dev/resources/serverless-framework-vs-sst.html

2023-09-18
The Architect's Dilemma: Monorepo vs. Microservices - Weighing the Factors! āš–ļøšŸ›ļø

The Architect's Dilemma: Monorepo vs. Microservices - Weighing the Factors! āš–ļøšŸ›ļø

Monorepo vs Microservices | Factors to Consider | Architectural Decisions In this video, we see about Monorepo and Microservices. We will see the challenges associated with them and what are the factors to consider along with the approaches. #architecture #developer #tutorial #microservices #monorepo #learning

2023-08-16

Featured Projects

See all projects

Cloudflare Stock MCP Server

A Model Context Protocol (MCP) server built to fetch, process, and expose real-time stock market data natively inside LLM agent workflows.

TypeScriptModel Context ProtocolCloudflare WorkersNode.js

Cloudflare Stock Trading Agent

An autonomous stock trading agent orchestrated with LangGraph to model complex multi-step reasoning, financial analysis loops, and execution states.

TypeScriptLangGraphAI AgentsCloudflare Workers
Sponsored Advertisement