Web Workshop day 01
Introduction
HI EVERYONE!
Who am I?
- web
- programming languages
What's in this workshop?
- Understand how the web works
- html/css/js
- Practice Practice Practice
- This is the start of your journey into the world of web dev.
- Use cases
- How's it useful for non-cse people?
Let's go through these points quickly ⬇️
- Note on time. You're only rquired to attend the session. The more time you spend writing code the better
- How to get help? (whatsapp group) – live with the problem (ask last!)
- Variable session time (60-90mins) because of QnA after every session
- Learn to Learn! | It takes time
Dev Env
- vscode
- firefox
Let's talk things
- The Internet?
- The Web?
- HTTP(s)?
- HTML?
- Backend/frontend?
Let's see things
- what is a url
- What happens when we visit a url (HACKERMAN) > help identify things on a webpage. How is this design implemented? The network tab etc
Let's do things (finally!)
- HTML file
- Organising Code
- Viewing http requests from browser dev tools
- View HTML source of a webpage