OIM3690 - Web Technologies

2025 Fall

Session 02 (8/28)

contain

Today's Agenda

Welcome/News/Announcements

  • You should have read the course syllabus
  • You should have installed
    • GitHub Desktop
    • Visual Studio Code - with extensions:
      • Live server
      • Prettier
      • vscode-icons
  • Email - please specify your course number
    • Subject title example: "OIM3690: Questions about my GitHub settings"
  • Questions?

Introduction to GitHub

  • Create GitHub account
  • Create a new repository using exactly the same name: WebTech
  • Work on the repository
  • Commit and Push

Lecture

--- # What we have learned so far... - [How to Learn Programming?](lec01-intro.html#15) - Ask questions the smart way * **Quick Quiz**: 1) How do we view web page **source code**? 2) [How the Web works](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works) 1) Is your **laptop** a **client** in the client-server model? 2) Is **Chrome** a **client**? 3) What is **DNS**? 4) Try `tracert www.google.com` in Command Prompt (Windows) `traceroute www.google.com` in Terminal (macOS/Linux)