File Uploads and Retrieval in Spring Boot
In modern web applications, handling file uploads and downloads is a core requirement. This article…
Spring Boot in a Nutshell
Spring Boot builds on Spring to let you create production-grade applications with minimal configuration. Annotations…
Java: Project Lombok
What it is, why it helps, and how to use its most useful annotations in…
Spring Security: Custom Authencation with OTP based login
We will walk through you on how to setup Spring Security with Custom Authentication handler…
Spring: Database connection with MySQL
This is a walkthrough for establishing a connection between backend java code and database using…