Cobbling together an animation mini framework using Gulp.js. I've got a couple cool homepage animation projects coming up and I'm trying to set the stage for easy development and hand-off/deployment.
Well after a several+ year sabbatical I am once again a web developer with a website. There's even a contemporary post about grepping in #vim! https://www.sean.sh/
Getting close to wrapping up the updates to the WIWO app. It’s been a bit of a slog and had to rewrite some big pieces of logic in the process but getting a cleaner, lighter codebase in exchange. And better performance in the app. 💪👊
Published my first npm package! It's a theme for Hyper #terminal that uses the #solarized color palette. It can automatically switch between light/dark mode based on the time of day.
Dependency hell with #npm. I'm reviving an old project built with a #yeoman #jekyllrb generator three years ago. Finally got it to build, and then #Github alerted me to several critically vulnerable packages (thanks!). They are deep in the chain, many are deprecated entirely; `npm audit fix` doesn't work. Luckily, the app is a simple static site and my source is still compatible w/ Jekyll's API, so I can start from scratch and drop in my markup/styles/script.
Published my first Ruby gem - a #jekyllrb theme using #materialdesign. It's going to be the basis of my new blog, although I have plans for for some pretty heavy customisation.