Our latest insight
Tips, tutorials, and perspectives from the tekko.id team about the digital and technology world.
Building Custom MCP Servers: Connect AI Agents to Your Dev Stack
Learn how to implement the Model Context Protocol (MCP) to bridge the gap between AI models and your internal development tools, databases, and APIs.
Deterministic Simulation Testing: Building Reliable Systems with Madsim
Eliminate Heisenbugs in distributed systems using Deterministic Simulation Testing (DST) with Madsim and Rust to guarantee execution reproducibility.
Memory-Safe Postgres Extensions: Building High-Performance Plugins with Rust and pgrx
Learn how to leverage Rust's memory safety and performance to build robust PostgreSQL extensions using the pgrx framework, moving beyond the risks of C.
Continuous Profiling for Go: eBPF, Pyroscope, and OpenTelemetry
Learn how to identify production CPU hotspots in Go microservices using OpenTelemetry, eBPF, and Pyroscope for low-overhead, continuous observability.
Deterministic Simulation Testing: Scaling Reliability with Madsim and Rust
Master Deterministic Simulation Testing (DST) in Rust to eliminate heisenbugs and guarantee the reliability of distributed state machines using Madsim.
Building Memory-Safe Postgres Extensions with Rust and pgrx
Learn how to build high-performance, memory-safe PostgreSQL extensions using Rust and pgrx. Move beyond C-based plugins with modern safety guarantees.