Learn how to compare dates in Java.
Baeldung Author
Drazen Nikolic
Drazen Nikolic develops Java enterprise applications for almost two decades. He has worked in various domains like e-commerce, insurance, digital marketing, social apps, etc. Spring Certified Professional. Alongside working on client projects, he regularly prepares and executes various internal technical presentations and workshops. Speaker at local and regional conferences. One of the founders and leaders of a local Java user group – NisJUG.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Data (1)
- Spring (1)
- Reactive (1)
- REST (1)
- Java (1)
- HTTP Client-Side (1)
Spring WebClient vs. RestTemplate
Filed under HTTP Client-Side, REST, Spring
Learn how to make server-side HTTP calls using WebClient and RestTemplate.
Spring Data MongoDB Tailable Cursors
Filed under Reactive, Spring Data
Explore how to use MongoDB as an infinite data stream by utilizing tailable cursors with Spring Data.