Essential Learning Fundamentals


Note: When i am Writing this blog i have already Learned Some full stack things. so going to Write about some thing Which are studying currently :) .
What i have Learned till now ?
VSCode
HTML
CSS
JS
DOM
High Lever Understanding:
VSCode: This is a Code Editor which helps to write code with good extensions for help in progree.
HTML: This is used to create the basic Structure of the Web-Page.
CSS: This is for Creating and putting the style on the Components created by HTML.
JS: Javascript is the language that Work as the backend as well as frontend language.
JavaScript: A Quick History
JavaScript was created in 1995 by Brendan Eich in just 10 days at Netscape. Originally named Mocha, it was later rebranded as JavaScript for marketing appeal. In 1997, it became standardized as ECMAScript.
The mid-2000s saw JavaScript take off with AJAX, enabling dynamic web apps like Gmail. In 2009, Node.js brought JavaScript to the server side. A major leap came in 2015 with ES6, introducing modern features like arrow functions, classes, and modules.
Today, JavaScript powers everything from web and mobile apps to servers and even IoT. With constant updates and a massive ecosystem, it remains the cornerstone of modern web development.
DOM: The DOM is the bridge between HTML/CSS and JavaScript, allowing your website to respond and change in real time.When a browser loads an HTML page, it doesn’t just display the raw HTML. Instead, it creates a tree-like structure where each element (like <div>
, <p>
, <h1>
) becomes an object. This structure is the DOM tree.
That’s for Today.
More to come as I keep learning and building. Peace ✌️.
Subscribe to my newsletter
Read articles from Bhavesh Sharma directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Bhavesh Sharma
Bhavesh Sharma
i am currently starts to learning new things as you can check my progress in blogs.