How I Combined Two Blogging Platforms in 20 Hours

You know those someday maybe projects, that sit in a doom pile in the mind while waiting to finally be discarded or surge in importance? One of my projects was finally consolidating two blogging platforms into one. I had previously built a portfolio site with Gatsby way back in the day—like 7 years ago when I mainly focused on front-end engineering. It had a bunch of technical and human skills posts that had largely been dormant since 2021. However, the posts about TypeScript utility types still drive a lot of traffic to this day. I started writing again last year and wanted something that I could get up and running without having to worry about managing dependencies and fiddling with all of the little things. That was a quick way for me to get stuck in the minutiae, and not actually write. The content was also less technical, so I decided to separate it and spin up a Substack account. ...

May 19, 2025 · 16 min · Skyler Lemay

How to Bundle Knex with Webpack for Serverless

Solve Knex bundling issues with Webpack using NormalModuleReplacementPlugin for cleaner serverless deployments.

May 22, 2020 · 2 min · Skyler Lemay

How to Configure Jest for Vue apps Using Vuetify

Fix Jest testing errors with Vuetify’s global components by properly configuring your test setup.

October 9, 2019 · 2 min · Skyler Lemay