Skip to content

Instantly share code, notes, and snippets.

@azmaktr
Last active March 12, 2018 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azmaktr/c89b8e43724bbd82b99feee5a7c48c0b to your computer and use it in GitHub Desktop.
Save azmaktr/c89b8e43724bbd82b99feee5a7c48c0b to your computer and use it in GitHub Desktop.
Google Chrome Dev tools Tutorial (Software Development Pakistan)
Chrome dev tools tutorial.
- Basics
- Elements Section (5-10 mins)
- Elements Selector
- Device Emulator
- DOM Tree manipulation.
- CSS Editor
- Event Listeners
- Console Section (3-8 minutes)
- Basic Usage
- Error Stack Trace
- Sources Section (15-20 mins)
- Resources
- Snippet
- Debugging
- Breakpoints
- Watch
- Scope
- Network Section (5-10 mins)
- XHR requests
- Snapshots
- Applications Section (5-10 mins)
- Local Storage
- Session Storage
- Cookies
- Brief overview of more advanced features. (3-5 mins)
Prerequisite Knowledge needed: Not alot, some programming experience. Basic knowledge about CSS, HTML and JavaScript would help immensely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment