September 08, 2026
· Gifted
note-to-self:26-05 That very first feeling. That quiet, instant pulse before the mind starts negotiating …
September 08, 2026
· Gifted
Going past the basics: fnmatch for string-only matching, brace expansion, writing a custom glob engine, and globbing across remote filesystems.
September 08, 2026
· Gifted
A look at the IndieWeb movement — what it is, why it exists, and how owning your own site can make you less dependent on platforms that treat you as the product.
September 06, 2026
· Gifted
Reflections on what it means to live a balanced life — not as a destination, but as a daily practice of small adjustments.
August 25, 2026
· Gifted
A practical guide to data classes, why they replace hand-rolled classes for data containers, and the features that make them worth reaching for.
August 25, 2026
· Gifted
A practical guide to Python's built-in data structures — lists, tuples, sets, and dictionaries — when to use each, their time-complexity trade-offs, and...
August 20, 2026
· Gifted
A beginner-friendly walkthrough of Relational Database Management Systems: what they are, how they organize data, and core concepts to get started.
August 02, 2026
· Gifted
A beginner-friendly look at how glob patterns work in Python — *, ?, [...], and the glob module.