Clean code with Method

In this article, we will go with Clean code for method. It’s very useful to apply knowledges into our projects. It makes our code easily maintainable, readable, … [Read More]
Tags: Clean Code

Understanding about Log4j 2.x framework

In Java web applications, logging is an important feature that we need to understand and use frequently. Because logging will help us easy to detect bug like at runtime, we do not use debug mode, so, defenitely, we have to use logging functionality to play. [Read More]