Ziggy URL generator and Webpack

I've been wanting to get ziggy in use at $job for a while now because of its developer quality of life improvements around url generation. I don't want our devs to have to remember to update the ziggy generated routes whenever they update a routes file, so I need something automated in our webpack install.

Google Charts not displaying in Safari

One of the personal projects I have uses Google Charts to provide some data visualization, but the chart data wasn't rendering in Safari (Mobile or Desktop). The fix was pretty simple, but it took some searching to find a suitable answer.

TinyMCE, Google Chrome, and image editing

My day job is in the process of replacing TinyMCE with another WYSIWYG editor, Quill. Even once that happens, we'll still be supporting existing clients that use TinyMCE, and those clients will likely never receive the "replacement," but they'll still receive updates.

Pre-combining assets with Jekyll

I recently made a switch on this site to use combined assets (javascript / css files) on this blog. Jekyll Asset Pipeline actually made this fairly easy.