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.
Page 24 of 26
🔥 With ES6, we can finally set default parameter values in JavaScript
t.co/iNnRvG5cqK
🔥 Text Pastry allows you to insert incremental numbers for each cursor in Sublime Text
🔥 Use flexbox space-between to get rid of nth/first/last-child margin hacks when working with column gutters.
🔥 Highlight CSS colors and Sass/Stylus/Less variables in Sublime Text t.co/n9KWNWHGRE
🔥 Delete word-by-word in Sublime Text by holding ALT when hitting backspace.
🔥 Press ? in any Google application to quickly toggle a list of keyboard shortcuts.
🔥 Use Lodash's _.has() to easily check for nested property existence
🔥 Dead simple explanation of JavaScript's .bind() and how to use it to change what this refers to. 👏 @dave_lunny
this
🔥 Flexbox makes this left/right/vertical center 'menu' layout super easy without floats. t.co/GvfwlyuUDH
🔥 Terminal Tip: Use Option + Click to make your cursor go where you want. No more holding down arrow keys!