Tutorial on the chrome dev tools focusing on the network tab
Tag: Development Tools
Chrome dev tools deep dive : Elements
1. Search CTRL + F allows you to search for strings in the DOM but you can also search using CSS selectors and XPath expressions. 2. Color picker Ever wanted to figure out what colours exist on a web page? Or prefer some other colour format? Here comes the color picker: Shift click on the color … Continue reading Chrome dev tools deep dive : Elements
I Git! Stashing Explained
An explanation of scenarios where git stash comes in handy and how to apply stashing