Hybrid Spring Boot and React or Angular: A Better Way

A developer gives a tutorial on using either React or Angular on the front-end along with Spring Boot on the backend to create a full stack web application Read all

Microservices - Part 5: Spring Cloud Zuul Proxy as API Gateway

In Part 5 of this microservices tutorial, we'll learn how to use Spring Cloud Zuul Proxy as an API gateway, an essential component of microservice architecture. Read all

Ensure High Availability and Uptime With Kubernetes Horizontal Pod Autoscaler and Prometheus

Check out this article that teaches you how to set up an auto scaling capability for your Kubernetes cluster based on CPU and memory usage or custom parameters. Read all

Building Microservices With Akka HTTP: A CDC Approach

In this microservices tutorial, learn how to use a Consumer Driven Contracts (CDC) approach when building and testing your microservices with Akka HTTP. Read all

Smart Resource Utilization With Spark Dynamic Allocation

Learn how Spark dynamic allocation works and learn how to configure dynamic allocation, resource removal policy, and caching for smart resource utilization. Read all

Microservices With Spring Boot - Part 4 - Using Ribbon for Load Balancing

This tutorial series on microservice architecture continues by teaching you how to use Ribbon as a load balancer in your Spring Boot microservices project. Read all

Java Image Cat and Dog Recognition With Deep Neural Networks

Learn how to develop a Java application that uses image recognition and deep learning to detect whether and image is a cat or dog with Deeplearning4j. Read all

How to Install Kubernetes on an Ubuntu VM

Installing Kubernetes on an Ubuntu is a simple process. Here, we'll use VirtualBox, Kubectl, and Minikube to see how it's done. Read all

Using Docker Compose for Python Development

See how you can use Docker Compose to for local app development using Python, with tips for aspects like database migration, all leading to a CI/CD pipeline. Read all

Spring Boot and Spring JDBC With H2

Learn how to integrate an H2 database into your Spring Boot Project with Spring Initializr. Also learn how to set up CRUD methods in Java and how to use JDBC. Read all

 

 

 

 

Top