Table of contents
Environment that Kafka need to work
Setup Kafka service
[Read More]
Some necessary commands in Linux
In this article, we will introduce some basic commands that we need to know when programming with bash script. Practice fluently all this commands makes us to be possible to write scripting in a large project.
[Read More]
How to use ExecutorService framework in Multithreading Java
In this article, we will learn how to create ExecutorService, advantages and disadvantages of it. It provides a simple way to do some operations with Thread.
[Read More]
Builder Pattern
In this article, we will introduce about Builder pattern. It’s very helpful when we want to create complex objects in our program.
[Read More]