π Hibernate @CreationTimestamp and @UpdateTimestamp 
https://www.baeldung.com/hibernate-creationtimestamp-updatetimestamp
  
  https://www.baeldung.com/hibernate-creationtimestamp-updatetimestamp
Baeldung on Kotlin
  
  Hibernate @CreationTimestamp and @UpdateTimestamp | Baeldung
  This article explains how to use Hibernate annotations @CreationTimestamp and @UpdateTimestamp to track the creation and update timestamps of an entity in a Java application using the Hibernate framework.
  π The Difference Between junit-vintage-engine and junit-jupiter-engine 
https://www.baeldung.com/java-junit-vintage-engine-vs-junit-jupiter-engine
  
  https://www.baeldung.com/java-junit-vintage-engine-vs-junit-jupiter-engine
Baeldung
  
  The Difference Between junit-vintage-engine and junit-jupiter-engine | Baeldung
  Explore the difference between the junit-vintage-engine and the junit-jupiter-engine.
  π Generate the Same UUID From a String in Java 
https://www.baeldung.com/java-generate-same-uuid-from-string
  
  https://www.baeldung.com/java-generate-same-uuid-from-string
Baeldung on Kotlin
  
  Generate the Same UUID From a String in Java | Baeldung
  Learn how to generate the same UUID objects from a string.
  π Methods To Convert InputStream to String In Java 
https://www.javacodegeeks.com/2023/04/methods-to-convert-inputstream-to-string-in-java.html
  
  https://www.javacodegeeks.com/2023/04/methods-to-convert-inputstream-to-string-in-java.html
Java Code Geeks
  
  Methods To Convert InputStream to String In Java - Java Code Geeks - 2023
  In Java, an InputStream is a common way to read data from a source, such as a file or network connection, in a stream-oriented way. Often times, it is
  π Clear details on Java collection βClear()β API 
https://www.javacodegeeks.com/2023/04/clear-details-on-java-collection-clear-api.html
  
  https://www.javacodegeeks.com/2023/04/clear-details-on-java-collection-clear-api.html
Java Code Geeks
  
  Clear details on Java collection βClear()β API - Java Code Geeks - 2023
  Several of us might be familiar with the clear () API in Java collections framework. In this post, letβs discuss what is the purpose of this clear() API?
  π Java Concurrency: ReentRantLock Fairness 
https://www.javacodegeeks.com/2023/04/java-concurrency-reentrantlock-fairness.html
  
  https://www.javacodegeeks.com/2023/04/java-concurrency-reentrantlock-fairness.html
Java Code Geeks
  
  Java Concurrency: ReentRantLock Fairness - Java Code Geeks - 2023
  Previously we saw some of the building blocks of concurrency in Java. In this blog we will focus on ReentRantLock. ReentRantLock is based on the
  π OpenJDK 21 Compiler Warning on Constructor Calling Overridable Methods 
https://www.javacodegeeks.com/2023/04/openjdk-21-compiler-warning-on-constructor-calling-overridable-methods.html
  
  https://www.javacodegeeks.com/2023/04/openjdk-21-compiler-warning-on-constructor-calling-overridable-methods.html
Java Code Geeks
  
  OpenJDK 21 Compiler Warning on Constructor Calling Overridable Methods - Java Code Geeks - 2023
  THe OpenJDK 21 beta 15 early access build (released 23 March 2023) adds an -Xlint warning to the Java compiler to notify Java developers when a class's
  π Understanding Javaβs Classpath vs. Build Path 
https://www.baeldung.com/java-classpath-vs-build-path
  
  https://www.baeldung.com/java-classpath-vs-build-path
Baeldung on Kotlin
  
  Understanding Javaβs Classpath vs. Build Path | Baeldung
  Learn the difference between the classpath and the build path in Java.
  π Configuring Protobuf Compilation with Custom Source Directories 
https://www.baeldung.com/java-configure-protobuf-compilation-custom-source-directories
  
  https://www.baeldung.com/java-configure-protobuf-compilation-custom-source-directories
Baeldung
  
  Configuring Protobuf Compilation with Custom Source Directories | Baeldung
  Learn how to configure a custom source directory for protobuf files.
  π Use Mapper in Another Mapper with Mapstruct and Java 
https://www.baeldung.com/java-mapstruct-nested-mapping
  
  https://www.baeldung.com/java-mapstruct-nested-mapping
Baeldung
  
  Use Mapper in Another Mapper with Mapstruct and Java | Baeldung
  A quick and practical guide to constructing complex nested mappers with MapStruct.
  