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 39 of 44
🔥 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.
🔥 You can use square brackets to reference a JavaScript method stored in a variable
🔥 The proper way to use Emmet expansions and get className working in React JSX
@emmetio
🔥 Use ES6 Template Strings for easy, library free HTML templating in JavaScript
Template Strings
🔥 Increase the number of "Recent Places" osx shows in save dialogs.
🔥 Use an ES6 Spread to quickly convert a NodeList to a real Array.
🔥 Keep a tidy console — group together console data with and console.groupEnd()