🆕 Java Date and Calendar: From Legacy to Modern Approaches
https://www.baeldung.com/java-date-time-history
https://www.baeldung.com/java-date-time-history
Baeldung on Kotlin
Java Date and Calendar: From Legacy to Modern Approaches | Baeldung
A quick tutorial on the history of Java dates and time.
🆕 How to use virtual threads with ScheduledExecutorService
https://www.baeldung.com/java-scheduledexecutorservice-virtual-threads
https://www.baeldung.com/java-scheduledexecutorservice-virtual-threads
Baeldung
How to use virtual threads with ScheduledExecutorService | Baeldung
Tired of limitations with traditional threading in Java? Virtual threads, a new feature in JDK 21, offer a lightweight alternative that explodes concurrency possibilities.
🆕 Format Output in a Table Format Using System.out
https://www.javacodegeeks.com/format-output-in-a-table-format-using-system-out.html
https://www.javacodegeeks.com/format-output-in-a-table-format-using-system-out.html
Java Code Geeks
Format Output in a Table Format Using System.out
Java format output table system out: Create neat tables in Java using System.out with formatted output for clear data presentation.
🆕 Convert Avro File to JSON File in Java
https://www.javacodegeeks.com/convert-avro-file-to-json-file-in-java.html
https://www.javacodegeeks.com/convert-avro-file-to-json-file-in-java.html
Java Code Geeks
Convert Avro File to JSON File in Java - Java Code Geeks
Java avro json: Learn how to efficiently convert Avro files to JSON format using Java for seamless data interchange.
🆕 Improving Application Resilience with Circuit Breaker Patterns in Spring Boot
https://www.javacodegeeks.com/2024/11/improving-application-resilience-with-circuit-breaker-patterns-in-spring-boot.html
https://www.javacodegeeks.com/2024/11/improving-application-resilience-with-circuit-breaker-patterns-in-spring-boot.html
Java Code Geeks
Improving Application Resilience with Circuit Breaker Patterns in Spring Boot - Java Code Geeks
Learn how to improve application resilience with the Circuit Breaker pattern in Spring Boot. Discover implementation strategies and more
🆕 Optimizing Code with JVM Tuning and Profiling Tools
https://www.javacodegeeks.com/2024/11/optimizing-code-with-jvm-tuning-and-profiling-tools.html
https://www.javacodegeeks.com/2024/11/optimizing-code-with-jvm-tuning-and-profiling-tools.html
Java Code Geeks
Optimizing Code with JVM Tuning and Profiling Tools - Java Code Geeks
Learn effective JVM tuning strategies and explore profiling tools to optimize the performance of your Java applications.
🆕 Async Feign Client Calls in Spring Boot Using CompletableFuture
https://www.javacodegeeks.com/async-feign-client-calls-in-spring-boot-using-completablefuture.html
https://www.javacodegeeks.com/async-feign-client-calls-in-spring-boot-using-completablefuture.html
Java Code Geeks
Async Feign Client Calls in Spring Boot Using CompletableFuture - Java Code Geeks
Asynchronous HTTP calls in Spring Boot using Feign Client with CompletableFuture, enhancing performance with non-blocking requests.
🆕 Mastering Stream API: Advanced Techniques for Java Collections
https://www.javacodegeeks.com/2024/11/mastering-stream-api-advanced-techniques-for-java-collections.html
https://www.javacodegeeks.com/2024/11/mastering-stream-api-advanced-techniques-for-java-collections.html
Java Code Geeks
Mastering Stream API: Advanced Techniques for Java Collections - Java Code Geeks
Achieve Stream API mastery in Java with advanced techniques for working with collections. Learn how to optimize performance and more
🆕 Create Avro Schema With List of Objects
https://www.javacodegeeks.com/create-avro-schema-with-list-of-objects.html
https://www.javacodegeeks.com/create-avro-schema-with-list-of-objects.html
Java Code Geeks
Create Avro Schema With List of Objects - Java Code Geeks
Avro schema list objects: Learn how to create Avro schemas for managing lists of objects efficiently in your applications.
🆕 Using Java’s ForkJoin Framework for Parallel Processing
https://www.javacodegeeks.com/2024/11/using-javas-forkjoin-framework-for-parallel-processing.html
https://www.javacodegeeks.com/2024/11/using-javas-forkjoin-framework-for-parallel-processing.html
Java Code Geeks
Using Java’s ForkJoin Framework for Parallel Processing - Java Code Geeks
Learn how to efficiently use the ForkJoin Framework in Java for parallel processing, optimizing performance with divide-and-conquer tasks
🆕 Java Implicit Classes & Instance Main
https://www.javacodegeeks.com/java-implicit-classes-instance-main.html
https://www.javacodegeeks.com/java-implicit-classes-instance-main.html
Java Code Geeks
Java Implicit Classes & Instance Main - Java Code Geeks
Java implicit classes instance main: Learn about Java implicit classes and instance main methods for more flexible programming.
🆕 Java’s Modern Toolbox: Records, Sealed Classes, and Pattern Matching
https://www.javacodegeeks.com/2024/11/javas-modern-toolbox-records-sealed-classes-and-pattern-matching.html
https://www.javacodegeeks.com/2024/11/javas-modern-toolbox-records-sealed-classes-and-pattern-matching.html
Java Code Geeks
Java's Modern Toolbox: Records, Sealed Classes, and Pattern Matching - Java Code Geeks
Discover Java's Toolbox: Explore how Records, Sealed Classes, and Pattern Matching simplify development, enhance readability
🆕 How to Parse XML from a String in Java
https://www.javacodegeeks.com/how-to-parse-xml-from-a-string-in-java.html
https://www.javacodegeeks.com/how-to-parse-xml-from-a-string-in-java.html
Java Code Geeks
How to Parse XML from a String in Java - Java Code Geeks
Learn how to parse XML string in Java using InputSource or InputStream with complete examples and detailed explanations.
🆕 Mastering Mocking in Spock: Clean and Maintainable Tests
https://www.javacodegeeks.com/2024/11/mastering-mocking-in-spock-clean-and-maintainable-tests.html
https://www.javacodegeeks.com/2024/11/mastering-mocking-in-spock-clean-and-maintainable-tests.html
Java Code Geeks
Mastering Mocking in Spock: Clean and Maintainable Tests - Java Code Geeks
Learn how to master mocking and stubbing in Spock with this guide, featuring best practices and examples for writing clean
🆕 Java File To Two Dimensional Array
https://www.javacodegeeks.com/java-file-to-two-dimensional-array.html
https://www.javacodegeeks.com/java-file-to-two-dimensional-array.html
Java Code Geeks
Java File To Two Dimensional Array - Java Code Geeks
Java file two dimensional array: Learn how to read and manage Java files with two-dimensional arrays for structured data handling.
🆕 Query JPA Single Table Inheritance
https://www.javacodegeeks.com/query-jpa-single-table-inheritance.html
https://www.javacodegeeks.com/query-jpa-single-table-inheritance.html
Java Code Geeks
Query JPA Single Table Inheritance - Java Code Geeks
Jpa inheritance single table: Learn how to query JPA repository with single table inheritance and subtypes in Spring Boot.
🆕 Java Interface vs Annotation @interface
https://www.javacodegeeks.com/java-interface-vs-annotation-interface.html
https://www.javacodegeeks.com/java-interface-vs-annotation-interface.html
Java Code Geeks
Java Interface vs Annotation @interface - Java Code Geeks
Java interface vs annotation: Java interface vs annotation: Explore the key differences between interfaces and annotations in Java.