Posts on the topic: Infrastructure
Engineering
1 July 2026
Understanding Webserver Caching: HTTP Caching from Cache-Control to Revalidation
How HTTP caching really works — where caches live, the freshness model, setting Cache-Control correctly, revalidation with ETag, the Vary header and a practical strategy for static files, HTML and protected content.
Read more → Engineering21 June 2026
Our Local AI Coding Stack: Qwen3.6-35B on vLLM — the Real Numbers
How we run Qwen3.6-35B as a coding assistant on our own hardware — vLLM, FP8, 256K context, speculative decoding. With real measurements from live operation.
Read more →