如果您发现我们错过了一篇很酷的文章、博客或视频,请 提交一个问题。
Article & Blogs
Behind the Scenes (=Magic) of Dependency Injection in Quarkus : Adam Bien's Weblog
Adam walks through how Quarkus work behind the scenes. Shows how you can validate what Quarkus actually does.
Author: Adam Bien
Posted: 3. May 2020
How to deploy Quarkus on Google App Engine
Dmytro tells the story on how he learned to save money and time using Quarkus on Google Cloud Platform. Great info on how to run it and how to work with Quarkus on GCP.
Author: Dmytro
Posted: 3. May 2020
Adding data to the Vert.X web layer from your Quarkus application : idk.dev
Example on how to use a request filter to exchange data in the web layer using headers and CDI
Author: Data Science
Posted: 3. May 2020
De QuarkusIO à Kubernetes en 10 secondes | | Middleware Solutions
How to deploy your Quarkus app on Kubernetes in 10 secs (in French)
Author: Emmanuel Lesne
Posted: 24. April 2020
(fr)
From: Middleware Solutions
How to use GitHub Actions to deploy your Quarkus app to GCP
Maxime outlines how he fully automated with GitHub Actions his deployment of a Quarkus app to Google Cloud Platform.
Author: Maxime David
Posted: 23. April 2020
Qute: a template for Quarkus Web applications
Qute is a native-capable and async templating engine and Francesco introduces you to examples and syntax of Qute.
Author: Francesco Marchioni
Posted: 20. April 2020
From: Red Hat
Quarkus meets Liquibase | Capgemini Engineering
Liquibase the second database migration tool available with a Quarkus extension. Written by Andrej and in this article he walks through how Liquibase for Quarkus works
Author: Andrej Petras
Posted: 23. March 2020
From: Cap Gemini
One year of Quarkus at Talkdesk
Bruno walks through a year of using Quarkus
Author: Bruno Baptista
Posted: 19. March 2020
From: Talkdesk
Microservices with Quarkus – GraphQL API+ Reactive MySQL
Dumi gives a nice example of implementing GraphQL using reactive mysql with a sprinkle of Vert.x all nicely combined and orchestrated with Quarkus.
Author: Duminda Wanninayake
Posted: 7. March 2020
Quarkus with MicroProfile, RAM, Jetty and -Xmx18m
Once again Adam goes in an compare numbers; in this he shows how Quarkus with its 'treeshaking' ends up taking up less memory than an empty Jetty. Interesting comparison - worth a watch!
Author: Adam Bien
Posted: 7. March 2020
Quarkus vs. WildFly -- Requests per Second
Adam likes to measure and compare things - this time he takes on Quarkus vs WildFly - two projects that shares a lot of the same engineering roots. Interesting quick screencast that gives some external understanding on these two great projects.
Author: Adam Bien
Posted: 7. March 2020
Quarkus - Make Java Great Again
Jaydeep gives his angle on how he thinks Quarkus can help make Java great again. Something we fully believe together with him.
Author: Jaydeep Deshmukh
Posted: 7. March 2020
CodeTalks - Java Particle Acceleration using Quarkus
Alex gives his take on introducing Quarkus and how it accelerates development.
Author: Alex Soto
Posted: 1. March 2020
Quarkus tests with Testcontainers and PostgreSQL
Rafal outlines how he uses Testcontainers to setup tests of his Quarkus application with automatic start/stop of a PostgreSQL database!
Author: Rafal Borowiec
Posted: 28. February 2020
Migrating the Spark Operator to Quarkus
Jiri goes on an interesting journey outlining how he took the existing plain Java based Operator for Spark and converted it to a Quarkus based Operator.
Author: Jiri Kremser
Posted: 26. February 2020
Using the OpenJ9 JVM for Quarkus Applications
OpenJ9 is an alternative JavaVM to OpenJDK. In this article Niklas takes it for a ride and shows how it stack up against GraalVM and OpenJDK in a basic CRUD application.
Author: Niklas Heidloff
Posted: 25. February 2020
Development of Reactive Applications with Quarkus
Niklas outlines how he wrote a reactive application in Quarkus with some nice drawings and scenarioes.
Author: Niklas Heidloff
Posted: 20. January 2020
From: IBM