In this article, we will learn how to use Java NIO to work with file to improve our application’s performance, especially using Channel, Buffer to deal with it.
[Read More]
Ordering Read and Writes operations on a multiple core CPU
In this article, we will learn about the organization of physical memory that impacts to our multithreaded application. And some concepts such as synchronization, visibility, volatility, happens-before link that will be used to deal with it.
[Read More]
Understanding about Functional Interfaces in Java 8 - Function
In this article, we will learn how to use Function functional interface. Let’s get started.
[Read More]
Understanding about Functional Interfaces in Java 8 - Predicate
In this article, we will learn how to use Predicate functional interface in Java 8. Let’s get started.
[Read More]
Linear Regression
In this article, we will learn how to use Normal Equation in Linear Regression model. Let’s get started.
[Read More]