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
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
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
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
Learn how Spark dynamic allocation works and learn how to configure dynamic allocation, resource removal policy, and caching for smart resource utilization. Read all
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
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
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
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