Blog

Writing on software development, open source, and my journey as a developer. Here you'll find tutorials, thoughts, and technical deep dives.

Implementing Asynchronous Retry Mechanism for Email Sending in Spring Applications

Enhance the performance and responsiveness of Spring applications by implementing an asynchronous execution with automatic retry mechanism for sending emails.

JDBC vs JPA: Which is Better for Your Application?

Key differences between JDBC and JPA, shedding light on when each is most suitable for Java development projects.