How to build a custom Kafka Consumer application?
If you have followed my recent post – how to build a custom Kafka Producer application, I’m sure you would also like to learn how to build a custom Kafka...
...on a journey to become an outlier software engineer!
If you have followed my recent post – how to build a custom Kafka Producer application, I’m sure you would also like to learn how to build a custom Kafka...
Recently I’ve published a few how-to topics related to Apache Kafka. In this post, I’ll tell you how to build a custom Kafka Producer application which will help to take more...
In my previous post, I explained how to set up Apache Kafka locally using a single broker. In this post, I’ll tell you how to add more brokers (nodes) to...
Apache Kafka is a distributed streaming platform that is similar to a message queue or enterprise messaging system which is a distributed commit log. In this post, I’ll tell you...
Angular Pipes is a smart way to write display-value transformations that can be easily declared in the HTML. In this post, I’ll tell you how to test Pipes in Angular....
If you are using ASP.NET Core framework to build your web application, you will be happy to know that with ASP.NET Core, Dependency Injection (DI) is now a first class...
There are many posts online with small examples to write components in Angular 2. These examples are good to understand how components work but to write real world applications, it...
I recently published a post that explains how to use Web Workers to speed-up your web applications and also about Dedicated Web Workers. In this post, I’ll explain how to use...
Nowadays, JavaScript is heavily used in web applications and slow or laggy applications are not liked by anyone. This user experience can be bad for business. In this post, I’ll...
Microsoft Azure Redis Cache offers us to use the popular open source Redis Cache ecosystem and reliable hosting of this service that is managed by Microsoft. In this post, I’ll...