In this article, we will learn about ACID properties that all databases have to be abided by them. These properties are very crucial to choose database’s type for our distributed system.
[Read More]
Bit manipulation
In this article, we will learn how to use Bitwise operators and some tricks to deal with our common problems. Let’s get started.
[Read More]
Waiting threads to finish completely in Java
In this article, we will learn how to wait our threads to finish completely. Let’s get started.
[Read More]
Sending email with Spring boot
Understanding about functional interface in Java 8
In this article, we will learn how to use functional interface. Let’s get started.
[Read More]