For whatever reasons, you’ll need to/want to check what version of node you’ve got installed. To do this, type in the command: node -v If…
A code diary for future referencing
For whatever reasons, you’ll need to/want to check what version of node you’ve got installed. To do this, type in the command: node -v If…
So you’ve built your app in Angular. Now what? You’re going to need hosting of some sort. Firebase Hosting is one of those super simple…
It’s easy to cheat and just copy-paste the CDN link into your index file. But that’s inefficient and creates clutter on your index.js. Here’s how…
Here are 6 things I wished someone told me about block elements when I first started coding. Everything starts out as a block element Imagine…