REST stands for Representational State Transfer. It is a stateless software architecture that provides many underlying characteristics and protocols that govern the behaviour of clients and servers. REST or...
In this article we will focus on the following things 1.Basics of RESTful API. 2.Create a new project using laravel 5.6. 3.How to write RESTful APIs. RESTful API REST...
If u have followed our Previous blog (Send Push Notification to Android and IOS APP [Part 1]), you will be understanding how Restful API implementation for Push Notification was...
Jenkins is the leading open-source continuous integration tool developed by Hudson lab.It is cross-platform and can be used on Windows, Linux, Mac OS and Solaris environments. It is written...
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...