Anton Arhipov

@antonarhipov.bsky.social

Developer Advocate @ JetBrains https://antonarhipov.com #java #kotlin #programming

Great technical breakdown by Mark Pollack on the ACP Java SDK. ACP = LSP for AI agents: → JSON-RPC → M+N integrations → IDE as control plane Clean abstraction, strong security model – exactly what scalable IDE ↔️ AI collaboration needs. blog.pollack.ai/p/8a0a3a73-1...

ACP Java SDK: Building IDE Agents in Java

ACP standardizes how code editors talk to AI agents — LSP for the agent era. The Java SDK gives you annotations, a sync API, and in-memory testing. Here's what the programming model looks like.

blog.pollack.ai

SpringModulith helps in building Modular Monolith by providing automated modularity checks & more jb.gg/uj9s2n In this article I have explained: ✨Core principles of Spring Modulith ✨Adapting Spring Modulith in an existing Spring Boot app ✨How @intellijidea.com helps with inspections, & quick fixes

Migrating to Modular Monolith using Spring Modulith and IntelliJ IDEA | The IntelliJ IDEA Blog

As applications grow in complexity, maintaining a clean architecture becomes increasingly challenging. The traditional package-by-layer approach of organizing code into controllers, services, reposito

blog.jetbrains.com