Explore ways to rotate a vertex around a certain point.
Also find me here:
Baeldung Author
Rajat Garg
I'm a Full Stack Developer deeply passionate about coding and constant learning, with 7 years of experience. I like working with Java, Spring (Boot), Microservices, Docker, TypeScript and Angular. Outside of work, I enjoy cooking and exploring new places through travel.
Here's what I've written (so far):
Baeldung on Java
- All
- Algorithms (5)
- Java Dates (4)
- Architecture (3)
- Networking (2)
- Java Web (2)
- Jackson (2)
- Web Services (1)
- Testing (1)
- Spring (1)
- REST (1)
- Persistence (1)
- Maven (1)
- Java List (1)
- Java IO (1)
- Java Collections (1)
- Jakarta EE (1)
- JVM (1)
- JSON (1)
- Core Java (1)
Maven Dependencies Failing With a 501 Error “HTTPS Required”
Filed under Maven
Explore different ways to resolve the “Return code is: 501, ReasonPhrase: HTTPS Required” error.
Check if a Point Is Between Two Points Drawn on a Straight Line in Java
Filed under Algorithms
Explore ways to determine whether a point lies between two other points on a straight line.
Sorting One List Based on Another List in Java
Filed under Java List
Explore various approaches for sorting a list based on the order of elements in another list.
Add a List as Query Parameter in Jersey
Filed under Jakarta EE
Explore different ways to add a list as a query parameter when making requests using the Jersey client.
Get File Extension From MIME Type in Java
Filed under Java IO
Learn how to use Java to determine file extensions for IANA media types.
Cartesian Product of Any Number of Sets in Java
Filed under Java Collections
Learn how to determine the Cartesian product of an arbitrary number of sets in Java.
Remove Whitespaces From a JSON in Java
Filed under JSON
Explore various methods for removing extra whitespaces from a JSON string in Java.
Pretty-Print a JSON in Java
Filed under Jackson
Explore various methods for achieving pretty printing of JSON in Java.
Baeldung on Computer Science
- All
- Security (1)
Significance of a JWT Refresh Token
Filed under Security
Explore the significance of refresh tokens and potential challenges with token expiration.