Blog

Docker Swarm

Docker Swarm continuous deployment using native service health checks

This blog post explains the process to configure the Docker service health checks using native docker service commands. Docker swarm is a container orchestration tool similar Kubernetes, OpenShift, ECS, EKS and it comes as part of Docker engine. Read more…

Read MoreDocker Swarm continuous deployment using native service health checks

Hibernate 2nd level cache with HazelCast, Spring Boot and Spring Data JPA

This blog explains the process to implement Hibernate 2nd level cache with HazelCast, Spring Boot and Spring Data JPA. Source code and config files are uploaded to Github Technologies Start HazelCast instance HazelCast instances are setup as Docker containers using the…

Read MoreHibernate 2nd level cache with HazelCast, Spring Boot and Spring Data JPA

OAuth2.0 authentication with Spring Security, Angular and MySql

OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. This blog post explains the implementation of OAuth2 authentication with…

Read MoreOAuth2.0 authentication with Spring Security, Angular and MySql

Deploy Spring Boot application with Jenkins pipeline on Open Shift Origin cluster

Continuous Integration and Continuous Delivery (CICD) with Jenkins makes application delivery process easy and efficient without much manual effort. This blog post explains Spring Boot application deployment on Open Shift cluster (present on AWS) using Jenkins CICD pipeline. It has…

Read MoreDeploy Spring Boot application with Jenkins pipeline on Open Shift Origin cluster