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 35 of 46
π₯ CSS4 :placeholder-shown selector can be used to show + hide labels without JS
Demo π
π₯ Use Goto Symbol in Sublime Text β βR β and @media to quickly jump to the media query you are looking for.
π₯ 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
Cloudflare Acquires VoidZero