π Median of Stream of Integers using Heap
https://www.baeldung.com/java-stream-integers-median-using-heap
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-stream-integers-median-using-heap
β‘οΈ @JavaLearnZone
Baeldung
Median of Stream of Integers using Heap
Learn how to calculate the median of a stream of Integers using Heap
π Builder Design Pattern
//www.javacodegeeks.com/2021/01/builder-design-pattern-2.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/01/builder-design-pattern-2.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Builder Design Pattern - Java Code Geeks
Hello Friends, In this tutorial, we will discuss Builder design pattern. Key topics we are going to discuss are : - Which category Builder Design Pattern
π OAuth2 Bearer Token Usage
//www.javacodegeeks.com/2021/01/oauth2-bearer-token-usage.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/01/oauth2-bearer-token-usage.html
β‘οΈ @JavaLearnZone
Java Code Geeks
OAuth2 Bearer Token Usage - Java Code Geeks - 2023
I have immersed myself in the digital identity space for the past few years. A good chunk of this work involves reading (and sometimes creating)
π Jmix β the future of CUBA Platform
//www.javacodegeeks.com/2021/01/jmix-the-future-of-cuba-platform.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/01/jmix-the-future-of-cuba-platform.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Jmix - the future of CUBA Platform - Java Code Geeks - 2022
Jmix is the new name and the new major release of CUBA Platform. It is now in Preview and we are aiming to release Stable version in Q2 2021. Key
π Operating on and Removing an Item from Stream
https://www.baeldung.com/java-use-remove-item-stream
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-use-remove-item-stream
β‘οΈ @JavaLearnZone
Baeldung
Operating on and Removing an Item from Stream | Baeldung
Learn about the various ways in which we can operate on an item in a Java 8 Stream and then remove it once the operation is complete.
π Java 8 Streams: Find Items From One List Based On Values From Another List
https://www.baeldung.com/java-streams-find-list-items
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-streams-find-list-items
β‘οΈ @JavaLearnZone
Baeldung
Java 8 Streams: Find Items From One List Based on Values From Another List | Baeldung
Learn how to use data from one stream to find items in another
π Using a Byte Array as Map Key in Java
https://www.baeldung.com/java-map-key-byte-array
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-map-key-byte-array
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using a Byte Array as Map Key in Java | Baeldung
Learn how to use a byte array as a key in a Java HashMap.
π Determine if an Integerβs Square Root Is an Integer in Java
https://www.baeldung.com/java-find-if-square-root-is-integer
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-find-if-square-root-is-integer
β‘οΈ @JavaLearnZone
Baeldung
Determine if an Integerβs Square Root Is an Integer in Java Baeldung
Finding if an integer's square root is also an integer is an interesting subject. Let's look at some techniques we can use.
π Java β Get Random Item/Element From a List
https://www.baeldung.com/java-random-list-element
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-random-list-element
β‘οΈ @JavaLearnZone
Baeldung
Java - Get Random Item/Element From a List | Baeldung
A quick and practical guide to picking a random item/items from a List in Java.
π Concurrency with LMAX Disruptor β An Introduction
https://www.baeldung.com/lmax-disruptor-concurrency
β‘οΈ @JavaLearnZone
https://www.baeldung.com/lmax-disruptor-concurrency
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Concurrency with LMAX Disruptor - An Introduction | Baeldung
A quick introduction to LMAS Disruptor and the usage of Disruptor API
π Evaluating a Math Expression in Java
https://www.baeldung.com/java-evaluate-math-expression-string
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-evaluate-math-expression-string
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Evaluating a Math Expression in Java | Baeldung
Learn how to evaluate math expressions expressed in String format in Java using exp4j, Javaluator, and the Java Scripting API.
π Introduction to Java 8 Streams
https://www.baeldung.com/java-8-streams-introduction
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-8-streams-introduction
β‘οΈ @JavaLearnZone
Baeldung
Introduction to Java Streams | Baeldung
A quick and practical introduction to Java 8 Streams.
π Find the Intersection of Two Lines in Java
https://www.baeldung.com/java-intersection-of-two-lines
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-intersection-of-two-lines
β‘οΈ @JavaLearnZone
Baeldung
Find the Intersection of Two Lines in Java | Baeldung
A quick take on a Java solution for a simple math problem
π Jetty ReactiveStreams HTTP Client
https://www.baeldung.com/jetty-reactivestreams-http-client
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jetty-reactivestreams-http-client
β‘οΈ @JavaLearnZone
Baeldung
Jetty ReactiveStreams HTTP Client
Learn how to use the Jetty ReactiveStreams HTTP Client.