|

Enhance Developer Productivity With Java-Stacksrc Plugin.

In this blog post, we will explore the Java-Stacksrc JUnit 5 Plugin, which is a tool that decorates stack traces with source code snippets. This plugin is particularly useful for enhancing the readability and effectiveness of automated tests written in Java. We will delve into the features and benefits of using this plugin, as well…

|

Monitor Changes and Automatically Restart Containers with Docker Compose Watch

In this blog post, we will look at the Docker Compose watch option. This feature is an excellent tool for software developers, especially those working in a Docker environment. Docker Compose is a great tool for defining and running multi-container Docker applications. It is also very useful tool if you want to setup your local…

Generate and Verify TOTP in Spring Boot Applications.

In this blog post, we’ll delve into the world of Time-Based One-Time Passwords (TOTP). Specifically, we’ll learn how to generate and verify TOTP in Spring Boot applications. What is TOTP Before we dive into the coding part, let’s first understand what TOTP is. TOTP is a common mechanism for two-factor authentication (2FA), improving the security…