Learn three methods to calculate the distance between two geographical coordinates in Java.
Also find me here:
Baeldung Author
Harpal Singh
Software Engineer focused mainly on JVM based. Based in Italy.
Here's what I've written (so far):
Baeldung on Java
- All
- Programming (2)
- Spring Cloud (1)
- Spring Boot (1)
- Persistence (1)
- Data (1)
Creating a Telegram Bot with Spring Boot
Filed under Spring Boot
Learn how to implement a Telegram bot using Spring Boot.
Lossy and Lossless Image Compression Using Java
Filed under Programming
Learn how to compress images in Java using built-in libraries and Apache Commons Imaging. Image compression reduces file size without compromising visual quality. It optimizes image-heavy applications and websites for faster loading and better user experience.
Introduction to QuestDB
Filed under Persistence
A brief introduction to QuestDB, a column-oriented database designed for time-series and event data, and how to create, query and remove data.
Rate Limiting With Client IP in Spring Cloud Gateway
Filed under Spring Cloud
Learn how to limit the rate of incoming requests based on the client’s actual IP address for our Spring Cloud Gateway.
Working with Tabular Data Using Tablesaw
Filed under Data
Learn about the Tablesaw library.