Classes
Stash your changes in git.
git stash
Stashes changes.
git stash list
List stashes.
git stash show -p
Show stash changes.
git...
Cross Origin Resource Sharing (CORS).
CORS governs your code's access to resources from different servers.
When pages...
While Javascript is a prototype-based language, you can still use classes.
Classes can be defined using class expressions...
Cascading Style Sheets are used to style the look and feel of a web page.
Syntax: https://developer.mozilla.org/en-US...
TailwindCSS provides utility classes.
With tailwind, you use these utility classes in your HTML instead of writing CSS.
On...
Web starter kit.
HTML5 Boilerplate was built to provide a minimal setup for a web project. It's great for beginners to...
Browser extensions provide custom features to the browser and web pages.
You can create a browser extension to inject a...
Terminal, shell, command line.
The terminal, or command line, is a way to interact with computers, by entering text...
At some point you'll hear about Vim, the text editor that runs in your terminal. You may hear devs swear by it, and...