Python Testing from Scratch: Courses and Roadmap https://sudonull.com/python-testing-from-scratch-courses-and-roadmap
Complete Plan to Master Python for QA: from Syntax to Selenium, Jenkins, Docker. Recommended Stepik Courses, Typical Interviews. Start Your IT Journey Without Experience — It Will Take 10 Months.
Widely available API March 2026 for the web https://sudonull.com/widely-available-api-march-2026-for-the-web
12 browser features have become widely available: Clear-Site-Data, contain-intrinsic-size, @counter-style. Syntax, code examples, production implementation practice. Learn what to use without polyfills.
Shik language for REPL pipelines https://sudonull.com/shik-language-for-repl-pipelines
Shik — Lisp/Haskell language for terminal scripts. Pipelines without bash headaches, currying, unified syntax. Code examples and comparison with Python/Fish.
Notation for SQL conditions in JSON strings https://sudonull.com/notation-for-sql-conditions-in-json-strings
Compact string notation for generating SQL expressions from JSON. Support for sets, intervals, MIN/MAX. Regular validation and examples for developers. Study and implement in preprocessor.
Parser Combinators from Scratch in TypeScript https://sudonull.com/parser-combinators-from-scratch-in-typescript
Implementation of Parser Combinators in TypeScript: basic parsers, sequence, oneOf. Code with examples for middle/senior developers. Create your own parser in 15 minutes.