🆕 Show Year In Two Digits Format In Java Date
https://www.javacodegeeks.com/show-year-in-two-digits-format-in-java-date.html
https://www.javacodegeeks.com/show-year-in-two-digits-format-in-java-date.html
Java Code Geeks
Show Year In Two Digits Format In Java Date
Java date show year two digits: Learn how to use Java Date to display the last two digits of the year with different formatting approaches.
🆕 Creating Kafka Consumers With Reactor Kafka
https://www.javacodegeeks.com/creating-kafka-consumers-with-reactor-kafka.html
https://www.javacodegeeks.com/creating-kafka-consumers-with-reactor-kafka.html
Java Code Geeks
Creating Kafka Consumers With Reactor Kafka
Learn how to create Kafka consumers using Reactor Kafka for efficient and reactive message processing in your applications.
🆕 Read Response Body in JAX-RS Client from a POST Request
https://www.javacodegeeks.com/read-response-body-in-jax-rs-client-from-a-post-request.html
https://www.javacodegeeks.com/read-response-body-in-jax-rs-client-from-a-post-request.html
Java Code Geeks
Read Response Body in JAX-RS Client from a POST Request - Java Code Geeks
Learn how to use JAX-RS Client to send a POST request and read the response body efficiently in JSON and Java objects.
🆕 How to Convert Nested Loops to Stream in Java
https://www.baeldung.com/java-nested-loops-stream-conversion
https://www.baeldung.com/java-nested-loops-stream-conversion
Baeldung on Kotlin
How to Convert Nested Loops to Stream in Java | Baeldung
We can use Java Streams to replace nested loops when we need a more declarative, readable, and efficient way to process data
🆕 How to Map a Source Object to the Target List Using MapStruct?
https://www.baeldung.com/mapstruct-map-source-object-target-list
https://www.baeldung.com/mapstruct-map-source-object-target-list
Baeldung on Kotlin
How to Map a Source Object to the Target List Using MapStruct? | Baeldung
Learn how to populate a List in a target object from specific attributes of a source object.
🆕 Spring Cloud Microservices: Service Discovery and Tracing
https://www.javacodegeeks.com/2025/03/spring-cloud-microservices-service-discovery-and-tracing.html
https://www.javacodegeeks.com/2025/03/spring-cloud-microservices-service-discovery-and-tracing.html
Java Code Geeks
Spring Cloud Microservices: Service Discovery and Tracing
Learn how to implement Microservices Architecture with Spring Cloud, including service discovery with Eureka or Consul and distributed tracing
🆕 Java Switch Greater Than Or Equal Condition Example
https://www.javacodegeeks.com/java-switch-greater-than-or-equal-condition-example.html
https://www.javacodegeeks.com/java-switch-greater-than-or-equal-condition-example.html
Java Code Geeks
Java Switch Greater Than Or Equal Condition Example
Java switch greater than or equal condition: Learn how to handle greater than or equal conditions in Java switch statements.
🆕 Java JDBC Execute Multiple Statements Example
https://www.javacodegeeks.com/java-jdbc-execute-multiple-statements-example.html
https://www.javacodegeeks.com/java-jdbc-execute-multiple-statements-example.html
Java Code Geeks
Java JDBC Execute Multiple Statements Example
Java jdbc execute multiple statements: Learn how to execute multiple SQL statements efficiently in Java JDBC.
🆕 Custom Spring Boot Actuator Endpoints
https://www.javacodegeeks.com/2025/03/custom-spring-boot-actuator-endpoints.html
https://www.javacodegeeks.com/2025/03/custom-spring-boot-actuator-endpoints.html
Java Code Geeks
Custom Spring Boot Actuator Endpoints
Learn how to create custom health checks and metrics endpoints in Spring Boot Actuator, secure them with Spring Security, and more!
🆕 Java LinkedList toString() Print Example
https://www.javacodegeeks.com/java-linkedlist-tostring-print-example.html
https://www.javacodegeeks.com/java-linkedlist-tostring-print-example.html
Java Code Geeks
Java LinkedList toString() Print Example
Java linkedlist tostring print: Learn how to print a Java LinkedList using the toString() method for easy debugging and readability.
🆕 Comparing isA() and anyObject() Matchers in EasyMock
https://www.javacodegeeks.com/comparing-isa-and-anyobject-matchers-in-easymock.html
https://www.javacodegeeks.com/comparing-isa-and-anyobject-matchers-in-easymock.html
Java Code Geeks
Comparing isA() and anyObject() Matchers in EasyMock
Easymock isa anyobject difference: Learn the key differences between EasyMock's isA() and anyObject() matchers for effective unit testing.
🆕 Java ServerSocket Simple HTTP Server Example
https://www.javacodegeeks.com/java-serversocket-simple-http-server-example.html
https://www.javacodegeeks.com/java-serversocket-simple-http-server-example.html
Java Code Geeks
Java ServerSocket Simple HTTP Server Example
Java serversocket simple http server: Learn how to build a simple HTTP server using Java ServerSocket to handle client requests efficiently.
🆕 Java Micronaut in Docker: A Guide with Maven and Jib
https://www.javacodegeeks.com/java-micronaut-in-docker-a-guide-with-maven-and-jib.html
https://www.javacodegeeks.com/java-micronaut-in-docker-a-guide-with-maven-and-jib.html
Java Code Geeks
Java Micronaut in Docker: A Guide with Maven and Jib
Learn how to containerize a Java Micronaut application with Docker using Dockerfiles and Jib for efficient deployment and scalability.
🆕 Fix ClassCastException Ljava.lang.Object to Ljava.lang.Integer
https://www.javacodegeeks.com/fix-classcastexception-ljava-lang-object-to-ljava-lang-integer.html
https://www.javacodegeeks.com/fix-classcastexception-ljava-lang-object-to-ljava-lang-integer.html
Java Code Geeks
Fix ClassCastException Ljava.lang.Object to Ljava.lang.Integer
Java fix classcastexception ljava.lang.object: Learn how to fix ClassCastException in Java when casting Ljava.lang.Object with best practices.