Metaprogramming in Java: The Power of Reflection and Annotations
How you can use metaprogramming to create Java magic in your future projects.

Search for a command to run...
Series
In this series, I will teach you some important or cool Java knowledge from my years of experience learning Java, building large-scale projects, and from the industry.
How you can use metaprogramming to create Java magic in your future projects.

Hi everyone! In this new tutorial, I'll be going over my complete guide to testing a REST API using Spring Framework. This includes unit testing each layer (i.e., controllers, services, and dao layers) along with integration testing the entire API by...

Hi everyone. Welcome to a new blog post! Today, I’m excited to share a cool Java library I learned about called JavaPoet. Let’s dive straight into it by briefly discussing how it works and then showing it in action. What Is JavaPoet? JavaPoet is a li...
