The Cloud Capacity Your JVM Leaves Idle: A Rigorous Test of Microsoft's jaz
A rigorous, reproducible benchmark of Microsoft's jaz, the Azure Command Launcher for Java, against the plain java defaults across container sizes. Where auto-tuning the JVM from cgroup limits helps, and where it does not.
jazJVMGarbage CollectionKubernetes
Read more →Marreta Lang: A Zero-Ceremony Language for REST APIs
The launch of Marreta Lang, a focused DSL for REST APIs interpreted by a compiled native runtime. Why we built it, what the language looks like, and the developer experience it is built around.
Marreta LangREST APIDSLZero Ceremony
Read more →Inside the JVM: The Engineering Behind Enterprise Performance
Enterprise systems demand predictable performance under sustained high-concurrency load, and the JVM was engineered exactly for that. This study walks through every major HotSpot subsystem to show where that robustness comes from and what it costs.
JVMHotSpotJIT CompilationGarbage Collection
Read more →MCP Server Performance Benchmark v2: 15 Implementations, I/O-Bound Workloads
Expanded benchmark covering 15 MCP server implementations across Rust, Java (Spring Boot, WebFlux, Virtual Threads, GraalVM native), Quarkus, Micronaut, Go, Bun, Node.js, and Python. 39.9 million requests across three independent runs with I/O-bound workloads (Redis + HTTP API), 0% error rate.
MCPPerformanceBenchmarkRust
Read more →Multi-Language MCP Server Performance Benchmark
Comprehensive performance analysis of MCP server implementations across Java, Go, Node.js, and Python. Testing 3.9 million requests over three benchmark rounds to measure latency, throughput, resource efficiency, and production-readiness characteristics under controlled load conditions.
MCPPerformanceBenchmarkJava
Read more →mcpx: MCP Gateway for Enterprise
A self-hosted gateway for the Model Context Protocol (MCP), enabling organizations to securely connect AI agents to MCP servers with tool governance, multi-tenant isolation, credential injection, and full observability. Built with Rust and Vue 3.
MCPGatewayRustKubernetes
Read more →Production-Ready MCP #3: Zero Trust Security & Governance for Agentic Systems
Third installment in the Production-Ready MCP series. Comprehensive analysis of Zero Trust architecture for MCP ecosystems, covering threat models, OAuth 2.1 flows, policy engines (OPA/Cedar), gateway security controls, supply chain verification, and enterprise implementation patterns for securing autonomous AI agents.
MCPZero TrustSecurityOAuth 2.1
Read more →Production-Ready MCP #2: Gateway Architecture & Federated Registries
Second installment in the Production-Ready MCP series. Comprehensive examination of gateway patterns for agentic systems, federated registry architectures for service discovery, distributed systems patterns (Ambassador, BFF), and comparative analysis of production implementations from Microsoft, Docker, Kong, and Cloudflare.
MCPGatewayEnterprise ArchitectureOAuth
Read more →Production-Ready MCP #1: From Localhost to Production on Kubernetes
First post in the Production-Ready MCP series. Technical analysis of Model Context Protocol server scalability, examining the transition from SSE to Streamable HTTP and distributed session management with Redis in Kubernetes environments.
MCPKubernetesDistributed SystemsRedis
Read more →