Supercharge your application in production using GitHub actions and AWS instance EC2 Continue reading on Better Programming »
Browsing Category spring-boot
Auto Added by WPeMatico
How to Use Rest Assured and Spring Boot Test For API Testing
How to Use Rest Assured and Spring Boot Test For API Testing Using Rest Assured and Spring Boot Tests in combination Photo by Annie Spratt on Unsplash REST API development is a common task. Developers are to…
Spring Boot — Continuous Deployment on Kubernetes With ArgoCD and GitHub Actions
Deployment made easy Spring Boot — Continuous Deployment on Kubernetes With ArgoCD and GitHub Actions was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
Understanding Hexagonal Architecture With a Spring Boot Implementation
An example using Spring Boot to detail the different layers of the application Photo by Donny Jiang on Unsplash Hexagonal Architecture was proposed in 2005 by Alistair Cockburn The main idea behind this architecture is to isolate…
Spring Boot and OpenFeign — Communication Between Microservices
Spring internal microservice-driven communication Spring Boot and OpenFeign — Communication Between Microservices was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
Spring Boot and Swagger — Writing Good API Documentations
Documentations made easy Spring Boot and Swagger — Writing Good API Documentations was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
Distributed Tracing With OpenTelemetry, Spring Cloud Sleuth, Kafka, and Jaeger
A step-by-step guide for Distributed Tracing Implementation in Microservices Continue reading on Better Programming »
Implement a Scalable WebSocket Server With Spring Boot, Redis Pub/Sub, and Redis Streams
Scaling WebSocket server horizontally using Spring Boot, Redis Pub/Sub, and Redis Streams Implement a Scalable WebSocket Server With Spring Boot, Redis Pub/Sub, and Redis Streams was originally published in Better Programming on Medium, where people are…
Design Considerations for Scaling WebSocket Server Horizontally With a Publish-Subscribe Pattern
To improve your servers efficiently Design Considerations for Scaling WebSocket Server Horizontally With a Publish-Subscribe Pattern was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to…
Building a Websocket Server in a Microservice Architecture
Designing a WebSocket server in a microservice architecture for real-time communications Photo by Taylor Vick on Unsplash This article is written to share my exploration of real-time communication between frontend and backend using WebSocket. In recent…
How to Integrate Spring Native Into Spring Boot Microservices
Spring Native: the wings that make Spring Boot fly Continue reading on Better Programming »
How to Create Dynamic Queries in Spring Data
How to use the JPA Criteria API to write fully dynamic queries Continue reading on Better Programming »
Kafka With Java, Spring, and Docker — Asynchronous Communication Between Microservices
Kafka With Java, Spring, and Docker — Asynchronous Communication Between Microservices An in-depth explanation of how to implement messaging between java microservices using Kafka Kafka With Java, Spring, and Docker — Asynchronous Communication Between Microservices was originally published…
Using Kong Ingress Controller With Spring Boot Services
Kong Ingress Controller allows users to include the power of Kong Gateway in existing Kubernetes implementations, all without much effort. Using Kong Ingress Controller With Spring Boot Services was originally published in Better Programming on Medium,…
Multi-Tenancy Support With Spring Boot, Liquibase, and PostgreSQL
A step-by-step guide on how to implement multi-tenancy Continue reading on Better Programming »