The Curious Case of the Tampered Token
https://myfear.substack.com/p/jwt-quarkus-murder-mystery
#Java #Quarkus #JWT #Security #Microprofile
The Curious Case of the Tampered Token
https://myfear.substack.com/p/jwt-quarkus-murder-mystery
#Java #Quarkus #JWT #Security #Microprofile
Join us next Monday, June 2nd, at 9am EST for Quarkus Insights Ep. 207 as the Gradle team joins us to discuss the requirements for building the deployment/runtime configuration graphs with the Quarkus Gradle Plugin and the techniques used to achieve compatibility and correctness with the configuration cache, leveraging Gradle Build Tool features such as the ResolutionResult API.
The Curious Case of the Talking CSV: Building an AI-Powered Java Agent with Quarkus
Follow a Java detective as they investigate a suspicious CSV file with a little help from Quarkus, LangChain4j, and a local LLM.
https://myfear.substack.com/p/ai-java-agent-quarkus-langchain4j-ollama
#Java #Quarkus #Langchain4j #Agent #CSV
Modernizing Your Stack: Migrating a Spring Boot App to Quarkus Step-by-Step https://myfear.substack.com/p/spring-to-quarkus-migration-guide
#Java #Quarkus #Migration
Ensuring Safe and Reliable AI Interactions with LLM Guardrails and Quarkus | by @BrianVerm
https://snyk.io/articles/ensuring-safe-and-reliable-ai-interactions-with-llm-guardrails/
#Java #quarkus #llm #aiml
Request for comments/trying out stuff...
https://github.com/dashorst/quarkus-wicket
It is not published yet to quarkiverse, so you need to build it yourself for now.
gh repo clone dashorst/quarkus-wicket && cd quarkus-wicket && mvn install
and then you can craft your first quarkus & wicket application using the quarkus commandline:
quarkus create app --maven --java=21 --code --extensions=io.quarkiverse.wicket:quarkus-wicket:999-SNAPSHOT org.acme:acme
Check it out and let me know wydt!
From Dependency Hell to Developer Zen: Why Quarkus Made Me Rethink My Build
How Quarkus’s curated extensions and BOMs put me back in control and helped me ditch the transitive chaos of traditional Java stacks.
https://myfear.substack.com/p/quarkus-dependencies-vs-spring-transitives
#Java #Quarkus #BOM #Dependencies #Maven
Build an Email Task Extractor with Tool Calling with LangChain4j and Quarkus https://open.substack.com/pub/myfear/p/quarkus-langchain4j-local-ai-task-extractor
#Java #quarkus #langchain4j
Customize Your Error Pages in Quarkus: Because 500 Deserves Better Than “Oops!”
Give your users something better than a blank 500 screen. https://myfear.substack.com/p/quarkus-custom-error-pages-rest-qute
#Quarkus #Java #Exception #ErrorPages
Quarkus Hands-On Tutorial: Effortless Data Transfer with Entities and DTOs
Quarkus might be known for its blazing speed, but that doesn't mean we should be reckless with our data models.
https://myfear.substack.com/p/quarkus-dto-mapstruct-guide
#Java #Quarkus #MapStruct #DTO #REST
Mastering HTTP Responses in Quarkus: A Java Developer’s Guide to Fine-Grained API Control. From Response.ok() to structured error handling. Learn how Quarkus gives you full control over your REST APIs
https://myfear.substack.com/p/quarkus-http-response-guide-java-developers
#Java #Quarkus #REST #JakartaEE #API
Quarkus MCP Sever 1.2 is the first Java based MCP SDK supporting streamable HTTP.
You can know use it from a phone and you can write it in Kotlin too.
Read more https://buff.ly/JLnxX07
#Java #quarkus #mcp #aiml
Add TOTP Authentication to Your Java API with Quarkus and Vault Dev Services
Learn how to secure REST endpoints using Vault’s TOTP engine, Quarkus Dev Services, and QR codes for Google Authenticator
https://myfear.substack.com/p/secure-java-api-totp-quarkus-vault
#Java #TOTP #Security #Quarkus #Vault #2FA
Started a new series exploring building #ai applications with #java #quarkus #langchain4j #vaadin and #pgvector .
https://www.datenschauer.de/ai-engineering-in-java-with-langchain4j-quarkus-and-vaadin/
Speak My Language: Internationalization in Quarkus with Property Files, PostgreSQL, and Locale Switching
Learn how to build a modern, global-ready Java application using message bundles, dynamic translations from PostgreSQL, and Qute-power https://myfear.substack.com/p/java-quarkus-i18n-multilingual-app
#Java #Quarkus #i18n #Postgresql #Qute
I like Quarkus so far, but the logic of passing config variables from Maven surefire/failsafe is ridiculous.
From Text to POJO: Extracting Structured Data with Quarkus, Langchain4j, and Local LLMs
Learn how to turn messy text into clean Java objects using Quarkus, Langchain4j, and Ollama. No APIs, no cloud, just pure local LLM power!
https://myfear.substack.com/p/structured-data-llm-quarkus-langchain4j
#Quarkus #Java #AIML #LangChain4j #Ollama