Hi there

When given the choice between being right or being kind, choose kind.

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 →

hostctl - A Cross-platform Hosts Management Tool

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

SSHX - Web-based Secure Collaborative Open Source Command Line Tool

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

Quickly Create Go Projects Based on Templates

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

Building Docker Images for Go Projects with Gitlab Ecosystem

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

Using Gitlab Container Registry

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

VHS - A Tool for Generating CLI Animations

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