Recent blog posts
-
Post-by-Email Development Log 2 - Demo Built, Mailgun Lessons, and the Power of Small Steps
Building a tool to email posts directly to my website - one step at a time
-
Hello. I am developing a tool I really wanted.
The start of a side project that I wanted to build for years.
-
McDonald's Restaurant Experience
-
How to get the latest Git commit date using 11ty
I wanted to add the latest commit date to the footer of my site. Here's how I did it.
-
Tools I use to develop projects
This year I have learned to use new tools to improve myself in my work. Here's how I use them and why I love them.
-
Things I learned in 2023
The year 2023 was a very dynamic year. I learned a lot of new things and in this article I will share some of them with you.
-
McDonald's As Featured In - Promotion Site
-
A few thoughts on project management
-
How to make a search filter with pure JavaScript
I was working on a project for a friend and she wanted a search filter on her site. Most active search filters require a database connection or XHR requests. That was a bit too heavy for me. All I wanted was a functionality that searched through the current page, something light and simple. I couldn't really find anything so I set about making one myself