Upgrading my GitHub Pages blog to Nuxt 3
An overview of my newly upgraded GitHub Pages blog powered by Nuxt 3
Last updated August 11, 2024
How and why I added AdSense and an AdBlock detector to my personal website
This article describes how I added AdSense to my personal website and how I request that site visitors pause AdBlock while reading my blog
Last updated October 31, 2021
How I write and share technical software development articles in 2021
This article describes how to write and share technical articles in 2021
Last updated October 2, 2021
GitHub Action for my Nuxt.js blog hosted on GitHub Pages
This article shows how to use GitHub Actions to update my Nuxt.js blog hosted on GitHub Pages.
Last updated July 5, 2021
Adding internationalization to a statically generated Nuxt site
This article will summarize my experience implementing internationalization (i18n) for a statically-generated Nuxt.js site
Last updated January 15, 2021
Session Authentication with Django, Django REST Framework and Nuxt
This article shows how to use session authentication with Django + Nuxt.js applications
Last updated January 1, 2021
Building web applications with Django, Django REST Framework, Nuxt.js and docker
This article documents my progress combining the Django web framework with Nuxt JS to build applications that have both great SEO and a smooth SPA user experience.
Last updated December 27, 2020
How to add an email signup form to a Nuxt site with MailChimp
This is a guide for setting up a MailChimp-powered newsletter signup form on a static Nuxt site hosted on GitHub Pages. I wanted to implement this on my personal blog to grow a mailing list so I can update readers when I puslish a new blog article. I haven't done too much work with MailChimp before, but I've definitely subscribed to plenty of MailChimp mailing lists.
Last updated October 11, 2020
Migrating my personal GitHub pages blog from Jekyll to Nuxt
Jekyll has served me well for a long time, but I've decided to switch the static site generator I use for my personal blog from Jekyll to Nuxt. This article will hopefully be the first new article in my Nuxt blog.
Last updated September 17, 2020