
Overview In my previous post, I wrote an article about configuring data source by using Hikari CP. However, there are times that we need more than one database connection in an application. Later in this […]
Transform Passion into Knowledge
Overview In my previous post, I wrote an article about configuring data source by using Hikari CP. However, there are times that we need more than one database connection in an application. Later in this […]
Overview In Java world, when it comes to database connectivity, there are two main approaches to deal with. First one is direct JDBC connection by using DriverManager. The other one is by using data source. […]
Overview In this short blog post, I will explain how to import certificate into Java Keystore. This steps is useful whenever you need to access HTTPS from JVM. Export the certificate from your browser as […]
Introduction Let’s picture this scenario: You are planning to go fishing by boat. You have prepared everything for weeks. You have checked the boat to make sure it’s secure and save, prepared your fishing equipment, prepared […]
Token-based authentication, relies on Token for determine whether the request is authorized or not. And JWT is one of token-based authentication.
Introduction I guess the title is explaining enough, right? Raise your hands if you find it difficult to understand :). Missing in action can refer to many things. Vacation, Resignation, Decease, Too Busy, On Business Trip, […]
Introduction Self organized Development Team is one of the key strength of Scrum Team. The team choose how best to accomplish their work, rather than being directed by others outside the team. In order to have […]
Introduction After couples of Golang articles, I want to bring something different in this article. I want to talk about Java 8 features, which is functional interfaces. This feature comes up in 8th edition due […]
Backlog Grooming Session is very important activity for Scrum Project. This article will describe what when where who and how this session about