Classes
Icons are often needed for a menu toggle or search bar. A basic icon could be implemented as a background image on a div...
Bourne again shell, the standard Linux terminal. A shell is an environment for running commands and scripts. It's a text...
Vite is a next generation build tool for javascript applications. It can be used as an asset bundler and development...
Coding for different browsers. Browsers fetch HTML from the server, loads all the CSS, JS, images, and other assets...
For most errors, Next JS will display a nice overlay with an error message and the line that caused it. Trowing errors I...
Next JS is a React framework that provides more full stack functions. Page vs App Router The page router helped...
Node JS is a javascript runtime environment on a server. Node has become very popular lately for developer tooling and...
Arrays Javascript does not have an array data type, instead it has the Array object. That allows it to have functions...