π The Factory Design Pattern in Java
https://www.baeldung.com/java-factory-pattern
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-factory-pattern
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
The Factory Design Pattern in Java | Baeldung
Explore the factory design pattern.
π Convert Between LocalDateTime and ZonedDateTime
https://www.baeldung.com/java-localdatetime-zoneddatetime
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-localdatetime-zoneddatetime
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Convert Between LocalDateTime and ZonedDateTime | Baeldung
Learn how to convert an instance of LocalDateTime to ZonedDateTime and vice versa.
π Iterate Through Two ArrayLists Simultaneously
https://www.baeldung.com/iterate-through-two-arraylists-simultaneously
β‘οΈ @JavaLearnZone
https://www.baeldung.com/iterate-through-two-arraylists-simultaneously
β‘οΈ @JavaLearnZone
Baeldung
Iterate Through Two ArrayLists Simultaneously | Baeldung
Java does not provide an explicit way to iterate over two lists at the same time. We look at some techniques and libraries that can help us correlate data between two collections according to index.
π Strong, Weak, Soft, and Phantom References in Java
https://www.baeldung.com/java-reference-types
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-reference-types
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Strong, Weak, Soft, and Phantom References in Java | Baeldung
A quick and practical overview of all reference types in Java.
π Converting a String Array Into an int Array in Java
https://www.baeldung.com/java-convert-string-array-to-int-array
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-convert-string-array-to-int-array
β‘οΈ @JavaLearnZone
Baeldung
Converting a String Array Into an int Array in Java | Baeldung
Learn two ways to convert a string array to an integer array through examples
π Extracting JAR to a Specified Directory
https://www.baeldung.com/extract-jar-to-a-specified-directory
β‘οΈ @JavaLearnZone
https://www.baeldung.com/extract-jar-to-a-specified-directory
β‘οΈ @JavaLearnZone
Baeldung
Extracting JAR to a Specified Directory | Baeldung
Learn two approaches to extracting a JAR file to a specified directory
π Comparing Two JAR Files in Java
https://www.baeldung.com/java-comparing-jar-files
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-comparing-jar-files
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Comparing Two JAR Files in Java | Baeldung
A quick and practical guide to comparing JAR files.
π Reading and Writing With a ConcurrentHashMap
https://www.baeldung.com/concurrenthashmap-reading-and-writing
β‘οΈ @JavaLearnZone
https://www.baeldung.com/concurrenthashmap-reading-and-writing
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Reading and Writing With a ConcurrentHashMap | Baeldung
A quick and practical guide to reading and writing from a hash table data structure in a thread-safe way using the ConcurrentHashMap class.
π Convert a List of Integers to a List of Strings
https://www.baeldung.com/java-convert-list-integers-to-list-strings
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-convert-list-integers-to-list-strings
β‘οΈ @JavaLearnZone
Baeldung
Convert a List of Integers to a List of Strings | Baeldung
Learn three ways to convert a list of integers to a list of strings in Java.
π Check JWT Expiry Without Throwing Exceptions
https://www.baeldung.com/java-jwt-check-expiry-no-exception
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-jwt-check-expiry-no-exception
β‘οΈ @JavaLearnZone
Baeldung
Check JWT Expiry Without Throwing Exceptions | Baeldung
Understand the difference between verifying a JWT and decoding a JWT and learn how to check for a JWT's expiry without throwing any exceptions.
π Working With Multiple Repositories in Gradle
https://www.baeldung.com/java-gradle-multiple-repositories
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-gradle-multiple-repositories
β‘οΈ @JavaLearnZone
Baeldung
Working With Multiple Repositories in Gradle | Baeldung
Learn how to use libraries from multiple repositories when working on a Gradle project and how to use GitHub Package Registry for authenticated repositories.
π Java 19: Virtual Threads
//www.javacodegeeks.com/2023/01/java-19-virtual-threads.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2023/01/java-19-virtual-threads.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java 19: Virtual Threads - Java Code Geeks - 2023
Java 19 introduces Virtual Threads, which are lightweight threads designed to improve application throughput. This is a preview language feature so must
π Java Code Geeks are giving away a FREE Sublime Text Editor License
//www.javacodegeeks.com/2023/01/java-code-geeks-are-giving-away-a-free-sublime-text-editor-license-3.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2023/01/java-code-geeks-are-giving-away-a-free-sublime-text-editor-license-3.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java Code Geeks are giving away a FREE Sublime Text Editor License - Java Code Geeks - 2023
Struggling with your heavy-weight editor? Then we have something especially for you We are running a contest giving away a FREE license for the kick-ass
π Bigtable Pagination in Java
//www.javacodegeeks.com/2023/01/bigtable-pagination-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2023/01/bigtable-pagination-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Bigtable Pagination in Java - Java Code Geeks - 2023
Consider a set of rows stored in Bigtable table called βpeopleβ: My objective is to be able to paginate a few records at a time, say with each page
π Project Loom in JDK-19: the benefits but with quirks
//www.javacodegeeks.com/2023/01/project-loom-in-jdk-19-the-benefits-but-with-quirks.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2023/01/project-loom-in-jdk-19-the-benefits-but-with-quirks.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Project Loom in JDK-19: the benefits but with quirks - Java Code Geeks - 2023
A few months have passed already since JDK-19 release, which we talked about previously in details. More and more developers are switching to JDK-19,