Appwrite CLI Rewritten in Go: 17x Faster Startup, 2 Packages
The Appwrite CLI was rewritten from TypeScript to Go, starting 17x faster, installing 2 packages instead of 330, and shrinking from 66MB to 14MB.
Posts filed under Go.
The Appwrite CLI was rewritten from TypeScript to Go, starting 17x faster, installing 2 packages instead of 330, and shrinking from 66MB to 14MB.
A JetBrains Go blog guide on wrapping, logging, and returning errors in Go, plus when to use panic and defer and which mistakes to avoid.
A practical guide covering four caching strategies for Go APIs, from in-memory maps to Redis, with analogies and code examples.
A collection of reusable AI agent skills for Go covering language conventions, testing, security, and observability for coding assistants.
A beginner-friendly Go tutorial covering installation types variables slices loops functions maps and structs with built-in testing support.
A practical guide covering four ways to cache Go API responses for high performance with code examples and caching strategies.