✕ Clear all filters
15 articles
▶ Videos →

📰 Dev.to · Aftab Bashir

15 articles · Updated every 3 hours · View all reads

All Articles 111,130Blog Posts 121,362Tech Tutorials 28,321Research Papers 22,451News 16,639 ⚡ AI Lessons
A senior engineer spotted a bug in my pipeline. I fixed it the same day. Here is what I learned.
Dev.to · Aftab Bashir ⚡ AI Lesson 1mo ago
A senior engineer spotted a bug in my pipeline. I fixed it the same day. Here is what I learned.
A few weeks ago I published an article about an event-driven order pipeline I built in .NET with...
How I added memory export and import to my open-source AI library
Dev.to · Aftab Bashir 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
How I added memory export and import to my open-source AI library
When I built BlazorMemory, I knew from the start that storing memories in the browser had one obvious...
Google just launched ADK for AI agents. I built something similar in .NET months ago using MCP. Here is what I learned.
Dev.to · Aftab Bashir 🤖 AI Agents & Automation ⚡ AI Lesson 2mo ago
Google just launched ADK for AI agents. I built something similar in .NET months ago using MCP. Here is what I learned.
On April 30th I got an email from Google about something called GEAR, their new program for building...
Built a travel booking platform in .NET with an API gateway, MongoDB, and Angular
Dev.to · Aftab Bashir ⚡ AI Lesson 2mo ago
Built a travel booking platform in .NET with an API gateway, MongoDB, and Angular
Most tutorials show you how to build an API. Fewer show you what sits in front of the API in a real...
Built an event-driven order pipeline in .NET with Kafka and Azure Service Bus
Dev.to · Aftab Bashir ⚡ AI Lesson 2mo ago
Built an event-driven order pipeline in .NET with Kafka and Azure Service Bus
Most order processing systems I have worked with are synchronous. The API receives the request, does...
I built a self-healing Kubernetes system in .NET that fixes its own failures using Claude AI
Dev.to · Aftab Bashir ⚡ AI Lesson 2mo ago
I built a self-healing Kubernetes system in .NET that fixes its own failures using Claude AI
A pod crashes at 3am. Kubernetes restarts it. It crashes again. Kubernetes keeps trying. Meanwhile...
Why AI assistants forget everything , and how I fixed it in .NET
Dev.to · Aftab Bashir 2mo ago
Why AI assistants forget everything , and how I fixed it in .NET
I was building an AI chat assistant in Blazor. It worked fine. But every new conversation started...
From zero to full infrastructure as code - Terraform, Kubernetes, Prometheus and Grafana with a single command
Dev.to · Aftab Bashir 2mo ago
From zero to full infrastructure as code - Terraform, Kubernetes, Prometheus and Grafana with a single command
Most backend developers write code that runs on infrastructure someone else built. They open a...
I upgraded a .NET library into a microservices platform - RabbitMQ, OpenTelemetry, and Azure AI
Dev.to · Aftab Bashir 2mo ago
I upgraded a .NET library into a microservices platform - RabbitMQ, OpenTelemetry, and Azure AI
I had a .NET library that wrapped Azure OpenAI and Azure AI Search into clean domain services for...
I built a Travel Data Platform API in .NET - search, analytics, and recommendations with Redis caching
Dev.to · Aftab Bashir 2mo ago
I built a Travel Data Platform API in .NET - search, analytics, and recommendations with Redis caching
Most travel APIs I have seen treat search, analytics, and recommendations as completely separate...
I built a Mini Internal Developer Platform in .NET -GitHub repos + Kubernetes deployments from a single API call
Dev.to · Aftab Bashir ☁️ DevOps & Cloud ⚡ AI Lesson 3mo ago
I built a Mini Internal Developer Platform in .NET -GitHub repos + Kubernetes deployments from a single API call
Most teams I've worked with waste 2-3 hours every time they spin up a new microservice. Create the...