π Array Processing with Apache Commons Lang 3
https://www.baeldung.com/array-processing-commons-lang
β‘οΈ @JavaLearnZone
https://www.baeldung.com/array-processing-commons-lang
β‘οΈ @JavaLearnZone
Baeldung
Array Processing with Apache Commons Lang 3 | Baeldung
Quick intro to working with arrays with the Apache Commons library and ArrayUtils.
π Using the Not Operator in If Conditions in Java
https://www.baeldung.com/java-using-not-in-if-conditions
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-using-not-in-if-conditions
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using the Not Operator in If Conditions in Java | Baeldung
Inverting logical expressions can make your code clearer, and is an important part of using Java. Here are some tricks to master and pitfalls to avoid.
π Implementing Rate Limiting with Resilience4j
https://reflectoring.io/rate-limiting-with-resilience4j/
β‘οΈ @JavaLearnZone
https://reflectoring.io/rate-limiting-with-resilience4j/
β‘οΈ @JavaLearnZone
reflectoring.io
Implementing Rate Limiting with Resilience4j
A deep dive into the Resilience4j ratelimiter module. This article shows why, when and how to use it to build resilient applications.
π Java 8 Base64 Encoding and Decoding (With Examples)
//www.javacodegeeks.com/2020/09/java-8-base64-encoding-and-decoding-with-examples.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/09/java-8-base64-encoding-and-decoding-with-examples.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java 8 Base64 Encoding and Decoding (With Examples)
Learn different ways to do base64 encoding and decoding functionality in java and using java 8 api, and also examples using the apache commons-codec. 1.
π How to Find an Exceptionβs Root Cause in Java
https://www.baeldung.com/java-exception-root-cause
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-exception-root-cause
β‘οΈ @JavaLearnZone
Baeldung
How to Find an Exception's Root Cause in Java
Learn how to find an exception's root cause in Java.
π How to Print a Binary Tree Diagram
https://www.baeldung.com/java-print-binary-tree-diagram
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-print-binary-tree-diagram
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
How to Print a Binary Tree Diagram | Baeldung
Learn how to print a binary tree diagram.
π Helpful NullPointerExceptions in Java 14
https://www.baeldung.com/java-14-nullpointerexception
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-14-nullpointerexception
β‘οΈ @JavaLearnZone
Baeldung
Helpful NullPointerExceptions in Java | Baeldung
Learn about helpful NullPointerExceptions in Java 14.
π 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.