Konstantin Pavlov

Konstantin Pavlov

Software Engineer

Building robust, scalable applications on the JVM. Here I share technical insights into software architecture and the integration of AI into modern systems.

Spring Boot starters

This post discusses Spring Boot Starters and their importance to developers, who want to make the setup and configuration of Spring Boot applications a whole …

Contract-first vs. code-first development: why API contracts matter from day one

Discover why starting with API contracts first—not code—leads to clearer, more maintainable microservices. Learn the differences between contract-first and …

Maximizing efficiency with UI-first development: a client-centric approach to project success

One of the challenges for start-ups or any new project is to reduce the amount of work while still delivering a full-featured product. Agile methodologies …

Recent

Tachyon MCP: A Spec-Forward Java Runtime for the MCP Ecosystem

Tachyon is a standalone Java MCP server built on Netty — no framework required, with first-class protocol extensions, virtual-thread handlers, and a stateless …

Integration Testing on the JVM: My Ideal Process, End to End

Master robust integration testing for JVM web services. Learn how to simulate databases, Kafka, and LLMs with Testcontainers and Mokksy for fast, parallel …

Higher-Order Attacks on AI Code Agents

Direct prompt injection is just the beginning. Higher-order attacks manipulate agents into producing malicious code, propagating intent across systems, and …

When Your AI Code Agent Becomes an RCE Engine

If your AI code agent treats repository content as instructions, any contributor can execute commands. This article maps the direct injection attack surface and …

Javable: generate Java-friendly wrappers for Kotlin with KSP

Javable is a KSP2 processor that generates Java-friendly wrappers for Kotlin classes, turning suspend functions into CompletableFuture, Flow into Stream, and …