๐ WebSockets with the Play Framework and Akka
https://www.baeldung.com/akka-play-websockets
โก๏ธ @JavaLearnZone
https://www.baeldung.com/akka-play-websockets
โก๏ธ @JavaLearnZone
Baeldung
WebSockets with the Play Framework and Akka | Baeldung
WebSockets allow continuous communication between a client app and its server. This can be built with reactive streams in Akka and the Play Framework.
๐ Get the Key for a Value from a Java Map
https://www.baeldung.com/java-map-key-from-value
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-map-key-from-value
โก๏ธ @JavaLearnZone
Baeldung
Get the Key for a Value from a Java Map | Baeldung
Learn how to retrieve a key from a Java Map given the value
๐ Viewing Contents of a JAR File
https://www.baeldung.com/java-view-jar-contents
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-view-jar-contents
โก๏ธ @JavaLearnZone
๐ Creating a LocalDate with Values in Java
https://www.baeldung.com/java-creating-localdate-with-values
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-creating-localdate-with-values
โก๏ธ @JavaLearnZone
Baeldung
Creating a LocalDate with Values in Java | Baeldung
Explore all the variants of creating a LocalDate with values in Java.
๐ Design Strategies for Decoupling Java Modules
https://www.baeldung.com/java-modules-decoupling-design-strategies
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-modules-decoupling-design-strategies
โก๏ธ @JavaLearnZone
Baeldung
Design Strategies for Decoupling Java Modules
Learn design strategies for decoupling Java modules.
๐ Iterating over Enum Values in Java
https://www.baeldung.com/java-enum-iteration
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-enum-iteration
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Iterating Over Enum Values in Java Baeldung
Learn three simple ways to iterate over a Java enum.
๐ Implementing a Circuit Breaker with Resilience4j
https://reflectoring.io/circuitbreaker-with-resilience4j/
โก๏ธ @JavaLearnZone
https://reflectoring.io/circuitbreaker-with-resilience4j/
โก๏ธ @JavaLearnZone
reflectoring.io
Implementing a Circuit Breaker with Resilience4j
A deep dive into the Resilience4j circuit breaker module. This article shows why, when and how to use it to build resilient applications.
๐ An Introduction to Java.util.Hashtable Class
https://www.baeldung.com/java-hash-table
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-hash-table
โก๏ธ @JavaLearnZone
Baeldung
An Introduction to java.util.Hashtable Class | Baeldung
A guide to understanding the Hashtable structure in Java.
๐ Implementing a Runnable vs Extending a Thread
https://www.baeldung.com/java-runnable-vs-extending-thread
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-runnable-vs-extending-thread
โก๏ธ @JavaLearnZone
Baeldung
Implementing a Runnable vs Extending a Thread | Baeldung
Learn why implementing Runnable is a better approach than extending Thread class.
๐ Print Even and Odd Numbers Using 2 Threads
https://www.baeldung.com/java-even-odd-numbers-with-2-threads
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-even-odd-numbers-with-2-threads
โก๏ธ @JavaLearnZone
Baeldung
Print Even and Odd Numbers Using 2 Threads | Baeldung
Learn how to synchronize Threads to print even and odd numbers alternatingly