development
HTML
HyperText Markup Language. This is like the skeleton of a webpage. It structures the content, like text, images, and tables, so your browser knows how to display them.
CSS
(Cascading Style Sheets). Imagine it as the wardrobe for your webpage. It styles and makes your webpage look good, changing colors, fonts, and layouts.
SCSS/SASS
These are like advanced versions of CSS. They make styling even more powerful and efficient.
JavaScript
Programming language. Think of it as the brain of your webpage. It adds interactivity, making things like buttons, forms, and animations work.
TypeScript
Programming language. Its like a safety net for JavaScript. It helps catch errors and makes your code more reliable.
Next.js
Framework. This is like a set of tools that makes it easier to build complex web applications.
Node.js
Its like the backstage crew for your web applications, making sure everything runs smoothly.