Welcome to HTML Hackthon

This is the orenitation day of our web devlopment learning process. We are excited to have here!

Content of Orenitation Session

1. What is internet ?

The internet is a global network of interconnected computers and servers that allows for the exchange of information and communication worldwide. It enables users to access websites, send emails, share files, and connect with others through various online platforms.


2. What is Dns and how it is works ?

DNS (Domain Name System) is a system that translates human-readable domain names (like www.example.com) into IP addresses (like 192.19.10.1 ) that computers use to identify each other on the internet. When you type a URL into your web browser, the DNS server looks up the corresponding IP address and directs your request to the appropriate web server.


3. What ip & mac address how it is help to communicate a computer to another computer ?

An IP (Internet Protocol) address is a unique numerical identifier assigned to each device connected to a network, allowing them to communicate with each other. A MAC (Media Access Control) address is a unique identifier assigned to a network interface card (NIC) of a device, used for local network communication. Together, IP and MAC addresses help ensure that data is sent to the correct destination on both local and global networks.


4. Discussing basic of networking

Networking is the practice of connecting computers and other devices together to share resources and information. It involves the use of various hardware components (like routers, switches, and cables) and protocols (like TCP/IP) to facilitate communication between devices. Networking can be done on a small scale (like a home network) or on a large scale (like the internet).


5. What is web devlopment ?

Web development is the process of creating and maintaining websites and web applications. It involves a combination of programming languages, frameworks, and tools to build the front-end (user interface) and back-end (server-side logic) of a website. Web developers work on tasks such as designing layouts, writing code, integrating databases, and ensuring the website is responsive and user-friendly.


6. What is MERN stack ?

MERN stack is a popular web development stack that consists of four main technologies: MongoDB, Express.js, React.js, and Node.js. It is used to build full-stack web applications, with MongoDB as the database, Express.js as the back-end framework, React.js as the front-end library, and Node.js as the runtime environment. The MERN stack allows developers to use JavaScript for both client-side and server-side development, making it a versatile and efficient choice for building modern web applications.


Some images of class

Hackthon Image

resouces of this topic

Click here to watch the video


Article on Notion

Click here to read the article