How to Install NGINX FastCGI Cache Purge Module Without Re-installing NGINX in Ubuntu Server

  • Post author:
  • Post category:DevOps
  • Post comments:0 Comments
  • Post last modified:June 16, 2021

Recently I have enabled NGINX FactCGI caching in our Digital Ocean Droplet in order to reduce the Time To First Byte (TTFB) of this blog. However, one drawback of this caching…

Continue ReadingHow to Install NGINX FastCGI Cache Purge Module Without Re-installing NGINX in Ubuntu Server

How to Configure Multiple Data Sources, Entity Managers, Transaction Managers in Spring Boot

Earlier, we have explored various approaches for Joining Unrelated Entities and Mapping the Result to POJO with Spring Data JPA and Hibernate. In this article, we are gonna configure multiple databases,…

Continue ReadingHow to Configure Multiple Data Sources, Entity Managers, Transaction Managers in Spring Boot

Integrate Razorpay Payment Gateway with Angular and Spring Boot Application in 14 Simple Steps

In the previous article, we have deployed our Spring Boot & Angular application on Digital Ocean Kubernetes. In this article, we are gonna integrate the Razorpay payment gateway into that application. Disclosure: Please…

Continue ReadingIntegrate Razorpay Payment Gateway with Angular and Spring Boot Application in 14 Simple Steps

Create CI/CD pipeline using GitHub Actions to Build and Deploy Angular Spring Boot App on Kubernetes in 15 mins

  • Post author:
  • Post category:DevOps
  • Post comments:2 Comments
  • Post last modified:August 25, 2021

In the previous article, we have deployed our Multi Container Docker application on Digital Ocean Kubernetes. In this article, we are gonna set up a Continuous Integration and Continuous Delivery pipeline using…

Continue ReadingCreate CI/CD pipeline using GitHub Actions to Build and Deploy Angular Spring Boot App on Kubernetes in 15 mins

How to Deploy Angular, Spring Boot & MySQL on DigitalOcean Kubernetes in 30 mins

In the previous article, we have configured Angular environment variables to define the frontend and backend URLs for staging and production environments. In this article, we are gonna deploy our Multi…

Continue ReadingHow to Deploy Angular, Spring Boot & MySQL on DigitalOcean Kubernetes in 30 mins

Deploy Angular NGINX Spring Boot MySQL Docker Containers on Ubuntu Server in 20 minutes

  • Post author:
  • Post category:DevOps
  • Post comments:0 Comments
  • Post last modified:April 2, 2021

In the previous article, we have dockerized our Spring Boot Angular application using Docker Compose. In this article, we are gonna deploy our Multi Container Docker application on Ubuntu Server…

Continue ReadingDeploy Angular NGINX Spring Boot MySQL Docker Containers on Ubuntu Server in 20 minutes

How to Dockerize Angular with NGINX and Spring Boot with MySQL using Docker Compose

  • Post author:
  • Post category:DevOps
  • Post comments:0 Comments
  • Post last modified:March 10, 2021

In the previous article, we have implemented Two Factor Authentication with Spring Security and a Soft Token. In this article, we are gonna dockerize that application. Introduction Let's have a…

Continue ReadingHow to Dockerize Angular with NGINX and Spring Boot with MySQL using Docker Compose