One Base URL, Many Coding Agents: What an OpenAI-Compatible Gateway Looks Like From java.net.http
Somewhere in every coding agent there is an HTTP client. Claude Code, Codex, Cursor, Cline, OpenCode: strip away the terminal UI or the …

Viktoria Evdokimova
1 viewsSomewhere in every coding agent there is an HTTP client. Claude Code, Codex, Cursor, Cline, OpenCode: strip away the terminal UI or the …

Every Java team has a sentence like this one somewhere: Any operation on a TID must go through the single asynchronous path and must not let …

Braham Shakti
515 viewsI spent months building a static analyzer that answers one question about a Spring Boot codebase: if I change this endpoint, what does the …

Why Your Codebase Is Forcing AI to Underperform, and What to Do About It Your AI coding assistant is only as good as the codebase it works …

Bruno Borges
3,281 viewsEvery Java developer has been there. Something breaks, and the first instinct is to litter the code with System.out.println(">>> HERE…

Angelo Rubini
2,008 viewsProfiling a Java Application Running Inside an Unikernel with JProfiler Unikernels are often associated with minimalism and tight resource …

Daniel Witkowski
3,874 viewsThe Hidden Cost of “Good Enough” Code A few weeks ago, Kirk Pepperdine published a fascinating performance challenge — a small Java code …

Jennifer Reif
3,924 viewsIn this episode, I focus on continuing my journey with vector databases, integrating Pinecone, Neo4J , and Spring AI.

Johannes Bechberger
2,985 viewsLearn about the rise and fall of the onjcmd Java debugger feature, from its inception to its eventual removal.

Shai Almog
5,616 viewsLearn advanced front-end debugging: use console log levels, CSS styles, assertions, & more to simplify and enhance your development workflow