SonarQube Local Setup Using Docker

SonarQube is a static code scanning tool that helps us to improve code quality. Join me in this video tutorial as I explain three easy steps to set up SonarQube using the Docker tool for our development environment in your local machine. 

Configuration As A Service: Spring Cloud Config – Using Kotlin

Developing a microservice architecture with Java and Spring Boot is quite popular these days. In microservice architecture we hundreds of services and managing services for each service and for each profile which is a quite tedious task. In this article, we will demonstrate the Spring cloud config server using Kotlin. 

Spring Boot provided a much-needed spark to the Spring projects.