π 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,
π Manage multiple Java SDKs with asdf with ease
//www.javacodegeeks.com/2023/01/manage-multiple-java-sdks-with-asdf-with-ease.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2023/01/manage-multiple-java-sdks-with-asdf-with-ease.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Manage multiple Java SDKs with asdf with ease - Java Code Geeks - 2023
asdf is a helpful command-line tool that allows you to manage and switch between different versions of programming language runtimes including Java,
π Minborgβs Java Pot
//www.javacodegeeks.com/2023/01/minborgs-java-pot.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2023/01/minborgs-java-pot.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Minborg's Java Pot - Java Code Geeks - 2023
Did you know you can allocate memory segments that are larger than the physical size of your machineβs RAM and indeed larger than the size of your entire
π Lightweight Logging With tinylog 2
https://www.baeldung.com/java-logging-tinylog-guide
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-logging-tinylog-guide
β‘οΈ @JavaLearnZone
Baeldung
Lightweight Logging With tinylog 2 | Baeldung
Learn the fundamental logging methods and configuration parameters of the tinylog 2 logging framework and understand how to issue log entries.
π Getting Class Type From a String in Java
https://www.baeldung.com/java-get-class-object-from-string
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-get-class-object-from-string
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Getting Class Type From a String in Java | Baeldung
Learn how to use the Class.forName() method to obtain the Class object.
π Class Methods vs Instance Methods in Java
https://www.baeldung.com/java-class-methods-vs-instance-methods
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-class-methods-vs-instance-methods
β‘οΈ @JavaLearnZone
Baeldung
Class Methods vs Instance Methods in Java | Baeldung
A brief comparison between class and instance methods in Java.
π RESTful Microservices With RestExpress
https://www.baeldung.com/java-restexpress-guide
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-restexpress-guide
β‘οΈ @JavaLearnZone
Baeldung
RESTful Microservices With RestExpress | Baeldung
Learn how to create a REST API using the open-source RestExpress framework.
π Case-Insensitive Searching in ArrayList
https://www.baeldung.com/java-arraylist-case-insensitive-search
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-arraylist-case-insensitive-search
β‘οΈ @JavaLearnZone
Baeldung
Case-Insensitive Searching in ArrayList | Baeldung
Learn three approaches to perform case-insensitive searching in ArrayList.