Articles

Sharing what I have learned as a developer

Tick: A Plain-Text Task DSL

Tick is a line-oriented task format that stays grep-friendly and readable. No UI, no database — just a text file.

Bloom Filters Explained

How bloom filters work, why they sometimes lie to you, and when to use them in production.

PDF Manipulation with Python

Merge, split, and manipulate PDFs using Python and Pillow. No uploading to third-party services.