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 38 of 45
π₯ ES6 Tip: Use Destructuring to create multiple variables from an array of data:
π₯ Use JSON.stringify()'s third param to pretty print an object to your page
π₯ Use git push origin head if you have hard to type or long branch names
git push origin head
π₯Terminal Tip: Use curly brackets to speed up the creation of multiple files with similar names:
π₯ One of my most used plugins β ChangeQuotes for Sublime Text swaps and escapes between single and double quotes
π₯ Use ES6 destructuring to easily assign nested data to variables.
π₯ Simple example on how to use Browsersync to expose your realtime localhost to the world
π₯ Independent Properties for CSS Transforms are coming! You can use Post CSS in the mean time.
π₯ Use console.time() and console.timeEnd() to easily time any type of operation
π₯ β + Click URLs and file paths in iTerm to open them in your editor or browser.
Does Code Quality Matter Anymore?