• /
    • Archived Posts

Archived Posts

Archived Posts from previous blogs that might still be useful to someone.

  1. 2025-05-07 Some notes on Regex Notes for myself on Regex
  2. 2025-03-19 Always check your versions! Just a reminder to double check your versions when you run into a weird error on the server and not on your machine
  3. 2025-03-03 Some UNIX command line notes Notes on some of the many commands I've tried while setting up a Raspberry pi as a Jellyfin home media server with Docker.
  4. 2024-07-30 The Road to Publishing an Android App My experience as a web developer deploying my first app to the Google Play Store. Utilizing PWA Builder I was able to accomplish this without needing to learn a new language.
  5. 2024-06-07 Google IDX - The best Flutter Beginner Experience After poking around with Flutter a few times but getting caught up in all the extra mobile setup and configuration, Google IDX finally provided an entry that removed the frustrations that were stopping me from working with Flutter.
  6. 2024-03-14 Testing Svelte on the job A quick summary of my breif time testing Svelte to build an internal tool for work.
  7. 2023-01-25 Fixing "Global is not Definied" in Vite and Vue 3 How to fix a `ReferenceError: global is not defined` error when using Vite, Vue 3, and Piana
  8. 2022-12-22 Creating your own Links page in Nuxt Do you want to set up a simple links page on your Nuxt blog to share on social medias? Here's how I created mine!
  9. 2022-06-29 How to Fix Vuex Unknown Mutation Type Error A common spelling typo gotcha that can cause a `[vuex] Unknown mutation type:` error.
  10. 2022-02-21 Adding Netlify Redirects to your Nuxt Blog After migrating to Nuxt I saw a huge drop in my Google Search Console results for broken pages. Adding Netlify Redirects to my blog fixed the issue and started returning my pages in search results again!
  11. 2022-02-01 Migrating from Gridsome to Nuxt Walkthrough of what steps are required to migrate a Gridsome blog to Nuxt and highlight potential problems with the migration.
  12. 2022-01-20 How Roles cause Missing Permission Errors in Discord.js After struggling to understand why my Discord.js bot was throwing a DiscordAPIError: Missing Permissions even with full admin permissions, I found out that role priority can cause this issue