🆕 Chasing Java’s release train, from 8 to 16. Part 2: The race to the next LTS release
//www.javacodegeeks.com/2021/06/chasing-javas-release-train-from-8-to-16-part-2-the-race-to-the-next-lts-release.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/06/chasing-javas-release-train-from-8-to-16-part-2-the-race-to-the-next-lts-release.html
➡️ @JavaLearnZone
Java Code Geeks
Chasing Java's release train, from 8 to 16. Part 2: The race to the next LTS release | Java Code Geeks - 2021
Interested to learn about LTS release? Check our article explaining thoroughly the massive amount of features delivered in the next release
🆕 Apache Arrow on the JVM: Streaming Reads
//www.javacodegeeks.com/2021/06/apache-arrow-on-the-jvm-streaming-reads.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/06/apache-arrow-on-the-jvm-streaming-reads.html
➡️ @JavaLearnZone
Java Code Geeks
Apache Arrow on the JVM: Streaming Reads | Java Code Geeks - 2021
Interested to learn about Streaming Reads? Check our article explaining how to read arrow data from a stream.
🆕 Find All Numbers in a String in Java
https://www.baeldung.com/java-find-numbers-in-string
➡️ @JavaLearnZone
https://www.baeldung.com/java-find-numbers-in-string
➡️ @JavaLearnZone
Baeldung
Find All Numbers in a String in Java | Baeldung
We can use regular expressions to count occurrences of numbers in a String in Java. We look at finding numbers of various formats, extracting and converting them back into numeric form, as well as counting digits.
📁 Finding the Difference Between Two Strings in Java
https://www.baeldung.com/java-difference-between-two-strings
➡️ @JavaLearnZone
https://www.baeldung.com/java-difference-between-two-strings
➡️ @JavaLearnZone
Baeldung on Kotlin
Finding the Difference Between Two Strings in Java | Baeldung
Learn about libraries that give a detailed description of the difference between two strings.
📁 BSON to JSON Document Conversion in Java
https://www.baeldung.com/java-convert-bson-to-json
➡️ @JavaLearnZone
https://www.baeldung.com/java-convert-bson-to-json
➡️ @JavaLearnZone
Baeldung
BSON to JSON Document Conversion in Java | Baeldung
A quick and practical guide to BSON to JSON conversion in Java.
🆕 Providing useful API error messages with Spring Boot
//www.javacodegeeks.com/2021/06/providing-useful-api-error-messages-with-spring-boot.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/06/providing-useful-api-error-messages-with-spring-boot.html
➡️ @JavaLearnZone
Java Code Geeks
Providing useful API error messages with Spring Boot - Java Code Geeks - 2023
Interested to learn about API error? Check our article explaining how to Provide useful API error messages with Spring Boot.
📁 Reactive Multi-Threading with RxJava - Pitfalls and Solutions
https://reflectoring.io/rxjava-reactive-batch-processing/
➡️ @JavaLearnZone
https://reflectoring.io/rxjava-reactive-batch-processing/
➡️ @JavaLearnZone
reflectoring.io
Reactive Multi-Threading with RxJava - Pitfalls and Solutions
Reactive Programming has a lot of pitfalls for rookies to fall into, especially when it's multi-threaded. This article documents some of those pitfalls and their solutions so you don't have to fall.