Digital Apron: Modern Meal Planning

Behind the scenes of my meal planner application.

February 11, 2022 · 4 min

LOTD: Link Evolution Card Finder

I made a card finder for LOTD: Link Evolution for people like me who don’t follow the franchise thus can never remember who “Gong Strong” or “Tetsu Trudge” etc are.

January 12, 2022 · 2 min

Pagination Break Down

Pagination is a way to display only a set number of items on your page while allowing easy access to the other items if needed. This is a guide to walk you through the thought process, white-boarding, and implementation of pagination in vanilla JavaScript.

January 11, 2022 · 19 min

Build a blog with CMS & Git functionality

This guide aims to create a guided “mid-tier” plateau that those beginning their web development journey can reference to help them move beyond standard website builders. We will build a site with Hugo, apply a site theme, use Forestry.io for our CMS, and host with GitHub Pages.

December 22, 2021 · 14 min