NewsFull-Duplex Voice AI, Explained: Inside GPT-Live-1OpenAI's GPT-Live-1 hit the API on September 10. How full-duplex voice works, why turn-based pipelines feel slow, and the voice/brain split it forces.Sep 11, 2026·9 min
Web DevIntegration-testing LinkstashUnit tests check one function. Integration tests check the whole request through routing, auth, and validation. Real supertest tests against a real API.Sep 9, 2026·4 min
Web DevPagination, filtering and sortingThe intParam helper that stops a negative limit from becoming SQLite's 'no limit at all', plus how Linkstash filters with LIKE and sorts newest first.Sep 4, 2026·6 min
Web DevWhat a backend actually doesWhy a browser can't talk to a database directly, what a backend is responsible for, and the API contract you'll build across this whole series.Aug 30, 2026·5 min
NewsHTTP QUERY: A Safe, Cacheable Method With a BodyThe IETF standardized HTTP QUERY in RFC 10008, the first new HTTP method since 2010. What it does, when to pick it over GET or POST, and how to try it today.Jul 7, 2026·8 min
AI & MLMake Your First LLM API Call in PythonMake your first LLM API call in Python using the OpenAI-compatible SDK. Set up a client, keep your key safe, and get a real model response.Jun 17, 2026·7 min