🆕 CompletableFuture runAsync() vs. supplyAsync() in Java
https://www.baeldung.com/java-completablefuture-runasync-supplyasync
https://www.baeldung.com/java-completablefuture-runasync-supplyasync
Baeldung on Kotlin
CompletableFuture runAsync() vs. supplyAsync() in Java | Baeldung
Learn about two essential methods offered by Java's CompletableFuture, explore their differences, use cases, and when to choose one over the other
🆕 Check if Two Strings Are Rotations of Each Other
https://www.baeldung.com/java-string-check-strings-rotations
https://www.baeldung.com/java-string-check-strings-rotations
Baeldung
Check if Two Strings Are Rotations of Each Other | Baeldung
Learn multiple algorithms to check whether a string is a rotation of another string including examples and complexity analysis.
🆕 Unlocking Java 17 and Beyond with Spring Framework 6
https://www.javacodegeeks.com/2024/02/unlocking-java-17-and-beyond-with-spring-framework-6.html
https://www.javacodegeeks.com/2024/02/unlocking-java-17-and-beyond-with-spring-framework-6.html
Java Code Geeks
Unlocking Java 17 and Beyond with Spring Framework 6 - Java Code Geeks
Ready to code for tomorrow? Discover the exciting innovations in Spring Framework 6 and take your Java skills to the next level.
🆕 Navigating the Inner Workings of Spring Boot
https://www.javacodegeeks.com/2024/02/navigating-the-inner-workings-of-spring-boot.html
https://www.javacodegeeks.com/2024/02/navigating-the-inner-workings-of-spring-boot.html
Java Code Geeks
Navigating the Inner Workings of Spring Boot - Java Code Geeks
ive into the inner workings of a Spring Boot application. Explore how the powerful SpringApplication.run() method simplifies the launch etc.
🆕 Bloom Filters: Supercharge Your Membership Checks in Java!
https://www.javacodegeeks.com/2024/03/bloom-filters-supercharge-your-membership-checks-in-java.html
https://www.javacodegeeks.com/2024/03/bloom-filters-supercharge-your-membership-checks-in-java.html
Java Code Geeks
Bloom Filters: Supercharge Your Membership Checks in Java! - Java Code Geeks
Unleash the power of Bloom Filters for efficient membership checking in Java! This guide explores design, applications, and more!
🆕 Java’s Quantum Leap: Mastering the Innovations of Java 21
https://www.javacodegeeks.com/2024/03/javas-quantum-leap-mastering-the-innovations-of-java-21.html
https://www.javacodegeeks.com/2024/03/javas-quantum-leap-mastering-the-innovations-of-java-21.html
Java Code Geeks
Java's Quantum Leap: Mastering the Innovations of Java 21 - Java Code Geeks
Unleash the power of Java 21! This guide dives deep into its features, from Records to Virtual Threads, offering practical examples and more!
🆕 Understanding Cache Invalidation Techniques
https://www.javacodegeeks.com/2024/03/understanding-cache-invalidation-techniques.html
https://www.javacodegeeks.com/2024/03/understanding-cache-invalidation-techniques.html
Java Code Geeks
Understanding Cache Invalidation Techniques - Java Code Geeks
Understanding Cache Invalidation Techniques: Unlock the secrets of cache invalidation techniques for optimal web performance.
🆕 Static HTTP Servers: A Look at Java’s Simple Web Server
https://www.javacodegeeks.com/2024/03/static-http-servers-a-look-at-javas-simple-web-server.html
https://www.javacodegeeks.com/2024/03/static-http-servers-a-look-at-javas-simple-web-server.html
Java Code Geeks
Static HTTP Servers: A Look at Java’s Simple Web Server
With Java 18 came the introduction of the convenient Simple Web Server (JEP 408), a valuable tool for testing, prototyping, and educational contexts.
🆕 Count the Number of Unique Digits in an Integer using Java
https://www.baeldung.com/java-int-count-unique-digits
https://www.baeldung.com/java-int-count-unique-digits
Baeldung
Count the Number of Unique Digits in an Integer using Java | Baeldung
A quick and practical guide to counting unique digits in an Integer using Java.
🆕 Get First n Characters in a String in Java
https://www.baeldung.com/java-string-first-n-characters
https://www.baeldung.com/java-string-first-n-characters
Baeldung
Get First n Characters in a String in Java | Baeldung
Learn how to efficiently extract the first n characters of a string in Java using core JDK methods and popular libraries like Apache Commons Lang and Guava.
🆕 Find the Largest Prime Under the Given Number in Java
https://www.baeldung.com/java-largest-prime-lower-threshold
https://www.baeldung.com/java-largest-prime-lower-threshold
Baeldung
Find the Largest Prime Under the Given Number in Java | Baeldung
A quick and practical guide to finding the largest prime number lower than a, given number in Java.
🆕 Custom Event Handlers and Listeners in Netty
https://www.baeldung.com/netty-chat-room-customize-event-handlers-listeners
https://www.baeldung.com/netty-chat-room-customize-event-handlers-listeners
Baeldung
Custom Event Handlers and Listeners in Netty | Baeldung
Learn to make a basic chat room using Netty. Key features include custom event handlers, server bootstrapping, and event listeners.
🆕 Modify and Print List Items With Java Streams
https://www.baeldung.com/java-stream-list-update-print-elements
https://www.baeldung.com/java-stream-list-update-print-elements
Baeldung
Modify and Print List Items With Java Streams | Baeldung
Learn to modify or transform a Java list and print its new elements.
🆕 Find the Equilibrium Indexes of an Array in Java
https://www.baeldung.com/java-equilibrium-index-array
https://www.baeldung.com/java-equilibrium-index-array
Baeldung
Find the Equilibrium Indexes of an Array in Java | Baeldung
Learn what an equilibrium index of an array is and how to identify it.