🚀 About Me: A passionate software engineer and creator. On my YouTube channel, we dive deep into the world of programming, covering:
- 🌐 Frontend Development
- 🛠️ Backend Engineering
- 🤖 AI and Machine Learning
- 💻 .NET Ecosystem Mastery
- 🗄️ Database Design & Management
🎥 This repository is a curated collection of code from my videos.
🛠️ Join the community to:
- 💡 Learn together
- 🔥 Build impactful projects
- 💬 Share knowledge
🔔 Subscribe and let’s code together!
- RAG C# Application with Microsoft.Extensions.AI, Ollama and Qdrant
- RAG C# Application with Semantic Kernel, Ollama and Qdrant
- Multi-agent apps with C# and Semantic Kernel (Job Assistant App)
- Ollama OCR Server with C# and .NET Aspire
- Speech-to-Text with Whisper.cpp in C#
- MCP (Model Context Protocol) in C# - Talk with your database!
- Automate Code Reviews with Git Hooks and Ollama
- Semantic Text Splitting with C#, Semantic Kernel and Ollama
- Structured Output in Ollama with C#
- C# Unit Testing with Test Doubles: Dummy, Fake, Stub, Spy & Mock
- REPR Design Pattern in .NET: Build Clean & Scalable Web APIs
- Mastering Concurrency in EF Core (Optimistic & Pessimistic)
- Master HTTP Status Codes in ASP.NET Core – Know When to Use 200, 404, 409, 422!
- Master SQL Set Operations: UNION, INTERSECT, EXCEPT & Division Explained with Real Examples
- Master SOLID Principles with C# Examples
- N+1 Query Problem with a custom EF Core detector!