What is Lombok Lombok is a open source library (basically a standalone jar) which is capable of doing magic in automating the boilerplate code generation for any java class....
Connection pooling is a technique used to improve performance in applications with dynamic database driven content. Opening and closing database connections may not seem like a costly expense but...
Short Message Service (SMS) is a text messaging service component of most telephone, World Wide Web, and mobile device systems. It has achieved huge success in the wireless world....
What is Uuid ? It stands for Universal Unique Identifier. As the name suggests, it is used for uniquely identifying a resource over a network. The usage of it...
While working on one of the applications being developed on the AngularJS framework, we came across a situation where we had to add a reusable and independent functionality on...
LEMP stack is combination of Linux, Apache, MySQL and PHP which can be used to serve web applications. The individual components of this stack are: Requirements for installing LEMP...
What Is Jquery? It is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with...
JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. also a subset of JavaScript’s Object Notation (the way objects are built in JavaScript).JSON is...
One of the most common demands among clients today is the integration of REST-based web services in their web application. In fact, this demand seems quite growing, as the...