> cat blog/*
$ grep -r "published" ./writings | sort -k3 -r
6
Articles Published
65
Minutes of Content
16
Unique Topics
// Writing Philosophy
I write to learn, to share, and to connect. Every article is a journey
through problems I've solved, concepts I've grasped, and ideas I find fascinating.
From deep technical dives to broad explorations - it's all about the craft.
./writings - 6 articles foundlast published: July 19, 2025
$ _