π Intro to Coroutines with Quasar
https://www.baeldung.com/java-quasar-coroutines
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-quasar-coroutines
β‘οΈ @JavaLearnZone
Baeldung
Intro to Coroutines with Quasar | Baeldung
Learn to implement coroutines in Java using Quasar.
π How to Use Regular Expressions to Replace Tokens in Strings
https://www.baeldung.com/java-regex-token-replacement
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-regex-token-replacement
β‘οΈ @JavaLearnZone
Baeldung
How to Use Regular Expressions to Replace Tokens | Baeldung
Learn some regular expression strategies for replacing tokens in strings
π Supporting bulk operations in REST APIs
//www.javacodegeeks.com/2021/05/supporting-bulk-operations-in-rest-apis.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/supporting-bulk-operations-in-rest-apis.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Supporting bulk operations in REST APIs - Java Code Geeks - 2022
Interested to learn about bulk operations? Check our article explaining how to Support bulk operations in REST APIs.
π Convert String to Byte Array and Reverse in Java
https://www.baeldung.com/java-string-to-byte-array
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-string-to-byte-array
β‘οΈ @JavaLearnZone
Baeldung
Convert String to Byte Array and Reverse in Java | Baeldung
Have a look at ways to convert between a String and a byte array in Java
π [MEGA DEAL] The 2021 Java Bootcamp Bundle(96% off)
//www.javacodegeeks.com/2021/05/mega-deal-the-2021-java-bootcamp-bundle96-off.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/mega-deal-the-2021-java-bootcamp-bundle96-off.html
β‘οΈ @JavaLearnZone
Java Code Geeks
[MEGA DEAL] The 2021 Java Bootcamp Bundle(96% off) | Java Code Geeks - 2021
Interested to learn about Java Bootcamp? Check our article offering the 2021 Java Bootcamp Bundle with 96% discount.
π How to Replace Many if Statements in Java
https://www.baeldung.com/java-replace-if-statements
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-replace-if-statements
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
How to Replace Many if Statements in Java | Baeldung
Learn various ways of replacing complex nested if statements
π Setting the Java Version in Maven
https://www.baeldung.com/maven-java-version
β‘οΈ @JavaLearnZone
https://www.baeldung.com/maven-java-version
β‘οΈ @JavaLearnZone
Baeldung
Setting the Java Version in Maven | Baeldung
Learn about different ways to set the Java version for your Maven project
π Kafka Record Patterns for Data Replication
//www.javacodegeeks.com/2021/05/kafka-record-patterns-for-data-replication.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/kafka-record-patterns-for-data-replication.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Kafka Record Patterns for Data Replication | Java Code Geeks - 2021
Interested to learn about Kafka Record Patterns? Check our article explaining about Kafka Record Patterns for Data Replication.
π Retention period and issue with Kafka data not getting deleted
//www.javacodegeeks.com/2021/05/retention-period-and-issue-with-kafka-data-not-getting-deleted.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/retention-period-and-issue-with-kafka-data-not-getting-deleted.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Retention period and issue with Kafka data not getting deleted | Java Code Geeks - 2021
Interested to learn about Kafka data? Check our article explaining the retention period and issue with Kafka data not getting deleted.
π Optimize Your Dev Loop with Spring Boot Dev Tools
https://reflectoring.io/spring-boot-dev-tools/
β‘οΈ @JavaLearnZone
https://reflectoring.io/spring-boot-dev-tools/
β‘οΈ @JavaLearnZone
reflectoring.io
Optimize Your Dev Loop with Spring Boot Dev Tools
Having to restart a Spring Boot application again and again to test changes costs a lot of time. If it takes long enough, we're not only losing the time of the restart but also have to pay the cost of context switching, because we've started to work on somethingβ¦
π Json Patch and Json Merge Patch in Java
//www.javacodegeeks.com/2021/05/json-patch-and-json-merge-patch-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/05/json-patch-and-json-merge-patch-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Json Patch and Json Merge Patch in Java - Java Code Geeks
Interested to learn about Json Patch? Check our article explaining how Json Patch and Json Merge Patch in Java.
π ExecutorService β Waiting for Threads to Finish
https://www.baeldung.com/java-executor-wait-for-threads
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-executor-wait-for-threads
β‘οΈ @JavaLearnZone
Baeldung
ExecutorService - Waiting for Threads to Finish | Baeldung
Learn how to use ExecutorService in various scenarios to wait for threads to finish their execution.
π How to Convert Mono<List<T>> Into Flux<T>
https://www.baeldung.com/java-mono-list-to-flux
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-mono-list-to-flux
β‘οΈ @JavaLearnZone
Baeldung
How to Convert Mono Into Flux | Baeldung
Learn to convert a Mono of a collection to Flux of the collection's items.
π Removing an Element from an Array in Java
https://www.baeldung.com/java-array-remove-element
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-array-remove-element
β‘οΈ @JavaLearnZone
Baeldung
Removing an Element from an Array in Java | Baeldung
Removing an element from an array in Java doesn't change the size of the array. Learn why.