Modern Java, Quarkus & Angular: Full-Stack Development
Senior dev resource for Java, Quarkus, and Angular. Guides on software architecture, full-stack development, and practical AI/LLM integration patterns.
Reigniting the Spark: What Community Taught Me That Code Never Could
A senior developer's journey from career apathy back to passion, and the neuroscience that explains why developer community, not a new framework, was the fix.
2026, Apr 01 — 17 minute(s) readLangChain4j Agentic Workflows: From AI Calls to Multi-Agent Systems in Java
Learn how to orchestrate multiple AI agents in Java using LangChain4j's agentic module, from sequential pipelines and loops to goal-oriented planning and LLM-driven supervisors.
2026, Mar 01 — 24 minute(s) readJavaScript (No, Not That One): Modern Automation with Java
Discover how modern Java has evolved into a powerful scripting language, eliminating boilerplate and enabling instant execution for automation tasks
2026, Jan 08 — 12 minute(s) readFrom Lonely Agents to Talking Teams: An introduction to A2A
This article introduces A2A, a protocol that lets AI agents stop working in isolation and start collaborating as real “teams.” You’ll learn how agents can discover each other via agent cards, exchange tasks and multimodal artifacts, handle errors and auth, and how A2A compares to MCP. With a practical Java + LangChain4j + Quarkus example (superhero-themed, of course), it shows how to build both an A2A server and client so your agents can coordinate, delegate, and actually work together.
2025, Nov 28 — 19 minute(s) readAI-Powered Form Wizards: Chat, Click, Done
Discover how AI-powered form wizards turn confusing forms into smooth, conversational experiences. This article walks you through building an intelligent assistant with Quarkus and LangChain4j—able to guide users, validate data, retrieve missing information with RAG, and even process uploaded documents. From structured output to multimodal inputs, learn how to transform traditional forms into smart, adaptive, user-friendly interactions.
2025, Apr 15 — 15 minute(s) read