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 25 of 26
🔥 Little @CodePen demo on how to select items X → Y with CSS:
🔥CSS Protip: Use negative nth-child to select items 1 through n
🔥 Remap your caps lock key for window mgmt. I've been using this for a year and I love it!
t.co/l0fq2EZfj8
🔥 CSS Quantity Query Generator t.co/L5LY3fv8fQ
🔥 Dead simple explanation of async and defer on script tags t.co/izYaci5O2r
🔥 Coverr is unsplash for big, beautiful, free background videos. 7 new videos every monday! t.co/pNwHRbsdhw
🔥 JavaScript in one pic t.co/MSSVavARGq
🔥 Project not setup for ES6? Dip your toes into ES6 by using template strings in debugging
template strings
🔥 Purify CSS detects unused CSS in your app. Works with dyanmically generated classes from jQuery/angular/react//js
🔥 Shortcut querySelector to familiar function names with .bind()