Home Tags #Agentic AI Posts AI
Full C# RAG chatbot: Semantic Kernel + Azure AI Search hybrid + reranker + streaming + tenant security. Mattrx Help: 4% hallucination, 91% recall.
AI
Agentic vs Traditional RAG in .NET — when each wins, full Semantic Kernel code, the router that saved Mattrx $10,900/month on AI bills.
System Design
System Design · Sep 13, 2026 A system design walkthrough of YouTube: resumable upload, the transcoding pipeline, blob storage, CDN delivery, and adaptive bitrate streaming at scale.
System Design
System Design · Sep 12, 2026 A system design walkthrough of Uber: geospatial indexing (geohash/quadtree/H3), finding nearby drivers, rider matching, live location, and surge pricing.
System Design
System Design · Sep 11, 2026 A system design walkthrough of a payment system: idempotency, the double-entry ledger, exactly-once processing, and reconciliation with the provider.
System Design
A system design walkthrough of WhatsApp: WebSocket delivery, message ordering, delivery and read receipts, online presence, and group fan-out at scale.
System Design
A system design walkthrough of a news feed like Twitter or Facebook: fan-out on write vs read, the celebrity problem, ranking, and caching at scale.
System Design
A system design walkthrough of a notification system: multi-channel fan-out (push, SMS, email), queues, retries, dedup, and delivery at scale.
System Design
A system design walkthrough of a distributed cache like Redis/Memcached: consistent hashing, eviction policies, replication, and write strategies.
System Design
A system design walkthrough of a rate limiter: token bucket vs sliding window, where it lives, and making limits work across a distributed fleet.
System Design
A full system design walkthrough for a URL shortener like bit.ly: requirements, estimates, short-code generation, caching, and scaling to billions.
System Design
System Design · Aug 30, 2026 Most people fail system design interviews for lack of a method, not knowledge. Here's a repeatable framework to design any system in 45 minutes.