HTML5
The core building blocks and structure necessary for web development.
CSS3
HTML5 alone is dull, that's why it is always partnered with CSS for making stylish
websites.
Javascript
Core scripting language for Web Development capable of making websites
animated and user-input responsive.
SASS
CSS preprocessor to speed up CSS coding and adds extra functionality to keep every CSS
scalable and easier to work with.
Bootstrap
Bootstrap 4(and recently release Bootstrap 5) for easier web design layout.
jQuery
Javascript library for easier and shorter scripting that really saves time.
Responsive Layout
This site itself adjusts its width depending on what device you use
for viewing.
React.js
Open-source JavaScript library that is used for building user interfaces
specifically for single-page applications.
Vue.js
Open-source JavaScript library that is used for building user interfaces
specifically for single-page applications similar to other frameworks like React.js.
Node.js
An open-source, cross-platform, back-end JavaScript runtime environment that
runs on the V8 engine and executes JavaScript code outside a web browser.
MySQL
A database management system based on SQL – Structured Query Language.
PHP
a server side scripting language that is embedded in HTML. It is used to manage
dynamic content, databases, session tracking, even build entire e-commerce sites.
Python
A general-purpose programming language that can be used for many things like
web development, AI, machine learning, operating systems, mobile application development,
and video games.