π Add ZipKin to your Spring application
//www.javacodegeeks.com/2022/11/add-zipkin-to-your-spring-application.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2022/11/add-zipkin-to-your-spring-application.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Add ZipKin to your Spring application - Java Code Geeks - 2022
If your application contains multiple services interacting with each other the need for distributed tracing is increasing. You have a call towards one
π Java 20: A Sneak Peek on the Panama FFM API (Second Preview)
//www.javacodegeeks.com/2022/12/java-20-a-sneak-peek-on-the-panama-ffm-api-second-preview.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2022/12/java-20-a-sneak-peek-on-the-panama-ffm-api-second-preview.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java 20: A Sneak Peek on the Panama FFM API (Second Preview) - Java Code Geeks - 2023
The new JEP 434 has just seen daylight and describes the second preview of the βForeign Function & Memory APIβ (or FFM for short) which is going to be
π Alternatives for instanceof Operator in Java
https://www.baeldung.com/java-instanceof-alternatives
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-instanceof-alternatives
β‘οΈ @JavaLearnZone
Baeldung
Alternatives for instanceof Operator in Java | Baeldung
Learn alternatives to the traditional instanceof approach to improve code design and readability.
π Type Parameter vs Wildcard in Java Generics
https://www.baeldung.com/java-generics-type-parameter-vs-wildcard
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generics-type-parameter-vs-wildcard
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Type Parameter vs Wildcard in Java Generics | Baeldung
A detailed explanation about generics, how and when to use type parameters, and when wildcards are more appropiate.
π Set the Date Format Using Apache POI
https://www.baeldung.com/java-apache-poi-date-format
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-apache-poi-date-format
β‘οΈ @JavaLearnZone
Baeldung
Set the Date Format Using Apache POI | Baeldung
A quick and practical guide to configuring date format with Apache Poi.
π Java Generics PECS β Producer Extends Consumer Super
https://www.baeldung.com/java-generics-pecs
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-generics-pecs
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Generics PECS β Producer Extends Consumer Super | Baeldung
Explore the usage of Java Generics when it comes to producing and consuming collections.
π Running Multiple Thread Groups in JMeter
https://www.baeldung.com/jmeter-run-multiple-thread-groups
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jmeter-run-multiple-thread-groups
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Running Multiple Thread Groups in JMeter | Baeldung
A Thread Group allows us to simulate a specific type of workflow. We can run Thread Groups in parallel, or sequentially. We look at how to achieve this in JMeter.
π Convert Anonymous Class into Lambda in Java
https://www.baeldung.com/java-from-anonymous-class-to-lambda
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-from-anonymous-class-to-lambda
β‘οΈ @JavaLearnZone
Baeldung
Convert Anonymous Class into Lambda in Java | Baeldung
A reminder of what an anonymous class is and how to convert it to a lambda expression.
π How to Serialize a Singleton in Java
https://www.baeldung.com/java-serialize-singleton
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-serialize-singleton
β‘οΈ @JavaLearnZone
Baeldung
How to Serialize a Singleton in Java | Baeldung
Learn how to create a serializable singleton class in Java.
π Sort Collection of Objects by Multiple Fields in Java
https://www.baeldung.com/java-sort-collection-multiple-fields
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-sort-collection-multiple-fields
β‘οΈ @JavaLearnZone
Baeldung
Sort Collection of Objects by Multiple Fields in Java | Baeldung
Learn different approaches for sorting collections by comparing multiple fields.
π Calling JMX MBean Method From a Shell Script
https://www.baeldung.com/jmx-mbean-shell-access
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jmx-mbean-shell-access
β‘οΈ @JavaLearnZone
Baeldung
Calling JMX MBean Method From a Shell Script | Baeldung
Learn how to access MBeans from a shell script.