How to automatically enforce coding standards for a Java codebase with pre-commit
Learn how to automate Java coding standards enforcement using Pre-commit, Precommit4j, and Checkstyle with this step-by-step tutorial
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
Learn how to use environment variables in Spring Boot application properties files to override the configured default values like a pro in 10 minutes.
A practical guide on how to encrypt and decrypt data using the RSA algorithm in Java. We will also see how we can generate an RSA key pair and convert it to and from Base64
This article shows how to create a Spring Boot app that requires API key for an endpoint using Spring Security. We also demonstrate how to combine this with other authentication mechanisms in the same codebase.