4 followers
I am a fullstack software engineer with a focus on web development. I mostly use Vue, Nuxt, React, and Node. I am currently learning React Native.
Subscribe to my newsletter and never miss my upcoming articles
Learn how to scale your Node.js app by running several instances of it on a single machine using the inbuilt Cluster module.
In this tutorial, we're going to learn how to deploy a fullstack app in a single repo to both Heroku and Netlify.
Introduction The Nuxt components module was designed to make you more productive. With the module, you can use your components without having to import or register them everywhere you're using them. Under the hood, the module automatically does 2 th...
In case you want to dive straight into the code, the link to the GitHub repo of this demo can be found here. Introduction We've all been there. You're surfing one of your favorite sites and you fill a form. But just as you click the submit button, yo...
The 100 days of code challenge was a challenge designed to help people learn - mostly beginners - learn coding. They then document their work and progress on a daily basis on various social media platforms. Doing this helps keep them accountable and ...