Developer Experience: Demand to support engineering teams has risen, and there is a shift from traditional DevOps to workflow improvements.
The future of AI-driven development. Join the discussion around insights on low code's and AI's roles in building mission-critical apps.
Stats
Reputation: | 259 |
Pageviews: | 234.6K |
Articles: | 5 |
Comments: | 3 |
Comments
Oct 21, 2021 · Charleigh Smith
This article was originally written here: https://ualterazambuja.com/2019/12/06/microservices-quarkus-vs-spring-boot/
In 2019, December 06, by myself. Then, days later was (re)published here. The URLs (images) were broken, that's why it was re-published, so the date that you are seeing here is not correct. Again: the article was written on December 06, 2019, check it at the original one. But anyway, it is interesting to know, someone else has (re)published, included the pictures that I drew myself (hand) on my iPad :-) (which I still have all of them). Thanks for letting us know.
Oct 02, 2019 · Mike Gates
Nevermind :-) I figured out already
curl -X POST -H "Content-Type: application/json" -d '{"query":"{vehicles(count: 10) {brandName modelCode}"}' http://localhost:8080/graphql
Oct 02, 2019 · Mike Gates
Hi! Is it possible to use something like a CURL to run a Query against the GraphQL Server, in the case of this tutorial, the URL would it be something close to http://localhost:8080/NaNaNa ?