10 articles

Performance

Practical Go and web development tutorials: concurrency, performance, backend architecture, testing and DevOps — with runnable code examples.

More articles

Prompt Caching: The Cheapest Win in Your LLM Bill

AI Engineering

Prompt Caching: The Cheapest Win in Your LLM Bill

Prompt caching is a prefix match, and one stray timestamp can silently disable it. How cache breakpoints, TTLs and the usage fields actually work — and how to build…

 ·  10 min

An Easy Way to Load Test Your Web Apps

DevOps

An Easy Way to Load Test Your Web Apps

Learn how to implement effective load testing for your web applications using the k6 tool and automate performance testing in your GitLab CI/CD pipeline.

 ·  3 min

How to make Nginx cache cookie aware

DevOps

How to make Nginx cache cookie aware

Learn how to configure Nginx to cache responses based on specific cookie values, enabling proper A/B testing and personalized content delivery while maintaining…

 ·  2 min