In this post, we’ll learn how to generate barcodes and QR codes and expose them as an endpoint in the Spring Boot API. · Prerequisites· Overview∘ Barcodes∘ QR Codes· Getting
Category: Java
The Collector.teeing feature introduced in Java 12 is a powerful addition to the Collector interface in the Java Stream API. The teeing() method teeing() is a static method of the Collectors class
In this post, we’ll explore how to integrate MinIO with Spring Boot to perform bucket and object operations to any Amazon S3-compatible object storage service.
Welcome back 👋 to our K8s journey. In this post, we’ll explore how to deploy a front-end application with Angular 19 on a Kubernetes cluster
In this post, we’ll learn how to implement multiple security filter chains in a Spring Boot application using Spring Security. · Prerequisites· Overview∘ A Review of Filters∘ Architecture core
Hello Devs 👋 ! . We will implement TOTP (Time-based One Time Password) in this post using Spring Security and Angular. We’ll generate QR codes
In this post, we’ll learn how to implement Embedded MongoDB for Spring Boot Integration testing. · Prerequisites· Overview∘ Key Features of Embedded MongoDB· Usage with Spring Boot∘ Maven Dependencies∘ Application Properties∘ Writing
In this post, we’ll explore the power of ArchUnit in the Spring Boot application. · Prerequisites· Overview∘ What is ArchUnit?∘ Why use ArchUnit?· Let’s get to the code∘ Project Architecture∘ Add ArchUnit
In this post, we’ll learn how to implement a Spring Boot Rest API using Spring Boot JDBC core classes and PostgreSQL. · Prerequisites· Overview∘ What is JDBC (Java
In this post, we’ll explore how to create a custom banner in a Spring Boot application. · Overview∘ Why customize the Spring Boot Banner?· Customizing the Banner∘ Using banner.txt∘ Using