Hello 👋🏾,
It's nice you're here. Welcome.
Have a look what I've been spending hours behind the screen writing about
How to use Custom events in Vue 3
Here, I'll show you how you can work with custom events with the composition API in Vue 3
Posted: October 26, 2021 Updated: May 7, 2022 3 min readEarn crypto from your personal site or blog
Allow folks that visit your portfolio site or blog pay you in crypto
Posted: April 19, 2022 Updated: April 22, 2022 7 min readManage multiple versions of Node on your machine
Here's how you can install a specific Node version and use different node versions on your machine
Posted: March 31, 2022 Updated: April 1, 2022 3 min readHow to use `fetch()` in your backend Node.js project
Here's a quick one on using the Fetch API in Node.js with the `node-fetch` package.
Posted: October 10, 2021 Updated: October 10, 2021 2 min readHow I implemented TailwindCSS dark mode in my Nuxt blog
Here's how I added dark mode theme functionality that respects user preference using the `prefers-color-scheme` and localStorage and a cool "click" sound effect.
Posted: September 17, 2021 Updated: September 17, 2021 10 min readUsing VS Code themes for your code blocks in Nuxt with Shiki
Here's how we can use VS Code themes for syntax highlighting in our Nuxt site using Nuxt Content and Shiki
Posted: August 20, 2021 Updated: August 20, 2021 5 min readHow to keep createdAt and updatedAt dates consistent in Nuxt Content
Here, we'll see a quick way to get our Nuxt Content date values working right in both development and production
Posted: August 19, 2021 Updated: August 20, 2021 3 min readCreating a blog using Nuxt and Nuxt Content - with TailwindCSS
In this tutorial you'll learn how to create a personal blog using a Git-based CMS - Nuxt Content
Posted: August 19, 2021 Updated: August 20, 2021 18 min readAdd reading time stats to your articles in Nuxt
How to add reading time stats to your articles in Nuxt using the Nuxt Content module and reading-time
Posted: July 27, 2021 Updated: August 19, 2021 4 min readAdding images to your nuxt/content articles
Here's a way to add images into your article content in your nuxt/content project
Posted: July 20, 2021 Updated: August 19, 2021 4 min readQuick note on Array map
Here's a quick, basic explanation and use of the array.prototype.map() function
Posted: July 19, 2021 Updated: July 20, 2021 2 min readMy First Blog Post
Learning how to create my blog using nuxt, the nuxt content module and tailwindcss
Posted: July 14, 2021 Updated: July 19, 2021 2 min read