🆕 KivaKit and AWS Lambda
//www.javacodegeeks.com/2022/01/kivakit-and-aws-lambda.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/kivakit-and-aws-lambda.html
➡️ @JavaLearnZone
Java Code Geeks
KivaKit and AWS Lambda - Java Code Geeks - 2022
Interested to learn about AWS Lambda? Check our article explaining how Lambdas for REST and GRPC can be added to a KivaKit Microservice.
🆕 Log4j RCE 0-day vulnerability (CVE-2021-44228) mitigation actions
//www.javacodegeeks.com/2022/01/log4j-rce-0-day-vulnerability-cve-2021-44228-mitigation-actions.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/log4j-rce-0-day-vulnerability-cve-2021-44228-mitigation-actions.html
➡️ @JavaLearnZone
Java Code Geeks
Log4j RCE 0-day vulnerability (CVE-2021-44228) mitigation actions - Java Code Geeks - 2022
Interested to learn about Log4j? Check our article explaining how to mitigate the risk of log4j's zero-day exploit CVE-2021-44228.
🆕 Java: Creating Terabyte Sized Queues with Low-Latency
//www.javacodegeeks.com/2022/01/java-creating-terabyte-sized-queues-with-low-latency-2.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/java-creating-terabyte-sized-queues-with-low-latency-2.html
➡️ @JavaLearnZone
Java Code Geeks
Java: Creating Terabyte Sized Queues with Low-Latency - Java Code Geeks - 2022
Interested to learn about Queues? Check our article explaining how to Create Terabyte Sized Queues with Low-Latency
🆕 Java: Why a Set Can Contain Duplicate Elements
//www.javacodegeeks.com/2022/01/java-why-a-set-can-contain-duplicate-elements.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/java-why-a-set-can-contain-duplicate-elements.html
➡️ @JavaLearnZone
Java Code Geeks
Java: Why a Set Can Contain Duplicate Elements - Java Code Geeks - 2022
Interested to learn about Duplicate Elements? Check our article explaining Why a Set Can Contain Duplicate Elements
🆕 Kernel – Message Formatting and Template Expansions
//www.javacodegeeks.com/2022/01/kernel-message-formatting-and-template-expansions.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/kernel-message-formatting-and-template-expansions.html
➡️ @JavaLearnZone
Java Code Geeks
Kernel - Message Formatting and Template Expansions - Java Code Geeks - 2022
Interested to learn about Message Formatting? Check our article explaining the Message Formatting and Template Expansions of the kernel.
🆕 Generating a Java String of N Repeated Characters
https://www.baeldung.com/java-string-of-repeated-characters
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-of-repeated-characters
➡️ @JavaLearnZone
Baeldung
Generating a Java String of N Repeated Characters | Baeldung
Producing a string out of repeating a character or sequence can be done a variety of ways. We look at a few methods, and compare them for readability and efficiency.
🆕 So you want to expose your JAX-RS services over HTTP/2
//www.javacodegeeks.com/2022/01/so-you-want-to-expose-your-jax-rs-services-over-http-2.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/so-you-want-to-expose-your-jax-rs-services-over-http-2.html
➡️ @JavaLearnZone
Java Code Geeks
So you want to expose your JAX-RS services over HTTP/2 - Java Code Geeks - 2022
Interested to learn about JAX-RS services? Check our article explaining how to expose your JAX-RS services over HTTP/2
🆕 Java: How Object Reuse Can Reduce Latency and Improve Performance
//www.javacodegeeks.com/2022/01/java-how-object-reuse-can-reduce-latency-and-improve-performance.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2022/01/java-how-object-reuse-can-reduce-latency-and-improve-performance.html
➡️ @JavaLearnZone
Java Code Geeks
Java: How Object Reuse Can Reduce Latency and Improve Performance - Java Code Geeks - 2022
Interested to learn about Object Reuse? Check our article explaining how Object Reuse Can Reduce Latency and Improve Performance.
🆕 Java Concurrent HashSet Equivalent to ConcurrentHashMap
https://www.baeldung.com/java-concurrent-hashset-concurrenthashmap
➡️ @JavaLearnZone
https://www.baeldung.com/java-concurrent-hashset-concurrenthashmap
➡️ @JavaLearnZone
Baeldung
Java Concurrent HashSet Equivalent to ConcurrentHashMap | Baeldung
Explore different possibilities to create thread-safe Set instances and emphasized the differences between them.
🆕 Java IdentityHashMap Class and Its Use Cases
https://www.baeldung.com/java-identityhashmap
➡️ @JavaLearnZone
https://www.baeldung.com/java-identityhashmap
➡️ @JavaLearnZone
Baeldung on Kotlin
Java IdentityHashMap Class and Its Use Cases | Baeldung
Learn how to use IdentityHashMap in Java