In this article, we will learn how to use some commands in Maven to solve some problems when encountering Java project. Using Maven helps us to concentrate on source code, do not take care about libraries, … when changing their version.
[Read More]
How to use ReentrantLock in Java
CyclicBarrier in Java's Multithreading
Clean code with validate input
In this article, we will learn how to write better code for validating method’s inputs. Use these techniques makes our code easily maintain, readable, because we will separate validation’s place and logic place.
[Read More]