Posts

Build a Web API with Go in Under an Hour

Learn to build a functional web API with Go 1.26, covering RESTful endpoints, database persistence with PostgreSQL and GORM, and testing best practices in under an hour. Build a Web API with Go in Under an Hour

Concurrency Patterns for High-Throughput LLM Systems

Explore concurrency patterns for high-throughput LLM systems, including pipeline parallelism, asynchronous I/O, and distributed locking to optimize performance and resource utilization in production environments. Concurrency Patterns for High-Throughput LLM Systems

AI for Knowledge Management: Real Workflows That Hold Up

A practical guide to AI-augmented knowledge management, from summarisation and extraction to semantic linking, local models, APIs, and review loops. AI for Knowledge Management: Real Workflows That Hold Up

Multi-Tenancy Database Patterns with examples in Go

Explore shared database, separate schema, and database-per-tenant patterns for multi-tenant apps. Learn trade-offs, security, and when to use each approach - with examples in Go Multi-Tenancy Database Patterns with examples in Go

Parallel Table-Driven Tests in Go

Parallel execution of table-driven tests in Go: Learn best practices, avoid race conditions, and optimize test performance with t.Parallel() and subtests. Parallel Table-Driven Tests in Go

Go Unit Testing: Structure & Best Practices

Master Go unit testing with built-in testing package, table-driven tests, mocks, coverage analysis, and industry best practices for robust Go applications. Go Unit Testing: Structure & Best Practices

Zettelkasten for Developers: A Practical Method That Works

A practical Zettelkasten guide for developers: write atomic notes, link concepts to code, avoid folder traps, and build a useful knowledge system. Zettelkasten for Developers: A Practical Method That Works

OpenClaw Production Setup Patterns with Plugins and Skills

Real world OpenClaw production setups combining plugins and skills by user type, with practical architecture patterns for reliability, workflows, and scale. OpenClaw Production Setup Patterns with Plugins and Skills