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 40 of 45
π₯ 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 π½
π₯ You can now use autoprefixer based on your own site's Google Analytics data
π₯ Include directories when creating a new file in Sublime Text to quickly scaffold nested folder structure
π₯ Open all merge conflicts or currently changed files in Sublime Text, Atom or Vim
Put alias in .zshrc or .bashrc
π₯ CSS4 is getting case insensitive matching on attribute selectors!
π₯ ES6 improved object syntax is great when an object's property is named the same as the variable it's being set to
π₯ New tool: CSS Cursor quick reference + visualizer.
Does Code Quality Matter Anymore?