In this tutorial, we will find out about quick find - one of implementations in Union-Find. And understanding Quick Find has advantages and disadvantages that will make us confidence to implement.
[Read More]
Understanding configuration in Gradle - Java
In this tutorial, we will discuss about Gradle to understand how to build our project with it and make our work easier to do. Let’s get started.
[Read More]
How to center things in CSS
Sometimes, in CSS, we want to center everthing rapidly. But to do this, we have to think about it slowly, simply because, we must choose some properties such as postion, top, left, right, bottom, vertical align, text align, …
[Read More]
Some notes about Resin web application server
In this article, we will discuss about Resin web server, simply because I have so many problems with Resin when building my own projects, especially project that is relevant to seasar framework - sastruts, …
[Read More]
How to configure the endpoint and response format of RESTful API
In this tutorial, we will discuss about the endpoint and API response format of RESTful API. These knowledge is ver useful when we want to design API web service scalable.
[Read More]