🔥 There are 433 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.

🔥 :nth-last-child() will give you nth-child but start counting from the end.

16824120

🔥 is a handy site to quickly view CSS cursor options and copy to clipboard.

1866340

🔥 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