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 article, we will see how we can expose our services in Quarkus using OpenAPI with the help of the Swagger UI interface. Undoubtedly, Quarkus is one of the…
In this new post, we will see a practical example of the Saga Pattern with Quarkus and Kafka. Kafka, a distributed platform, enables asynchronous messaging between services with a set…
Spring is currently the reference framework for building and implementing microservices. It runs on the JVM and offers us many integration and development possibilities. On the other hand, we have…
Currently, it has become essential that the developments made are deployed on any cloud regardless of the infrastructure, where the environments in which they run, the instances that are created…