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
Month: April 2018
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