Welcome

  • We will start shortly

  • Coffee/drinks are on the house (mention you're with the meetup)

Agenda

  • Survey

  • Chrome Developer Tools

  • Github Web Dev Office Hours

Chrome Developer Tools

History

Venkam  - A JavaScript debugger made for Netscape 4.x back in 1998  

Venkam

Comparison

  • Elements - explore the DOM

  • Memory - profile memory usage

  • Console - logs information requested by the developer

  • Sources - your code ready to be debug

  • Audits - identifies common problems in your app

  • Network - displays resource requests

  • Performance - profiles performance of your app

  • Application - all resources loaded for the app

  • Security - displays potential security issues

Demo

Chrome Developer Tools

By Paul Beresuita

Chrome Developer Tools

  • 363