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 Build Spring Boot 2.X RESTful CRUD API with Spring Data JPA, Hibernate, Lombok, and MySQL Database in 7 Simple Steps

  • Post author:
  • Post category:Spring Boot
  • Post comments:0 Comments
  • Post last modified:December 13, 2020

In the previous article we have implemented a REST API without using Spring Boot. In this article we are gonna implement RESTful services using Spring Boot in 7 simple steps.…

Continue ReadingHow to Build Spring Boot 2.X RESTful CRUD API with Spring Data JPA, Hibernate, Lombok, and MySQL Database in 7 Simple Steps

Logging, Performance Monitoring, Security and Transaction Management with Spring AOP

  • Post author:
  • Post category:Spring Boot
  • Post comments:1 Comment
  • Post last modified:December 13, 2020

This article is the continuation of the previous article and aims to implement logging, events publishing, user access security, transaction management, and performance monitoring using Spring AOP. Design Spring AOP…

Continue ReadingLogging, Performance Monitoring, Security and Transaction Management with Spring AOP

How to Generate Rich Link Preview for Website Link / URL based on the Meta Tags Present in the Web Page with Spring Boot and Jsoup

  • Post author:
  • Post category:Spring Boot
  • Post comments:0 Comments
  • Post last modified:December 13, 2020

What you’ll build Home page Link Preview API for fetching link preview info by URL What you'll need Spring Tool Suite 4JDK 11 Tech Stack Spring Boot 2.2JSP and Bootstrap…

Continue ReadingHow to Generate Rich Link Preview for Website Link / URL based on the Meta Tags Present in the Web Page with Spring Boot and Jsoup