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