π 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
π JDK 18: Code Snippets in Java API Documentation
//www.javacodegeeks.com/2021/10/jdk-18-code-snippets-in-java-api-documentation.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/jdk-18-code-snippets-in-java-api-documentation.html
β‘οΈ @JavaLearnZone
Java Code Geeks
JDK 18: Code Snippets in Java API Documentation
Interested to learn about JDK 18? Check our article presenting Code Snippets in Java API Documentation of the new JDK18.
π More Frequent Java Long-Term Releases
//www.javacodegeeks.com/2021/10/more-frequent-java-long-term-releases.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/more-frequent-java-long-term-releases.html
β‘οΈ @JavaLearnZone
Java Code Geeks
More Frequent Java Long-Term Releases - Java Code Geeks - 2021
Interested to learn about Long-Term Releases? Check our article presenting the more Frequent Java Long-Term Releases.
π Using a Custom Class as a Key in a Java HashMap
https://www.baeldung.com/java-custom-class-map-key
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-custom-class-map-key
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using a Custom Class as a Key in a Java HashMap | Baeldung
Learn how to use custom classes as keys in Maps in Java.