-
Core Java
Lombok @Locked Annotation Example
Lombok is a popular Java library that helps reduce boilerplate code by automatically generating getters, setters, constructors, and more. One…
Read More » -
Core Java
Format Output in a Table Format Using System.out
Formatting output in a table-like structure is essential for displaying data in a clear and organized way. Java provides several…
Read More » -
Enterprise Java
Create Avro Schema With List of Objects
Apache Avro is a powerful data serialization framework that enables efficient data exchange and storage. It is widely used in…
Read More » -
Core Java
Convert Avro File to JSON File in Java
In today’s data-driven world, effective data serialization formats are crucial for efficient storage and transmission of information. Apache Avro and…
Read More » -
Core Java
Finding Years Starting Sunday And Year Range
Determining which years start on a specific day, such as Sunday, can be an interesting challenge, often required in scheduling,…
Read More » -
Enterprise Java
Integrate Amazon Athena with Spring Boot
Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL.…
Read More » -
Enterprise Java
Firebase Authentication-Spring Security Integration
Firebase Authentication is a service that allows easy user authentication with email/password, social providers, and phone numbers. On the other…
Read More » -
Enterprise Java
OpenAPI Custom Generator
OpenAPI is a powerful tool for generating code from API specifications, but sometimes, default generators do not meet specific project…
Read More » -
Enterprise Java
JPA CAST vs TREAT
In JPA (Java Persistence API), managing polymorphic queries involving inheritance hierarchies is a crucial aspect. When working with such queries,…
Read More »