Git :: Get your configuration right Manish Warang October 10, 2019 Many of our fellow developers might use the same old laptop for work as well as personal projects. In such cases one might want ... Continue Reading
Mac OS : Set $JAVA_HOME environment variable Manish Warang January 29, 2019 In this tutorial, we will go through the steps to set $JAVA_HOME environment variable on latest or older Mac OSX. Mac OSX 10.5 or ... Continue Reading
Mac OS : Quickest Way to Show/Hide Hidden Files Manish Warang December 25, 2018 Since the release of macOS Sierra, when in Finder, it is now possible to use the shortcut: CMD + SHIFT + . Press once to show ... Continue Reading
Lombok :: Not generating getters and setters in STS Manish Warang December 07, 2018 If you use Spring Tool Suite IDE ( STS - by Pivotal) and have tried exploring Lombok, you might have experienced that it doesn't wor... Continue Reading
REST :: HTTP Status Codes Manish Warang November 10, 2018 HTTP Status codes are issued by a server in response to to the client's request. These status codes (as part of the response message) h... Continue Reading
JAVA :: Convert String to String Array Manish Warang October 09, 2018 Sometimes we might require to perform some string manipulations, or parse the string to validate specific positions of received input strin... Continue Reading
Push :: To Multiple Repos Simultaneously Manish Warang August 27, 2018 This tutorial helps demonstrate the process configuration to push your source code to multiple repositories. Continue Reading