Welcome to The Main Thread — your strategic companion for navigating the evolving world of enterprise Java, software architecture, and AI-infused systems.
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 👇
You don’t need a greenfield project to add AI.
In this episode, Alex Soto takes an existing Quarkus app and uses IBM Bob to integrate LangChain4j — incrementally, safely, and without architectural chaos.
https://t.co/tLrhlqwvp4
#Java#Quarkus#AI#LangChain4j#EnterpriseDev
Build your first reactive messaging app with Quarkus.
I turned a classic “order → kitchen → notification” workflow into a fully reactive pipeline with channels, stream completion, and message transformation. No Kafka needed. Pure #Quarkus.
https://t.co/4AONbDwEgZ
#Java
I built a full Quarkus Actuator-style extension from scratch and documented the entire process.
- Extension generator
- Build-time processing
- Runtime beans
- Git + build metadata
- Custom /actuator/info endpoint
https://t.co/zY4ZC0KHZ3
#Java#Quarkus#DevTools#Observability
Ever wondered how to manage 100+ Java/Quarkus projects in one repo without losing your mind?
I built a “Smart Matrix” workflow that:
- Detects what changed
- Picks the right JDK per project
- Generates per-project status badges
https://t.co/T3PcVziuvn
#Java#Quarkus#GitHub
✨ Java, but fun again.
✨ Quarkus, but explained clearly.
✨ AI, but without the nonsense.
The Main Thread is your daily shot of hands-on Java: tutorials, demos, experiments, and the occasional rant about YAML.
Subscribe here → https://t.co/ZUjU7qiAU2
Your service can be green on dashboards and still dead to the business. 🧟
In this tutorial I show how to use Quarkus Business Score to detect these “zombie” apps:
✅ Real code
✅ Tie score to SLOs
✅ Alerts when value stops flowing
👉 https://t.co/qvvwecxH9s
#Java#Quarkus
Java web apps without the frontend complexity? Yes, please. 🙌
In this tutorial I show how to use Quarkus Renarde for a full-stack task manager with Qute + Panache.
👉 https://t.co/Fk1kjeTk9L
#Java#Quarkus#Renarde#FullStackDev#WebDevelopment
Your API deserves more than 200 OK.
Here’s how I built a Coffee API with Quarkus + OpenAPI — complete with docs, security & auto-generated Java clients.
https://t.co/2t8tGvtpRu
#Java#Quarkus#OpenAPI
LLM calls can fail, stall, or overload your system.
With #Quarkus + SmallRye Fault Tolerance you get bulkheads, retries & graceful fallbacks.
Add LangChain4j + Ollama → resilience built in.
👉 https://t.co/lpzOHx80qj
#Java#AI#Resilience
Java devs, want a fresh way to publish? ✍️
Build a static author site with #Quarkus Roq + Bulma — no Node.js needed.
Step-by-step guide 👉 https://t.co/3VOUX1WjEe
#Java#Qute#StaticSites
Code coverage lies.
Mutation testing tells the truth.
Here’s how I used #Quarkus + #Java to expose hidden test gaps (and fix them).
https://t.co/OauZGetLVc
#SoftwareTesting#MutationTesting
Can beauty be coded?
I built an AI tool that applies the Golden Ratio to your images — critique + overlay included.
Made with #Java, Quarkus & LangChain4j.
https://t.co/xtJHtmo0qG
#AI#Design#GoldenRatio
2 seconds feels like a timeout.
Turn your Quarkus REST endpoints into instant responses with built-in caching.
Step-by-step tutorial 👉 https://t.co/Crb5e9A6Rm
#Java#Quarkus#Performance
Turn your database into a REST API in <5 minutes. ⚡
With #Quarkus + #ApacheCamel you skip the boilerplate and get instant results — live reload included.
👉 https://t.co/7XsQU3fWAs
#Java#APIs#DeveloperExperience
No cluster? No problem.
Quarkus runs beautifully on your laptop.
Here’s how to build a REST API, live-code it, and go native — step by step.
👉 https://t.co/SVUni03DNl
#Java#Quarkus#RESTAPI
Your API isn’t ready for the world until it speaks 🌍 + 😀.
Here’s how I handled Unicode, normalization & emojis in a #Quarkus REST API with #Java.
👉 https://t.co/R3TgmaPULt
#WebDev#APIs
Life has no autoscaling.
@myfear wrote about applying system design thinking to sleep, work, family & expectations — and why resilience matters more than perfection.
👉 https://t.co/Tlad7advTy
#WorkLife#MentalHealth