
How to Configure Testcontainers in Spring Boot 3.x, 2.x and Reactive
Testcontainers allows you to spin up lightweight, disposable containers for databases and more. Enabling running of integrated Spring Boot tests without mocking
Testcontainers allows you to spin up lightweight, disposable containers for databases and more. Enabling running of integrated Spring Boot tests without mocking
The essence of a team is such that the group output is greater than sum of individual outputs. A team where one or two are not contributing will have less output, compared to if ALL members are delivering.
It is important to effectively evaluate the performance of Software Engineers so that we can promote the qualities that move the company towards achieving its objectives
Learn how to automate Java coding standards enforcement using Pre-commit, Precommit4j, and Checkstyle with this step-by-step tutorial
2024 is a unique and eventful year. Weddings, babies, dealing with legacy systems. A lot of things happen that impacted my career. In this recap, I narrated the challenges, victories and lessons of 2024 that will continue to shape me as an Engineering leader
A beginner-friendly guide to Spring Boot, covering project setup, structure, and the use of MVC patterns. Ideal for developers looking to build cloud-native web applications with minimal configuration.
In this video tutorial, we will learn how to find and use free HTML/CSS templates to create stunning user interfaces for a Spring Boot application.
Learn how to automatically encrypt and decrypt sensitive data in your Spring Boot application using AES encryption and JPA Attribute Converters. Protect API keys, client secrets, and other sensitive information stored in your database
Learn how to implement HMAC signature in a Spring Boot application to secure API requests. This step-by-step guide covers project setup, integrating HMAC with Spring Security, and testing with Java.
Advanced Encryption Standard (AES) is a fast, symmetric encryption algorithm. In this tutorial, we will learn how to encrypt plain data, convert it to Base64, and decrypt it in Java