Learning

These posts are about new things I have learned.

Accessible SVGs

November 9, 2021

How to make sure screen readers process your SVG image.


On Getting Lost

October 6, 2021

How to avoid getting lost in life and code.


Generators In PHP

August 10, 2021

Get up and running with generators in PHP.


Consecutively Running a Single PHPUnit test

July 25, 2021

How to run a PHPUnit test multiple times, and log results.