π Java Type System Interview Questions
https://www.baeldung.com/java-type-system-interview-questions
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-type-system-interview-questions
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Type System Interview Questions | Baeldung
A set of Java type system related interview questions
π Guide to the Volatile Keyword in Java
https://www.baeldung.com/java-volatile
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-volatile
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Guide to the Volatile Keyword in Java | Baeldung
Learn about the Java volatile keyword and its capabilities.
π A Guide to False Sharing and @Contended
https://www.baeldung.com/java-false-sharing-contended
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-false-sharing-contended
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
A Guide to False Sharing and @Contended | Baeldung
Learn how sometimes false sharing might cause counterproductive effects on the performance of multithreaded applications
π 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.