Example of GraphQL with Quarkus
In previous posts, we saw an example of using GraphQL with Spring and Netflix's DGS. Today, in this Example of GraphQL with Quarkus, we bring the same example, but it's…
Our team work realy hard to produce quality content on this website and we noticed you have ad-blocking enabled. Advertisements and advertising enable us to continue working and provide high-quality content.
In previous posts, we saw an example of using GraphQL with Spring and Netflix's DGS. Today, in this Example of GraphQL with Quarkus, we bring the same example, but it's…
In this new entry, GraphQL Example with Spring Boot and Netflix DGS, we will see how to build an application with Netflix DGS (Domain Graph Service) that simplifies GraphQL development.…
In this post, we are going to explore a great utility of Spring when working with Spring Cloud and Spring Cloud Config Server. It helps us make real-time changes to…
In this article, "Reactive Application with WebFlux and Spring Data Reactive," we will see how to build a fully reactive Spring Boot application using WebFlux, which was introduced with Spring…
In this article, we will provide an introduction to GraalVM native images with Spring Native. This is a significant improvement within the Spring framework that allows us to optimize and…
In this new Refactorizando post, we are going to see how to execute scripts in Java of any type, as a continuation of the previous article about executing SQL with…
In this new Refactorizando entry, we will see how we can implement REST error handling with Spring Boot. Spring has introduced improvements in the treatment and management of errors throughout…
In this new entry from Refactorizando about Mutual TLS Communication in Spring Boot, we will communicate two services with self-signed certificates using a WebClient with SSL to establish communication. Both…
This Refactorizando entry on Serialization and Deserialization in Inheritance with Jackson is a continuation of the previous article on Serialization and Deserialization with Jackson. As we mentioned in the previous…
In this new entry of Refactorizando, we will see an introduction to serialization and deserialization with Jackson, which is very important for serializing and deserializing attributes. Jackson makes our work…