Recent
My HomeLab Architecture - Hardware and Container Environment
·343 words·2 mins
update(2024-10-01): I’ve been getting busier with work recently, and I haven’t taken care of the devices at home for a long time. Now I only keep one server with decent hardware spec for occasional remote ssh development…
Google Dapper Distributed Tracing System
·884 words·5 mins
Dapper, Google’s distributed systems tracing infrastructure, is designed to provide Google developers with deeper insights into the behavior of complex distributed systems.
Introduction # There is a service composed of five servers:
Accelerating Java Application Container Image Builds with Google JIB
·367 words·2 mins
JIB Overview # Jib is Google’s newly open-sourced tool for building Docker images for Java applications. It can generate images and push them to a registry directly via Gradle or Maven, without requiring a Dockerfile or any other plugins.