Hi there
When given the choice between being right or being kind, choose kind.
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…
hostctl - A Cross-platform Hosts Management Tool

While writing internal technical documentation involving domain name consistency issues, I discovered the hostctl tool, which integrates well with the Docker ecosystem…
SSHX - Web-based Secure Collaborative Open Source Command Line Tool

SSHX is a command-line collaboration tool developed in Rust that supports multiple people collaborating online simultaneously and is very simple to use
Quickly Create Go Projects Based on Templates

In the past, to ensure consistency between different projects, we could only manually clone projects and then make incremental modifications according to specific requirements. Now we can achieve this with a single command…
Building Docker Images for Go Projects with Gitlab Ecosystem

After enabling Container Registry on Gitlab, today I’ll share our best practices for Go projects in the Gitlab ecosystem
Using Gitlab Container Registry

For small teams that need image services, Gitlab’s built-in Container Registry is much simpler to set up compared to Harbor
VHS - A Tool for Generating CLI Animations

This is a CLI tool that can generate animations of CLI execution results through configuration files, allowing you to better record your CLI examples