🔥 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.

🔥 Emmet Tip: Use lorem$ to generate $ words of lorem ipsum in your tag expansions.

985030

🔥 A quick demo on how the new CSS rotate syntax works:

1224660

🔥 Chrome dev tools is getting a really handy shadow editor! Just landed in canary.

24711700

🔥 CSS4 :placeholder-shown selector can be used to show + hide labels without JS

Demo 👉

593259150

🔥 Use Goto Symbol in Sublime Text — ⌘R — and @media to quickly jump to the media query you are looking for.

411610

🔥 jQuery's .one() in vanilla JS: Set once boolean in addEventListener() to unbind after the first event.

963531

🔥 let, const and var scoping 101

27200

🔥 When docs don't make sense or you need more context, search for real world examples on GitHub code search

1044830

🔥 Babili is UglifyJS for ES6+ code using Babel!

26910

🔥 Need to know the name of a variable when logging it? You can use ES6 object shorthand to display them

20810051