Spring StateMachine Explained: Managing Complex Workflows with EaseState machines are commonly used in workflow management applications to model state-driven processes. They allow us to define states…4d ago4d ago
Java Optional: orElse() vs orElseGet()orElse and orElseGet are useful methods that allow us to handle the case of having a null value in an Optional. Let’s begin by checking…Feb 20Feb 20
Writing Maintainable and Testable Code: The “Why” Behind Design PrinciplesGenerally speaking, programming languages and libraries are tools that enable us, as developers, to build software applications…Jan 30Jan 30
How To Solve ‘TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension “.ts” for…’ ErrorSep 9, 2024Sep 9, 2024
Securing a REST API Created With Spring Boot 3 Using Spring Security with username-password And JWTUsername-password and JWT-based authentication is a common way of securing an API. The authorization server creates a token after the…May 27, 2024May 27, 2024
How To Setup A Collaborative Programming EnvironmentMicrosoft Visual Studio Code (aka vscode) is a simple editor for some of us; a tool that is used in day-to-day work for others. But today…Mar 6, 2024Mar 6, 2024