Go.
05 posts — Posts about Go
AgentMux: A Control Plane for AI Coding Agents on Remote Servers
Open-sourced AgentMux, a desktop app for managing AI coding agents on remote servers: every server, project and agent in one tree, sessions running inside tmux on the server, so closing the app only detaches. Go + Wails 3 + React, MIT.
Self-Signed TLS Certificates for gRPC
The complete workflow for generating self-signed certificates for internal gRPC traffic with OpenSSL: root certificate, service certificates, the SAN extension, and verifying certificate contents.
Polaris Mesh
PolarisMesh is Tencent's open-source one-stop cloud-native service governance platform, covering service registration and discovery, traffic management, fault tolerance, and configuration management. This post walks through its core features and compares its positioning against Nacos.
Ent-ORM
Ent is an open-source Go ORM framework from Meta, built around a schema-first design and code generation. This post walks through its design philosophy, strengths and weaknesses, its history, and how it compares to GORM, XORM, and SQLBoiler.
Kratos
Kratos is a Go microservice framework open-sourced by Bilibili. This post covers its design strengths and core features, and compares it with Spring Cloud, Dubbo, Go-Micro, and other common frameworks.