My allocated space on the internet where I record my Doings, Thoughts and Writing.
That very first feeling. That quiet, instant pulse before the mind starts negotiating …
Going past the basics: fnmatch for string-only matching, brace expansion, writing a custom glob engine, and globbing across remote filesystems.
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.
Reflections on what it means to live a balanced life — not as a destination, but as a daily practice of small adjustments.
A practical guide to data classes, why they replace hand-rolled classes for data containers, and the features that make them worth reaching for.
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 when to reach for the collections module.
A beginner-friendly walkthrough of Relational Database Management Systems: what they are, how they organize data, and core concepts to get started.
A beginner-friendly look at how glob patterns work in Python — *, ?, [...], and the glob module.