Code
I’ve contributed to some active open source projects in the past but I’ve also written some of my own open source packages, mostly in Ruby but some in Javascript.
Most of this I wrote for fun or because it scratched a particular itch that I couldn’t find an existing package for.
Some of the more recent ones are ….
Jekyll ESM
https://rubygems.org/gems/jekyll-esm
I wrote this Ruby Gem to enable easy use of ESM modules with jekyll
Jekyll Webpack
https://rubygems.org/gems/jekyll-webpack
I wrote this Ruby Gem to enable easy use of webpack with jekyll
Rokaki
https://rubygems.org/gems/rokaki
I wrote this Ruby Gem to make defining search filters in web applications much easier
Vorm Validations
https://www.npmjs.com/package/vorm-validations
I wrote this npm package while working on a VueJS app, it’s for mapping backend errors into forms, it’s not actively used though