π Convert java.util.Date to java.sql.Date
https://www.baeldung.com/java-convert-util-date-to-sql
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-convert-util-date-to-sql
β‘οΈ @JavaLearnZone
Baeldung
Convert java.util.Date to java.sql.Date | Baeldung
Learn how to convert a java.util.Date to a java.sql.Date.
π Difference Between Map and MultivaluedMap in Java
https://www.baeldung.com/java-map-vs-multivaluedmap
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-map-vs-multivaluedmap
β‘οΈ @JavaLearnZone
Baeldung
Difference Between Map and MultivaluedMap in Java | Baeldung
Explore the differences between Map and MultivaluedMap.
π How to Check if All Runnables Are Done
https://www.baeldung.com/java-runnables-check-status
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-runnables-check-status
β‘οΈ @JavaLearnZone
Baeldung
How to Check if All Runnables Are Done | Baeldung
Learn how to check if runnable objects are done.
π Java Program to Calculate the Standard Deviation
https://www.baeldung.com/java-calculate-standard-deviation
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-calculate-standard-deviation
β‘οΈ @JavaLearnZone
Baeldung
Java Program to Calculate the Standard Deviation | Baeldung
Learn how to calculate the standard deviation in Java.
π Filling a List With All Enum Values in Java
https://www.baeldung.com/java-enum-values-to-list
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-enum-values-to-list
β‘οΈ @JavaLearnZone
Baeldung
Filling a List With All Enum Values in Java | Baeldung
Learn three approaches to get a List object that contains all instances of an enum
π Finding Max Date in List Using Streams
https://www.baeldung.com/java-max-date-list-streams
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-max-date-list-streams
β‘οΈ @JavaLearnZone
Baeldung
Finding Max and Min Date in List Using Streams | Baeldung
Learn how to find the maximal date in a list of objects using Streams.
π Retain Only Digits and Decimal Separator in String
https://www.baeldung.com/java-string-retain-digits-decimal
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-string-retain-digits-decimal
β‘οΈ @JavaLearnZone
Baeldung
Retain Only Digits and Decimal Separator in String | Baeldung
Explore four approaches for removing all non-numeric characters from a Java String while keeping the decimal separator.
π Use Redis GeoHash with Spring boot
//www.javacodegeeks.com/2022/11/use-redis-geohash-with-spring-boot.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2022/11/use-redis-geohash-with-spring-boot.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Use Redis GeoHash with Spring boot - Java Code Geeks - 2022
One very handy Data Structure when it comes to Redis is the GeoHash Data structure. Essentially it is a sorted set that generates a score based on the
π Capitalize English Titles With Java, Quarkus & GraalVM
//www.javacodegeeks.com/2022/11/capitalize-english-titles-with-java-quarkus-graalvm.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2022/11/capitalize-english-titles-with-java-quarkus-graalvm.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Capitalize English Titles With Java, Quarkus & GraalVM - Java Code Geeks - 2022
Over the years, Iβve been writing a lot in English, which isnβt my mother tongue, and for writing titles (headlines, article titles, etc.) I always have
π Reactiveβs Looming Doom. Part III: Advanced Reactive
//www.javacodegeeks.com/reactives-looming-doom-part-iii-advanced-reactive.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/reactives-looming-doom-part-iii-advanced-reactive.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Reactiveβs Looming Doom. Part III: Advanced Reactive - Java Code Geeks
1. Introduction The last post presented the fundamental concepts of the reactive approach, including a specification and
π Add ZipKin to your Spring application
//www.javacodegeeks.com/2022/11/add-zipkin-to-your-spring-application.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2022/11/add-zipkin-to-your-spring-application.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Add ZipKin to your Spring application - Java Code Geeks - 2022
If your application contains multiple services interacting with each other the need for distributed tracing is increasing. You have a call towards one
π Java 20: A Sneak Peek on the Panama FFM API (Second Preview)
//www.javacodegeeks.com/2022/12/java-20-a-sneak-peek-on-the-panama-ffm-api-second-preview.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2022/12/java-20-a-sneak-peek-on-the-panama-ffm-api-second-preview.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java 20: A Sneak Peek on the Panama FFM API (Second Preview) - Java Code Geeks - 2023
The new JEP 434 has just seen daylight and describes the second preview of the βForeign Function & Memory APIβ (or FFM for short) which is going to be
π Alternatives for instanceof Operator in Java
https://www.baeldung.com/java-instanceof-alternatives
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-instanceof-alternatives
β‘οΈ @JavaLearnZone
Baeldung
Alternatives for instanceof Operator in Java | Baeldung
Learn alternatives to the traditional instanceof approach to improve code design and readability.
π Type Parameter vs Wildcard in Java Generics
https://www.baeldung.com/java-generics-type-parameter-vs-wildcard
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generics-type-parameter-vs-wildcard
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Type Parameter vs Wildcard in Java Generics | Baeldung
A detailed explanation about generics, how and when to use type parameters, and when wildcards are more appropiate.
π Set the Date Format Using Apache POI
https://www.baeldung.com/java-apache-poi-date-format
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-apache-poi-date-format
β‘οΈ @JavaLearnZone
Baeldung
Set the Date Format Using Apache POI | Baeldung
A quick and practical guide to configuring date format with Apache Poi.
π Java Generics PECS β Producer Extends Consumer Super
https://www.baeldung.com/java-generics-pecs
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generics-pecs
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Generics PECS β Producer Extends Consumer Super | Baeldung
Explore the usage of Java Generics when it comes to producing and consuming collections.