Kafka Series Vol. 4: Dead Letter Queue
Learn how to build a Dead Letter Queue (DLQ) in Kafka to handle failed events, prevent data loss, and improve system resilience with C# and MongoDB.
Time Series in MongoDB Using C#
Learn how to use MongoDB Time Series Collections with C#. Insert bulk data, run queries, and get quick stats (avg/min/max) in a simple Web API.
Kafka Series Vol. 3: Handling Follow Events in Social Media
Explore handling follow events in social media with Kafka, MongoDB, and efficient stream processing for real-time user interactions.
Kafka Series Vol. 2: From Serialization to Consumer Groups
Explore Kafka essentials: Serialization, replication, ACKs, and consumer groups explained with practical examples in this comprehensive guide.
Kafka Series Vol. 1: What is Kafka?
Fundamentals of Apache Kafka, including its key components like producers, consumers, topics, partitions, and brokers...
What is JWT?
What is JWT(Json Web Token) and How to Implement JWT Auth in ASP.NET Core?