In this article, we will dive into Reactive programming in Java, especially we have to understand about its architecture. Based on it, we can easily apply them into utilizing some frameworks such as RxJava, Reactor, …
[Read More]
Some useful tips for utilizing Postman
In this article, we will introduce about some useful tips for testing with postman. It will help us automatically testing for much data.
[Read More]
How to setup Kafka in Linux
In this article, we will learn how to setup Kafka in Ubuntu. Let’s get started.
[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]