> cat blog/*
$ grep -r "published" ./writings | sort -k3 -r
4
Articles Published
45
Minutes of Content
12
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 - 4 articles foundlast published: Sep 24, 2024
$ _