Category: notes

Jun 19th 2026

Fixing Prism Line-Number Misalignment

Prism's line-numbers plugin froze the wrong line heights onto the gutter, leaving the numbers drifting below the code. The cause was a white-space race with a deferred stylesheet, and the fix was one rule in the critical CSS.

Jul 25th 2020

Common Composer Commands

These are notes on using composer and basic commands that I commonly use to update, remove, and query packages.

Feb 24th 2019

Features New to PHP7

A few new PHP7 features that would be useful for frontend developers.

Aug 12th 2018

Docker Notes

These are just my notes while learning docker with some resources and basic commands.