π DDD Bounded Contexts and Java Modules
https://www.baeldung.com/java-modules-ddd-bounded-contexts
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-modules-ddd-bounded-contexts
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
DDD Bounded Contexts and Java Modules | Baeldung
Learn how to leverage Java 9 Modules while defining explicit boundaries for bounded contexts while creating a simple store application
π AWS SDK 2 for Java and storing a Json in DynamoDB
//www.javacodegeeks.com/2020/12/aws-sdk-2-for-java-and-storing-a-json-in-dynamodb.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/12/aws-sdk-2-for-java-and-storing-a-json-in-dynamodb.html
β‘οΈ @JavaLearnZone
Java Code Geeks
AWS SDK 2 for Java and storing a Json in DynamoDB | Java Code Geeks - 2020
AWS DynamoDB is described as a NoSQL key-value and a document database. In my work I mostly use the key-value behavior of the database but rarely use the
π Processing real-time data with Storm, Kafka and ElasticSearch β Part 3
//www.javacodegeeks.com/processing-real-time-data-with-storm-kafka-and-elasticsearch-part-3.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/processing-real-time-data-with-storm-kafka-and-elasticsearch-part-3.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Processing real-time data with Storm, Kafka and ElasticSearch β Part 3 | Java Code Geeks - 2021
This is the third part of the article series: Processing real-time data with Storm, Kafka, and ElasticSearch. 1. Introduction In the second part, we
π Migrating to Jakarta EE 9
//www.javacodegeeks.com/2020/12/migrating-to-jakarta-ee-9.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/12/migrating-to-jakarta-ee-9.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Migrating to Jakarta EE 9 | Java Code Geeks - 2020
Jakarta EE 9 is out, and with it the namespace change from javax.* to jakarta.*. When we talk about the namespace change, we mostly talk about changing
π Getting the Size of an Iterable in Java
https://www.baeldung.com/java-iterable-size
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-iterable-size
β‘οΈ @JavaLearnZone
Baeldung
Getting the Size of an Iterable in Java | Baeldung
Learn different ways to get the size of an Iterable in Java
π Guide to the Externalizable Interface in Java
https://www.baeldung.com/java-externalizable
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-externalizable
β‘οΈ @JavaLearnZone
Baeldung
Guide to the Externalizable Interface in Java | Baeldung
Have a look at Java's Externalizable interface for custom serialization and deserialization.
π Appium vs Selenium β Architecture, Functionality, Applications, and Everything in Between
//www.javacodegeeks.com/2020/12/appium-vs-selenium-architecture-functionality-applications-and-everything-in-between.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/12/appium-vs-selenium-architecture-functionality-applications-and-everything-in-between.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Appium vs Selenium - Architecture, Functionality, Applications, and Everything in Between | Java Code Geeks - 2020
Itβs perhaps difficult to remember life before smartphones. Today, mobile phones have transformed dramatically to become the information and communication
π Spring Boot for war
//www.javacodegeeks.com/2020/12/spring-boot-for-war.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/12/spring-boot-for-war.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Spring Boot for war | Java Code Geeks - 2020
Spring Boot supports the following embedded servlet containers: Tomcat Jetty Undertow You can use Maven, Gradle, or Ant/Ivy as build tools to generate the
π JAVA_HOME should point to a JDK not a JRE
https://www.baeldung.com/maven-java-home-jdk-jre
β‘οΈ @JavaLearnZone
https://www.baeldung.com/maven-java-home-jdk-jre
β‘οΈ @JavaLearnZone
Baeldung
Maven Error βJAVA_HOME should point to a JDK not a JREβ | Baeldung
Learn about the root cause of the Maven error 'JAVA_HOME should point to a JDK not a JRE' and how to resolve it
π ArrayList vs. LinkedList vs. HashMap in Java
https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-arraylist-vs-linkedlist-vs-hashmap
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
ArrayList vs. LinkedList vs. HashMap in Java | Baeldung
Learn about the differences between three of the most common Java Collections: ArrayList, LinkedList, and HashMap
π Intro to Google Cloud Storage with Java
https://www.baeldung.com/java-google-cloud-storage
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-google-cloud-storage
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Intro to Google Cloud Storage with Java | Baeldung
Hit the ground running with Google Cloud Storage with quick examples of how to create a bucket, write, read, and update data.
π A Quick Guide to Post Requests with OkHttp
https://www.baeldung.com/okhttp-post
β‘οΈ @JavaLearnZone
https://www.baeldung.com/okhttp-post
β‘οΈ @JavaLearnZone
Baeldung
A Quick Guide to Post Requests with OkHttp | Baeldung
Learn about the different features OkHttp has for POST requests.