Hi there
Remember, Your job gives you authority. Your behavior gives you respect!
Managing Protobuf with Buf

Before Buf, projects using Protobuf had to manage dependencies and protobuf-compiler-plugins themselves, which added significant cognitive load for developers.
Aptabase Application Analytics Platform

Aptabase is an open-source application analytics system developed with C#, serving as an open-source alternative to Google Analytics…
Migrating Blog to Vercel

I just migrated my blog from Upyun to Vercel. Although there wasn’t much traffic cost on Upyun, applying for Let’s Encrypt certificates always caused problems…
Private Deployment of Expose for Internal Network Tunneling

I often encounter people who need to preview a demo of my internal network service, but don’t want to set up a complete system on a public server, so I thought of the open-source project Expose…
Trusting Self-Signed CA Certificates in Local Docker Environment

When deploying services locally with self-signed certificates, container-to-container communication often fails due to certificate trust issues…
Understanding Docker Proxy Configuration and Common Misconceptions

Recently, due to certain indescribable reasons, Docker-related services have been banned, necessitating the use of proxies to pull or build images…
sqlc - Generate Type-Safe Code from SQL

sqlc is an open-source code generator developed in Go that generates CRUD code for Go projects based on DDL…
PHP FFI Loading External Dynamic Link Libraries

I came across an interesting open-source project online, and after carefully studying the code, I discovered that the core license logic was implemented by calling an external dynamic link library…
DocuSeal - Open Source Online Document Signing Platform

DocuSeal is an online document signing platform developed with Ruby, allowing you and your clients to sign documents online in the simplest way…
Chrome DevTools Network Tool UI Redesign

Chrome has made adjustments to its developer tools in a recent update, specifically enabling an experimental option for the filter in the developer tools network panel…