I Built my Side Projects Like Enterprise Software and Regretted ItJAN 26, 2023, 3 minute read
—
BOOTSTRAPPING,
SOFTWARE DEVELOPMENT
I naively thought I could apply the same complex & scalable solutions used by actual companies to my side projects. I was wrong.
Tiny Python Router for AWS Lambda APIsJAN 21, 2022, 3 minute read
—
TIL
The utility of Python Flask routing on a Lambda, without the framework.