AWS, the leading cloud provider, defines the 6 advantages of cloud like below: Stop Guessing Capacity Economies of Scale Variable Operational Cost vs Capital Expense Go Global in Minutes Increase Speed & Agility Focus on Business If you are going to deploy an application, you need to make a capacity decision and almost always you READ MORE
Author: Fatih Mehmet UCAR
Setting up your Ubuntu 16.04 LTS for Java Development
It is always good to idea to automate setup to speed up your development. In case you need to setup your computer from scratch it can be very painful and a long process taking days if not weeks. Your laptop might get broken, stolen or you might just want a fresh installation. The script I READ MORE
HttpUrl Parameter Encoding in Java – Percent Encoding
Some already know that there is URLEncoder class in java but not many know that this class is actually not for URL encoding but for form encoding if you have look at the javadocs. There are several other utility libraries as well doing this correctly like apache-commons but if you just need url encoding, it READ MORE