All
Articles 111,130Blog Posts 121,362Tech Tutorials 28,321Research Papers 22,451News 16,639
⚡ AI Lessons

Dev.to · Aftab Bashir
🧠 Large Language Models
⚡ AI Lesson
2w ago
Letting users teach an AI which memories matter
I built BlazorMemory to give Blazor AI assistants persistent memory. The library uses an LLM to...

Dev.to · Aftab Bashir
⚡ AI Lesson
1mo ago
I kept improving my .NET order pipeline after a CTO left feedback. Here is where it ended up.
A few weeks ago I published an article about an event-driven order pipeline I built in .NET. A CTO...

Dev.to · Aftab Bashir
🧠 Large Language Models
⚡ AI Lesson
1mo ago
I added verbatim memory to my .NET AI library : here's why it outperforms extraction
There is a paper called MemPalace that stores conversations verbatim instead of extracting facts from...

Dev.to · Aftab Bashir
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
I made my .NET travel AI library work with OpenAI, Anthropic, Ollama, and Azure. Not just one.
When I first shipped TravelAI.Core, it only worked with Azure OpenAI and Azure AI Search. You needed...

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...

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...

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...

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...

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...

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...

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...

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...

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...

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...

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...
DeepCamp AI