π A Guide to the Java API for WebSocket
https://www.baeldung.com/java-websockets
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-websockets
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
A Guide to the Java API for WebSocket | Baeldung
WebSocket provides an alternative to the limitation of efficient communication between the server and the web browser by providing bi-directional, full-duplex, real-time client/server communications.
π Get a Submap From a HashMap in Java
https://www.baeldung.com/java-get-submap
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-get-submap
β‘οΈ @JavaLearnZone
π Email Validation in Java
https://www.baeldung.com/java-email-validation-regex
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-email-validation-regex
β‘οΈ @JavaLearnZone
π Java Sound API β Capturing Microphone
https://www.baeldung.com/java-sound-api-capture-mic
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-sound-api-capture-mic
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Sound API β Capturing Microphone | Baeldung
Learn how to capture microphone input and save it to a file.
π From layers to onions and hexagons
//www.javacodegeeks.com/2021/10/from-layers-to-onions-and-hexagons.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/from-layers-to-onions-and-hexagons.html
β‘οΈ @JavaLearnZone
Java Code Geeks
From layers to onions and hexagons
Interested to learn about hexagons? Check our article explaining how to transit from a classic layered software architecture to a hexagonal architecture.
π Knapsack Problem Implementation in Java
https://www.baeldung.com/java-knapsack
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-knapsack
β‘οΈ @JavaLearnZone
Baeldung
Knapsack Problem Implementation in Java | Baeldung
Learn how to solve the Knapsack problem in Java.
π KivaKit deployments
//www.javacodegeeks.com/2021/10/kivakit-deployments.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/kivakit-deployments.html
β‘οΈ @JavaLearnZone
Java Code Geeks
KivaKit deployments - Java Code Geeks - 2021
Interested to learn about KivaKit deployments? Check our article explaining how KivaKit applications can be configured using the settings api
π Could Not Find or Load Main Class Error
https://www.baeldung.com/java-could-not-find-load-main-class
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-could-not-find-load-main-class
β‘οΈ @JavaLearnZone
Baeldung
Java β βCould Not Find or Load Main Classβ Error | Baeldung
Explore the reasons for the error "Could not find or load main class" and learn how to avoid them.
π Cloud Build and Gradle/Maven Caching
//www.javacodegeeks.com/2021/10/cloud-build-and-gradle-maven-caching.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/cloud-build-and-gradle-maven-caching.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Cloud Build and Gradle/Maven Caching - Java Code Geeks - 2023
Interested to learn about Caching? Check our article showing an approach to caching in the pipeline with examples.
π The Premium Java Programming Certification Bundle
//www.javacodegeeks.com/2021/10/the-premium-java-programming-certification-bundle.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/the-premium-java-programming-certification-bundle.html
β‘οΈ @JavaLearnZone
Java Code Geeks
The Premium Java Programming Certification Bundle - Java Code Geeks - 2021
Interested to learn about Premium Java? Check our article offering the Premium Java Programming Certification Bundle.
π Setting up Lombok with Eclipse and Intellij
https://www.baeldung.com/lombok-ide
β‘οΈ @JavaLearnZone
https://www.baeldung.com/lombok-ide
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Setting up Lombok with Eclipse and Intellij | Baeldung
Learn how to set up Lombok with popular IDEs