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
Spring Boot :: Change Default Port Manish Warang June 05, 2018 As we all know Spring boot applications get started with embedded Tomcat server. The default application port is 8080. Property File ... Continue Reading
CAP Theorem Manish Warang May 29, 2018 CAP theorem was the term coined by Eric Brewer at the 2000 Symposium on Principles of Distributed Computing (PODC), states that it is im... Continue Reading
HTTP Status Codes :: 401 vs 403 Manish Warang May 25, 2018 HTTP defines status codes, which in turn help design REST API's to be more informative. In other words, REST APIs use the Status-Line... Continue Reading