guided reading
Reading paths.
Some entries build on each other. A path is an ordered sequence: start at the first block and each next one assumes the previous.
P-01
A local platform from zero
empty Mac → observable clusterSet up language runtimes with version managers, run real Kubernetes clusters locally with Minikube, attach the IDE debugger to a JVM inside a pod, and wire logs, metrics, and traces across services with one correlation ID.
start path → P-02
Measuring runtimes
benchmarks you can rerunCompare Java, Python, Node, and Rust on the same workload with Prometheus and Grafana, then compare the JVM against a GraalVM native image built from the same Spring Boot source.
start path → P-03
Agentic AI on the JVM
traced services → multi-agent systemCentralize error handling behind one contract, trace requests across services and LLM calls with OpenTelemetry, then build a multi-agent investigation system with LangChain4j, Neo4j, and Qdrant.
start path →