Moving on to Gridsome
November 13, 2020 · 5 min read
I've been using Pelican, a static site generator written in Python, to generate my blog. I wanted to try something new an shiny and wanted to leverage some of the tools in the Jamstack ecosystem. Given I've already played with Vue, Gridsome seemed like a good choice.
I got my Hacktoberfest homework done!
November 3, 2020 · 1 min read
With normal life seemingly not in a hurry to return, and cold weather on approach, I thought I'd sign up for Hacktoberfest this year. I didn't want the free t-shirt but it was a good way to get motivated.
Julia, are you sure I should commit?
October 11, 2020 · 4 min read
I've been working on Julia for a week now and wanted to try add some pre-commit hooks to the module I have started creating. One of the strengths of the pre-commit library for Python is the ability to create hooks for other languages. I didn't find much out there for Julia though so I tried to build one from scratch.