Your Quarkus login flow may be exposing more than you think.
I put together a hands-on tutorial for using PAR with Quarkus OIDC and Keycloak, so OAuth request parameters stay out of the browser URL.
buff.ly/IRIAeNi
#Java #Quarkus #Security
AI can implement API versioning in seconds.
It won’t fix a bad strategy.
Quarkus + IBM Bob + 3 real approaches 👇
buff.ly/GXMG2Ws
#Java #Quarkus #AI #Backend #Dev
Apache Polaris is powered by #Quarkus
buff.ly/B2RQ1Wj
Java devs working with AWS — this is for you.
Floci is a lightweight AWS emulator built with Quarkus. Open source, community-driven, and a great way to get involved.
Check it out: https://github.com/hectorvent/floci
cc: @hectorvent @fred_pena
#Java #AWS #OpenSource #Quarkus #DevCommunity
Finally! #79 has dropped! @kitomann.bsky.social, @dhinojosa.bsky.social, and Josh discuss #JakartaEE 12, #Java concurrency, #AI's impact, #NVIDIA, #Azul, #Payara, #IntelliJ, #Claude Code, #Kiro, #Brokk, #Quarkus, and more! www.pubhouse.net/podcast/stac...
Most Java apps have hidden N+1 queries.
You don’t see them. But your DB does.
Hibernate Statistics lets you:
measure queries, detect issues, and enforce performance in tests.
buff.ly/IGvB7sT
#java #quarkus #performance
Episode #241: What's new Java 25 with Guillaume Smet & Sanne Grinovero
⏰ Starting soon! Join us for Quarkus Insights Ep. #241 "What's new with Java 25" with Guillaume Smet & Sanne Grinovero
bit.ly/quarkusinsig...
#java #quarkus #quarkusinsights
Java + Kubernetes CI the cloud-native way.
This tutorial shows how to build a Tekton pipeline for a Quarkus app that:
• clones code
• builds with Maven
• creates a container with Buildah
• pushes to a Kubernetes registry
buff.ly/xJmmKKb
#Java #Quarkus #Kubernetes #Tekton
I built scribe mcp server using the #Quarkus mcp extension to generate static code analysis rules for @Konveyor_community. Here is a short post explaining it.
shaaf.dev/post/2026-03...
Built a real-time ISS tracker in #Java with #Quarkus
Live position updates via Server-Sent Events, rendered with Qute templates.
Small project, but a nice example of modern reactive Java.
Also a reminder how deeply the #JVM ecosystem connects with real-world engineering.
buff.ly/Ii8rbPO
#NASA
If you’re building MCP servers in Java, you also need good tests.
This tutorial shows how to test a Quarkus MCP server with McpAssured and verify tools, resources, and prompts the same way AI agents call them.
buff.ly/LwlMYBb
#Java #Quarkus #AI #MCP
Episode #241: What's new Java 25 with Guillaume Smet & Sanne Grinovero
Join us next Monday, March 30th, at 9am EST for Quarkus Insights Ep. 241 as Guillaume Smet & Sanne Grinovero join us to discuss various improvements, advancements, and changes to Quarkus with the support of Java 25.
bit.ly/quarkusinsig...
#java #quarkus #quarkusinsights
Deploying a Java app to Kubernetes usually means writing lots of YAML.
Quarkus takes a different approach.
You write Java. Quarkus generates the Kubernetes manifests and deploys the app.
Full tutorial: buff.ly/AjjBPU3
#Java #Quarkus #Kubernetes #CloudNative #DevTools
✍️ New blog post by Vadym Kazulkin
Quarkus 3 application on AWS Lambda- Part 10 Measuring Lambda cold and warm starts with REST API application
#aws #java #serverless #quarkus
External APIs are often the weakest part of your tests.
In this tutorial I show how to mock carrier APIs in #Quarkus with #WireMock so your local development and integration tests stay stable.
We cover stubs, scenarios, latency simulation, and request verification.
buff.ly/YcKbKoa
#Java #Quarkus
dev.to/mbarcia/from... #quarkus #mutiny #tpf #microservices
Use any npm package as a Maven/Gradle dependency. No Node.js. Just add it and build. Tailwind, htmx, Svelte, Lit... the entire npm ecosystem for Java.
Now with an MCP for AI agents.
Built on Quarkus. Open source. Commonhaus Foundation.
mvnpm.org
#java #quarkus #webdev #npm #maven #opensource
Agents calling your Kubernetes cluster?
Yes.
I built a Kubernetes MCP server with Quarkus + Fabric8, run it on minikube, and expose cluster tools that AI agents can safely call.
Hands-on tutorial for Java developers.
buff.ly/xcqOPdM
#Java #Quarkus #Kubernetes #AI
You don’t need to rewrite legacy Java apps to connect them to AI agents.
Use a Quarkus MCP server as a Kubernetes sidecar.
Same pod
Localhost communication
Zero changes to the legacy code
Clean architecture for AI-ready enterprise systems.
buff.ly/Ce7oZ5i
#Java #Quarkus #AIagents #Kubernetes
Quarkus Insights Ep. #240 with David Lloyd to discuss Gizmo 2
⏰ Starting soon! Join us for Quarkus Insights Ep. #240 with David Lloyd to discuss Gizmo 2.
bit.ly/quarkusinsig...
#java #quarkus #quarkusinsights
Java testing in 2026 looks different.
More teams are replacing slow E2E suites with component tests that run fast and catch failures earlier.
In this article I show how to implement the approach with Quarkus testing tools.
buff.ly/GYOFukd
#java #quarkus #testing
Java framework benchmarks are easy to get wrong.
The new Quarkus benchmark results are interesting — but the real story is the engineering work behind them.
Reproducible environments. Transparent methodology. Real collaboration across the team.
buff.ly/RjdXcuY
#Java #Quarkus #Benchmarking
Need to convert SVG to PNG in Java?
I built a small Quarkus REST service that takes an uploaded SVG and returns a PNG using JairoSVG.
Simple idea. Very practical for image pipelines and microservices.
Full tutorial:
buff.ly/vBkCZVs
#Java #Quarkus
Quarkus Insights #240: Quarkus & Gizmo 2
Join us next Monday, March 23rd, at 9am EST for Quarkus Insights Ep. 240 as David Lloyd joins us to discuss Gizmo 2, a modernized, open-source bytecode generation library for Java.
bit.ly/quarkusinsig...
#java #quarkus #quarkusinsights
Most Quarkus security tutorials stop at HTTP Basic.
But real apps need more.
This guide shows how to add:
• Form login
• Remember-me sessions
• GitHub OIDC login
• Secure cookies
Step-by-step for Java developers.
buff.ly/h0bZumF
#Java #Quarkus #OIDC
Passwords are still everywhere. They don’t need to be.
I built a passwordless login flow in Quarkus using magic links and Keycloak.
Email → token → validation → session.
Full tutorial for Java developers 👇
buff.ly/bknWZtQ
#Java #Quarkus #Keycloak #Security
Spring Boot, Quarkus, or Micronaut? A practical 2026 comparison of startup speed, memory, DI, and developer experience for Java microservices. #quarkus
New tutorial on IBM Developer.
developer.ibm.com/tutorials/qu...
#Java #Quarkus #Kubernetes #CloudNative
Quarkus Insights Ep. #239 : Reactive Loom with Francesco Nigro.
⏰ Starting soon! Join us for Quarkus Insights Ep. #239 : Reactive Loom with Francesco Nigro
bit.ly/quarkusinsig...
#java #quarkus #quarkusinsights