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

🔥 CSS4 might be getting selectors for drag + drop items

🔥 You can run JS right inside of ES6 Template strings. Handy for ternary operators:

🔥 Use .every() and .some() to check if array items meet your needs

🔥 You can use font css on broken or blocked images to style the alt text in HTML emails

🔥 JavaScript Challenge! Sort this list of band names, but ignore articles "a" and "the".

🔥 DevTools Tips For Sublime Text Users. A gif-filled article by @addyosmani and I

🔥 CSS calc() is whitespace sensitive, so commit this to memory and your future self will thank you.

🔥 Use brew cask to install desktop applications via the command line

🔥 Pop an echo in front of your commands to do a "test run" before running a command with brace expansion

🔥 Here is everything we are getting in ES7: