Latest Articles
Gridsome Source Plugin for dev.to API
Just created a plugin for Gridsome, a source plugin to retrieve posts from using dev.to API.You are able to find the plugin on the NPM registry here What is Gridsome Ok, hold on a second! What is Gridsome? Glad you asked! Gridsome is a static site generator similar to Gatsby (though still new so not as […]
How to create and publish NPM Packages
Join me on an exciting journey where I delve into the intricate process of creating and publishing NPM packages, unraveling the nuances of the Node Package Manager. We’ll start by setting up NodeJS and initiating our project, building a robust “pawnhub” CLI app that taps into the haveibeenpwned.com API, enabling email breach checks. From handling arguments to making our app executable and integrating Axios for seamless HTTP requests, I’ll walk you through each step. Together, we’ll authenticate, publish our package, and test its capabilities, encouraging exploration and improvement. Embrace this tutorial, and let’s dive into the world of NPM package development, sharing our innovations and making strides in the vast landscape of package creation. 🌟📦 #NPM #PackageDevelopment
VueJS questions
Hey all, I created VueJS questions for common VueJS questions. It is a side project while i started learning UIKIT frontend framework and improving my skills on web performance and SEO. At the moment it is fetching the questions from stackoverflow. Any feedback will be appreciated negative or positive.