REST APIs Explained

In this article, we will explain what are REST APIs, also known are RESTful APIs, and how we can design them and implement them quickly. What is an API? First we need to define what an API is. An API …

Read More

Install Jenkins on CentOS 7

Install Jenkins in few steps on CentOS 7. Java is a pre-requisite for your Jenkins installation. If you don’t have it, go ahead and install it. Note that Jenkins is incompatible with the GCJ version of Java. Best options are …

Read More

Microservices with Spring Boot

In this article, we will learn how to build a microservice in minutes with Spring Boot. The first step in our continuous delivery pipeline is the development phase. If we were allowed to start with a blank sheet, I would …

Read More