Experiment

Messing with images

Where I modify image pixels using JS

Messing with pixel colors in CSS can be tricky. I have recently been presented with a tricky challenge, which doesn't seem to have a straightforward solution, but rather, only a lot of partial answers, so I wanted to explore that a little.

Read more...

JAMstack appeal

Where I dive into JAMstack stuff for a little while

Short for "JavaScript, API, and Markup". In short, the idea is that a website/webapp doesn't need server side processing, but can be precompiled to a set of markup files and scripts that communicate with APIs to deliver dynamic and data-bound features.

Read more...