π Create a HTTP Client with Apache HttpClient
https://reflectoring.io/create-a-http-client-with-apache-http-client/
https://reflectoring.io/create-a-http-client-with-apache-http-client/
reflectoring.io
Create a HTTP Client with Apache HttpClient
In this article series, weβre going to explore Apache HTTPClient APIs. Weβll get familiar with the different ways Apache HttpClient enables developers to send and receive data over the internet.
π Classic APIs Offered by Apache HttpClient
https://reflectoring.io/apache-http-client-classic-apis/
https://reflectoring.io/apache-http-client-classic-apis/
reflectoring.io
Classic APIs Offered by Apache HttpClient
In this article, we are going to learn about the classic APIs offered by Apache HttpClient. We are going to explore the different ways Apache HttpClient helps us to send and receive data over the internet in classic (synchronous) mode.
π Fixing Ambiguous Method Call Errors in Mockito
https://www.javacodegeeks.com/fixing-ambiguous-method-call-errors-in-mockito.html
https://www.javacodegeeks.com/fixing-ambiguous-method-call-errors-in-mockito.html
Java Code Geeks
Fixing Ambiguous Method Call Errors in Mockito - Java Code Geeks
Learn how to fix ambiguous method call error in Mockito using any(), and isNull() for precise matching with this guide.
π Ktor: Unleash the Power of Asynchronous Web Development in Java
https://www.javacodegeeks.com/2024/05/ktor-unleash-the-power-of-asynchronous-web-development-in-java.html
https://www.javacodegeeks.com/2024/05/ktor-unleash-the-power-of-asynchronous-web-development-in-java.html
Java Code Geeks
Ktor: Unleash the Power of Asynchronous Web Development in Java - Java Code Geeks
Unleash the power of asynchronous web development in Java with Ktor! This lightweight framework offers blazing-fast performance and more!
π Building Secure REST APIs with Javalin and JWT
https://www.javacodegeeks.com/2024/05/building-secure-rest-apis-with-javalin-and-jwt.html
https://www.javacodegeeks.com/2024/05/building-secure-rest-apis-with-javalin-and-jwt.html
Java Code Geeks
Building Secure REST APIs with Javalin and JWT - Java Code Geeks
Don't let Javalin's simplicity fool you! This guide unlocks the power of Javalin for building secure REST APIs.
π Gson Support for Java 8 Date-Time Types
https://www.javacodegeeks.com/gson-support-for-java-8-date-time-types.html
https://www.javacodegeeks.com/gson-support-for-java-8-date-time-types.html
Java Code Geeks
Gson Support for Java 8 Date-Time Types
Learn how Gson supports Java 8 date-time types with custom serializers and deserializers for LocalDate, LocalDateTime, and ZonedDateTime.
π Custom Field Names with @SerializedName in Gson
https://www.javacodegeeks.com/custom-field-names-with-serializedname-in-gson.html
https://www.javacodegeeks.com/custom-field-names-with-serializedname-in-gson.html
Java Code Geeks
Custom Field Names with @SerializedName in Gson - Java Code Geeks
Learn how to use Gson SerializedName annotation for a custom field name with seamless JSON and Java object mapping.
π How to Traverse All Files from a Folder in Java
https://www.javacodegeeks.com/how-to-traverse-all-files-from-a-folder-in-java.html
https://www.javacodegeeks.com/how-to-traverse-all-files-from-a-folder-in-java.html
Java Code Geeks
How to Traverse All Files from a Folder in Java - Java Code Geeks
Learn how to traverse all files from a folder in Java using both traditional and modern java.nio.file methods.
π Project Valhalla: Boosting Microservices with the Future of Java
https://www.javacodegeeks.com/2024/06/project-valhalla-boosting-microservices-with-the-future-of-java.html
https://www.javacodegeeks.com/2024/06/project-valhalla-boosting-microservices-with-the-future-of-java.html
Java Code Geeks
Project Valhalla: Boosting Microservices with the Future of Java - Java Code Geeks
Unsure about Java's place in Microservices? Dive into Project Valhalla! This guide explores how its features can boost performance
π Jackson Serialize and Deserialize LocalDate Example
https://www.javacodegeeks.com/jackson-serialize-and-deserialize-localdate-example.html
https://www.javacodegeeks.com/jackson-serialize-and-deserialize-localdate-example.html
Java Code Geeks
Jackson Serialize and Deserialize LocalDate Example
Interested to learn more about custom serializer and deserializer examples? Then check out our detailed examples.
π Javaβs Performance and Efficiency with GraalVM
https://www.javacodegeeks.com/2024/06/javas-performance-and-efficiency-with-graalvm.html
https://www.javacodegeeks.com/2024/06/javas-performance-and-efficiency-with-graalvm.html
Java Code Geeks
Java's Performance and Efficiency with GraalVM - Java Code Geeks
This article explores how Java on GraalVM boosts performance with faster startups, lower memory usage, and wider deployment.