Java Development
-
Java – Convert Epoch Time to LocalDate
In this article, we’ll delve into how to convert Epoch Time to LocalDate and LocalDateTime in Java. These classes are…
Read More » -
Inner Classes vs. Subclasses in Java
In Java, an inner class is a class defined within another class, encapsulating it for organizational purposes. It can access…
Read More » -
Update An Amazon S3 Object With Spring Boot
Amazon S3 (Simple Storage Service) is a scalable object storage service offered by Amazon Web Services. It allows users to…
Read More » -
Create JSON Schema Automatically
In the dynamic realm of data-driven applications, the ability to create precise and adaptable JSON schemas is indispensable. Java offers…
Read More » -
Calculate the Distance Between Two Coordinates in Java
Calculating the distance between two coordinates is often an interesting learning. In this article, we will see a practical approach…
Read More » -
Spring Boot and Apache Pulsar Integration
Apache Pulsar is a powerful distributed messaging system designed for high-throughput and low-latency data streaming. It’s used by organizations worldwide…
Read More » -
Computing the Sum of Two Arrays in Java
When working with arrays in Java, it is often necessary to perform various operations on them. One task could be…
Read More » -
Using Java Records with Spring Data JPA
Java Records have become a valuable feature in modern Java development, introduced in Java 16. They simplify the creation of…
Read More » -
Rename Files and Folders in Amazon S3 Using Spring
Amazon S3 (Simple Storage Service) is a scalable object storage service offered by Amazon Web Services. It allows users to…
Read More »