Published: Oct 31, 2025 02:41 PM
This is the content of my very first blog post. Welcome!
Published: Dec 31, 2025 10:05 AM
Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications.
Published: Oct 31, 2025 03:00 PM
JPA is a specification, and Hibernate is an ORM implementation of that specification.
Published: Oct 31, 2025 03:06 PM
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
Published: Oct 19, 2025 03:15 AM
Storing UUIDs as BINARY(16) is the most efficient method for performance and storage.
Published: Oct 22, 2025 08:00 AM
Never commit your .env file or application.properties with passwords to GitHub.
Published: Oct 24, 2025 05:20 AM
MERN stands for MongoDB, Express, React, and Node.js. It is a popular stack for building full-stack web applications.
Published: Oct 31, 2025 03:09 PM
Spring Boot DevTools provides fast application restarts and live reloading for development.
Published: Oct 30, 2025 01:05 PM
Before deploying, always set spring.thymeleaf.cache=true and spring.jpa.show-sql=false.
Published: Oct 13, 2025 09:01 AM
A breakdown of relational (SQL) and non-relational (NoSQL) databases, and when to use each.
Published: Oct 15, 2025 04:17 AM
Learn how to quickly style responsive websites using the new Bootstrap 5 utility classes.
Published: Oct 31, 2025 03:07 PM
Understanding 'commit', 'push', 'pull', and 'branch' is essential for every developer.
Published: Oct 24, 2025 11:00 PM
Exploring virtual threads, record patterns, and other new features in Java 21.
Published: Oct 27, 2025 01:50 AM
How to use @RestController, @GetMapping, and @PostMapping to create powerful APIs.
Published: Oct 31, 2025 04:19 AM
Writing clean, readable, and maintainable code is a non-negotiable skill for professional developers.