Terminal UI Development: Building a TUI With Bubble Tea (Go)
Learn how to build interactive, beautiful Terminal User Interfaces (TUIs) in Go using Charm's Bubble Tea framework and the Elm Architecture pattern.
12 articles tagged with Go
Learn how to build interactive, beautiful Terminal User Interfaces (TUIs) in Go using Charm's Bubble Tea framework and the Elm Architecture pattern.
No more build-time coffee breaks. Read a technical breakdown and performance benchmarks of TypeScript 7.0's Go-native compiler and Rust tooling.
Allowing users to write custom plugins historically meant running risky JS eval sandboxes or full virtual machines. Learn how Wasm runtimes make extensibility safe and fast.
A deep technical dive into why the HTMX + Go stack — using Chi, Templ, and SSE — beats React/Next.js on TTFB, TTI, and developer complexity for the majority of production web applications.
Learn how to construct a highly performant, multi-tenant Apple Push Notification service (APNs) gateway in Go. Architect a system that processes 50,000 requests per second using HTTP/2, JWT token auth, and Redis queues.
Learn how to build a real-time, server-pushed system monitor dashboard. Streams live stats using Go http.Flusher and HTMX's native SSE extension.
Learn how to build a highly scalable, production-grade WebSocket gateway in Go. Optimize file descriptors, memory footprints, and connection pooling to handle 100,000+ active sockets.
Learn how to build a fully autonomous multi-agent developer system. Orchestrate task flows using LangGraph and execute generated code securely in Docker sandboxes.
Learn how to build a real-time collaborative markdown editor using Go concurrent loops, WebSockets, and HTMX's websocket extension.
Learn how to build production-grade interactive forms using Go and HTMX. Master server-side fragment swaps, inline validation, and state preservation.
Discover how to build type-safe, ultra-interactive server-side applications using Go Templ, Alpine.js, and HTMX without SPA complexity.
Explore a detailed migration case study: replacing a complex React Single Page Application (SPA) with a lightweight, high-performance Go and HTMX server-rendered stack.