posts
writing about web development and learning.
-
A Place on the Web
I'm late to blogging, but I want a place for career notes, personal projects, and weirder corners of the web.
-
My Boss Was Right About empty()
PHP's empty() is convenient, but it can hide the exact state I needed to notice.
-
Optional Generic Function Argument
How to define a generic type argument for an optional function parameter in TypeScript