Skip to content

Bonus Resources & Links

JavaScript Resources

There really is no end to all of the extra resources you can find on JavaScript. Here are some choice ones from me.

Take screenshots using built-in commands in Chrome/Edge

Take Screenshots

Creating An Effective Multistep Form For Better User Experience

Take Screenshots

JavaScript Visualized (7-part series)

JavaScript Visualized

JavaScript Temporal is Coming!

Blog on JavaScript Temporal

The Big Javascript Guide: From Basics to Advanced Concepts

Take Screenshots

ES6 In Depth: Template strings

Mozilla Hacks Website

Paid Access $ Mastering JSX: A Beginner’s Guide to Building React UIs

Mozilla Hacks Website

HTML/CSS Resources

Tailwind CSS

“Tailwind variants allows you to reduce repeated code in your project and make it more readable. They fixed the headache of building a design system with TailwindCSS.”

Zoey Lang Full-stack developer, NextUI

Other Resources

VS Code

Here’s a snippet I created to make adding a <link> for PicoCSS easy.

{
"PicoCSS Link": {
"prefix": "pico",
"body": [
"<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css'>$0"
],
"description": "Stylesheet link for PicoCSS via CDN"
}
}