Can You Explain the Diff Your AI Agent Just Wrote?
Every Java developer has been in a code review where the question is simple: What does this method do? The answer used to tell you …

Viktoria Evdokimova
1 viewsEvery Java developer has been in a code review where the question is simple: What does this method do? The answer used to tell you …

Dmitry Moskalyuk
1 viewsI run a model layer that accepts the same business data in JSON, XML, YAML, and TOML and converts it all to Avro. The project was …

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 …

Viktoria Evdokimova
70 viewsA detailed report reads like proof. The agent lists the files it touched, names the branch, quotes a commit hash, adds a test count and …

Viktoria Evdokimova
166 viewsJava developers reach for the debugger without thinking about it. Set a breakpoint, run the failing test, look at the variables, then decide …

Mahendra Rao B
862 viewsLearn how to use Exposed, a lightweight SQL ORM for Kotlin. Discover DSL and DAO APIs, database support, and setup your first project.

Marit van Dijk
1,485 viewsYou are invited to IntelliJ IDEA Conf 2026, a free virtual event on March 26-27, 2026. Learn about topics relevant to modern Java and …

Marit van Dijk
2,654 viewsCommand completion (..) extends regular completion. It lets you discover and use IntelliJ IDEA features without having to remember …

Mahendra Rao B
44,967 viewsSpring Boot 4 and Spring 7 bring API changes, native threads, and resilience. Prepare your codebase for the upgrade.

Nicolas Frankel
2,830 viewsWith destructuring, pattern matching is a huge help to developers who want to write readable and maintainable code.