Posts

15 min read

Migrating from Next.js to Astro

A detailed look into migrating a personal site from Next.js to Astro. I share my reasons for the switch, code comparisons, performance benchmarks, some of Astro's shortcomings, and my plans for working with Astro.

Cover image for Migrating from Next.js to Astro
4 min read

Controlling a 3D Printer's Power Supply with OctoPrint

One of the first things I wanted to do after buying the Ender 3 back in August 2020 was the ability to power on/off the printer via the OctoPrint interface. Luckily there is a robust PSU Control plugin that already exists. I just needed to figure out the hardware...

Cover image for Controlling a 3D Printer's Power Supply with OctoPrint