💻
Core Web Dev Concepts
  • Building a website of reasonable complexity
  • Setup
    • HTML, CSS and Browsers
    • Chrome DevTools
    • Local Dev Setup
  • App
    • Design
    • JavaScript
    • Code design paradigms
    • State and Props
    • JSON
    • HTML templating
    • Testing
  • Infrastructure
  • Azure web hosting
  • Web servers
  • Azure Cosmos DB
  • Concepts and Systems
  • API
  • Progressive Web Apps
  • Service Workers
  • Messaging
  • Hyperapp and pug-vdom
  • StateCharts and StateMachines
Powered by GitBook
On this page

Was this helpful?

  1. Setup

Chrome DevTools

A useful starting place to understanding a web page "under-the-hood" and moving on to how everything got where it is.

Hit f12 in the browser to see the details of a web page - raw HTML, CSS, JavaScript (including debugging services), service workers, HTTP traffic and more.

PreviousHTML, CSS and BrowsersNextLocal Dev Setup

Last updated 5 years ago

Was this helpful?