Factory Patterns in PHP and Python

Factory patterns allow you to call different codebases dynamically. Layered with a common interface a factory pattern is powerful for processing similar data returned from different APIs. I’ll add context later, maybe a factory pattern tutorial. But for now just saving the crux of implementations I’ve done in PHP and Read more…

A Simple PHP Image Gallery

Why spend time carefully curating photos on a photo sharing website, when you can simply upload them to a PHP enabled server and drop in a single gallery file? That was the motivation behind this configurable drop-in I first authored in 2005. Since then, the web has evolved a bit Read more…