๐ฑย The Road to Publishing an Android App
Published on Jul 30th, 2024
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.
Published on Jul 30th, 2024
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.
Published on Jun 7th, 2024
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.
Published on Mar 14th, 2024
A quick summary of my breif time testing Svelte to build an internal tool for work.
Published on Jan 25th, 2023
How to fix a `ReferenceError: global is not defined` error when using Vite, Vue 3, and Piana
Published on Dec 22nd, 2022
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!
Published on Jun 29th, 2022
A common spelling typo gotcha that can cause a `[vuex] Unknown mutation type:` error.
Published on Feb 21st, 2022
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!
Published on Feb 1st, 2022
Walkthrough of what steps are required to migrate a Gridsome blog to Nuxt and highlight potential problems with the migration.
Published on Jan 20th, 2022
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
Published on Nov 29th, 2021
Learn how to add web monetization to a Gridsome blog to better understand webmon and add bonus features to your site!
Published on Nov 3rd, 2021
Introduction to Canoncial URLs answering questions such as 'What is a canonical URL?', 'How do I use a canonical URL?', and 'When do I need a canonical URL?'
Updated on Nov 4th, 2021
Improving the SEO of your Gridsome site's blog post with easy to add code snippets.
Published on Sep 29th, 2021
Quick introduction to help migrate from the Vue 2 options API to Vue 3's Composition API.
Published on Sep 21st, 2021
What is state management and what problem does state management solve for developers building an application?
Published on Sep 15th, 2021
Can you code on a Chromebook? Yes! Here are some ways that you can start programming on a Chromebook - including no-installation options!
Updated on Sep 20th, 2021
Learn how to automate the blog cover image creation process for your Gridsome blog posts!
Updated on Sep 14th, 2021
My thoughts on how having fun and staying motivated while learning is more important than learning things in a 'correct' order.
Published on Aug 26th, 2021
Asking good questions is hard. These are a few tips to address common pitfalls I see when asking for help with code.
Published on Aug 23rd, 2021
A brief retrospective on building my first JS game for js13kGames 2021 covering the fun parts, the challenges, and what I'm submitting as my entry!
Published on Aug 6th, 2021
What is npm, and why do we use npm? Walk through what npm is and how/when we use it with me to find out in an npm for beginners walkthrough!
Published on Aug 3rd, 2021
Git and Github are not the same - let's take a quick look at the differences.
Published on Aug 2nd, 2021
Gridsome is a Vue-based Static Site Generator, but why would someone use Gridsome? When is Gridsome best suited for a project? What features and developer quality of life benefits does it offer?
Published on Jun 28th, 2021
A complete guide on adding Internationalization (I18n) to a Single File Component (SFC) Vue App using vue-i18n.
Published on Jun 9th, 2021
Sometimes you don't want to have to bust out the terminal and do everything in Visual Studio Code instead. Learn how to commit to GitHub from VS Code!
Published on Jun 1st, 2021
This post acts as both a collection of the documentation for UserProfilelookup() in Nintex Forms and offers the troubleshooting steps for when UserProfilelookup() is returning no values.
Published on May 3rd, 2021
Having failed to commit fully to the digital organization thus far, I'm committing to making things different this month and trying to organize my life better!
Published on Nov 4th, 2020
Things I wish I had done differently as a first-time technical reviewer.
Updated on May 13th, 2021
Creating a self-hosted detailed Dev.to analytics site.
Published on Sep 24th, 2020
Outlining the differences between the many folders of Gridsome's file structure.
Published on Sep 9th, 2020
Get Firestore + Auth working. Do not pass Go. Do not collect 200 tutorials.
Published on Aug 31st, 2020
How I created a custom 404 page in Gridsome for my site!
Published on Aug 25th, 2020
3 of the biggest reasons I find the Vue Developer Experience so enjoyable!
Published on Aug 13th, 2020
An introductory guide to Gravit.io and using it to create a minimal favicon for your website in 10 steps!
Published on Jun 12th, 2020
Learn how to locate the Windows Process occupying a specific port and terminate it when you get an "error listen eaddrinuse: address already in use :::8080" or "error listen eaddrinuse: address already in use :::8081" error!
Published on Mar 22nd, 2020
Beginner's guide to setting up a Chromebook for coding, including how to install VS Code on a Chromebook!
Published on Feb 5th, 2020
Vuex error handling in a flash message format with an error component, including setting an error message from a vuex module.
Published on Aug 28th, 2019
Learn how to use an array of colors with v-for to generate a colored pattern.
Published on Jul 17th, 2019
Terminals are a scary place - especially when everything is written for another OS's terminal language. Let's make the Windows terminal a little less scary!
Updated on Apr 4th, 2022
Firebase Authentication web example covering how to get started with Firebase web authentication services including an example of using Firebase authentication for the web to create a login user interface.
Published on May 30th, 2019
Walk through the process of deploying your website to Netlify to share with the world and setting up a custom domain name to direct to it from Hover.
Updated on Sep 17th, 2021
Beginner's guide to Array.slice(). Everything you need to know about array.slice() by thinking of an array as a loaf of bread!
Published on May 2nd, 2019
Tutorial walking through making your first pull request on GitHub
Published on May 1st, 2019
A Git Crash Course breaking down common git keywords and lingo to be friendly for new git users.
Published on Apr 19th, 2019
Explaining frequently used web development keywords and phrases in a beginner friendly way