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 20 of 26
🔥 iTerm3 has some nice new features - the best one is the ability to view inline images.
🔥 JavaScript Challenge #2
Replicate this filter functionality. Stay sharp and good luck!
🔥 Chrome Dev Tools now has color palettes for Material Design, custom swatches, similar shades and document colors!
🔥 Text Expander will match the case of your abbreviation. Super handy for when you use snippets to start a sentence.
🔥 CSS variables can also be used in animations and transitions!
Demo:
🔥 CSS variables can be updated with JavaScript. Something you can't do with Sass!
🔥 CSS background-position accepts 4 values to allow you to anchor a background image and position it from there
🔥 View your recently used branches with git latest.
git latest
👉 Add this to your ~/.gitconfig
🔥 Use Emmet in JavaScript to quickly value bump variables
🔥 CSS Highlight on Hover Code Along 📽