Back to Blog

Tag

#java

6 articles
Article preview
Basics November 23, 2025 9 min read

Java Microservices — A Practical Guide with Examples

How to actually build microservices on the JVM — the frameworks that matter, the patterns you'll reach for, and concrete code for a small order-processing system built with Spring Boot.

Article preview
Highload June 27, 2025 4 min read

GraalVM Native Images — When They Make Sense

The real trade-offs of native-image compilation for Java services — startup, memory, throughput — and the friction that stops most teams from adopting it universally.

Article preview
Real Domains May 13, 2025 4 min read

Gradle Multi-Module Projects — A Practical Setup

The structure and conventions that make Gradle multi-module projects maintainable as they grow — module boundaries, build logic reuse, and the traps to avoid.