🔥 There are 260 Hot Tips!!

Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.

🔥 If you are ever working on a site that messes with built-ins, you can get fresh copies by creating an iframe with no src

2747240

🔥 Async + Await makes orchestrating timers a snap!

967301181

🔥 Spoof your mac address to get unlimited wifi once you run out of 30 min slots.

sudo ifconfig en0 ether fa:ke:ma:c

45982121

🔥 Use the Firefox dev tools fonts panel to figure out if your fonts are being loaded from your system or a webfont

1725480

🔥 Firefox 52 has a sweet new CSS Grid visualizer / inspector tool!

1.3K754132

🔥 Pass values along your promise chain by resolving them with Promise.all()

27964130

🔥 14 Chrome Dev Tools Tricks

1734800

🔥 Safari will fire a submit event even if a form is invalid. Use .checkValidity() to stop submission if required inputs aren't satisfied.

364111120

🔥 Node 7.6 has async/await! Here is a quick run down on how async/await works:

1.3K651350

🔥 Use console.groupCollapsed() and console.groupEnd() to group together and tuck away any logging you need to do

327122311