Hi there

Remember, Your job gives you authority. Your behavior gives you respect!

Managing Protobuf with Buf

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.
Read more →

Aptabase Application Analytics Platform

Aptabase Application Analytics Platform
Aptabase is an open-source application analytics system developed with C#, serving as an open-source alternative to Google Analytics…
Read more →

Migrating Blog to Vercel

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…
Read more →

Private Deployment of Expose for Internal Network Tunneling

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…
Read more →

Trusting Self-Signed CA Certificates in Local Docker Environment

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…
Read more →

Understanding Docker Proxy Configuration and Common Misconceptions

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…
Read more →

sqlc - Generate Type-Safe Code from SQL

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…
Read more →

PHP FFI Loading External Dynamic Link Libraries

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…
Read more →

DocuSeal - Open Source Online Document Signing Platform

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…
Read more →

Chrome DevTools Network Tool UI Redesign

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…
Read more →