Tag: go
All the articles with the tag "go".
-
From 'I Can't Click' to a Full Testing Harness: How We Built Playwright for the Terminal
How a frustrating limitation in TUI testing led to building a scripted interaction system that lets AI agents drive a terminal editor like Playwright drives a browser.
-
I built a terminal IDE that feels like VS Code: here's why
TTT is a terminal-native IDE written in Go with standard keybindings, LSP support, and a familiar GUI feel, built so you never have to leave the terminal.
-
What 200 Concurrent Users Taught Me About SQLite Performance
How profiling on the wrong machine led me down a week-long detour, and how WAL mode and a read/write pool split more than doubled throughput in Autentico.
-
I Found 5 Security Bugs in My OAuth2 Provider on My First Try (With an MCP Security Tool)
How connecting go-appsec/toolbox to Claude Code revealed five vulnerabilities in Autentico, including a HIGH severity unauthenticated token introspection issue, on the very first session.
-
Why I Built an Identity Provider in Go and SQLite
How and why I built Autentico, a self-contained, single-binary OIDC provider backed by SQLite that removes the ceremony from identity management.