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...
Create a simple calendar that displays the current month. Start with a div.
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...
The DOM manipulation library everyone loves to hate. jQuery is from the early days of web 2.0. Browser compatibility was...
Arrays Javascript does not have an array data type, instead it has the Array object. That allows it to have functions...
Databases store data in tables, which define rules for each column such as the data type or length. For example, here is...