Agentic RAG vs Traditional RAG in .NET in 2026 — When Each Wins, Real Code, Production Metrics
Agentic vs Traditional RAG in .NET — when each wins, full Semantic Kernel code, the router that saved Mattrx $10,900/month on AI bills.
Posts and interview questions tagged Semantic Kernel.
Agentic vs Traditional RAG in .NET — when each wins, full Semantic Kernel code, the router that saved Mattrx $10,900/month on AI bills.
A system design walkthrough of YouTube: resumable upload, the transcoding pipeline, blob storage, CDN delivery, and adaptive bitrate streaming at scale.
A system design walkthrough of Uber: geospatial indexing (geohash/quadtree/H3), finding nearby drivers, rider matching, live location, and surge pricing.
A system design walkthrough of a payment system: idempotency, the double-entry ledger, exactly-once processing, and reconciliation with the provider.
A system design walkthrough of WhatsApp: WebSocket delivery, message ordering, delivery and read receipts, online presence, and group fan-out at scale.
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.
A system design walkthrough of a notification system: multi-channel fan-out (push, SMS, email), queues, retries, dedup, and delivery at scale.
A system design walkthrough of a distributed cache like Redis/Memcached: consistent hashing, eviction policies, replication, and write strategies.
A system design walkthrough of a rate limiter: token bucket vs sliding window, where it lives, and making limits work across a distributed fleet.
A full system design walkthrough for a URL shortener like bit.ly: requirements, estimates, short-code generation, caching, and scaling to billions.
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.
Production-grade React auth: short-lived JWT in memory, rotating refresh tokens, server-enforced RBAC, Azure AD via MSAL, OAuth2 + PKCE — real code.