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 15 of 26
🔥 jQuery's .one() in vanilla JS: Set once boolean in addEventListener() to unbind after the first event.
🔥 let, const and var scoping 101
🔥 When docs don't make sense or you need more context, search for real world examples on GitHub code search
🔥 Babili is UglifyJS for ES6+ code using Babel!
🔥 Need to know the name of a variable when logging it? You can use ES6 object shorthand to display them
🔥 Use HTML5 pushstate to remove ugly UTM params from Google Analytics links. Been using for 2 years - works great!
🔥 Use concurrently to run two node processes and pipe everything into a single terminal tab.
🔥 Sublime ChangeQuotes now supports ES6 backticks. Easily switch to template strings when adding a variable
🔥 A few ES6 tricks to make and fill Arrays
🔥 The ZSH Syntax Highlighting plugin gives great visual feedback in real time: