Articles about

tips

Where IN Query Using CodeIgniter MongoDB Library

July 20th, 2011 — Thank you Alex and all others who contributed. Library lets you easily create complex where clause without touching MongoDB syntax. Unfortunately IN (and I imagine NIN and some other statements) are not translated correctly.

From Sculpin to Statamic: Breathing New Life into My Blog

June 7th, 2025 — Sculpin’s ecosystem has slowed to a crawl, and I still want an easy way to publish the occasional post. Statamic gives me an actively maintained, Laravel-powered toolkit that still feels like a static site generator when I need it to.

Deploy Statamic Static Site Using GitHub Actions

June 8th, 2025 — I recently set up a new Statamic site using the Cool Writings starter kit (statamic/starter-kit-cool-writings). The official documentation walks you through local development and static site generation (SSG), but it doesn’t cover how to deploy to GitHub Pages. Here’s how to do that using GitHub Actions.