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 18 of 26
🔥 DevTools Tips For Sublime Text Users. A gif-filled article by @addyosmani and I
🔥 CSS calc() is whitespace sensitive, so commit this to memory and your future self will thank you.
🔥 Use brew cask to install desktop applications via the command line
🔥 Pop an echo in front of your commands to do a "test run" before running a command with brace expansion
🔥 Here is everything we are getting in ES7:
🔥Use the tree command to pretty print your directory listing. I use t with some nice defaults:
tree
t
🔥 With ES6, your JavaScript functions can have default parameter values
🔥 15 Slack tips in 5 minutes
🔥 Use the npm open package to open the your default browser to localhost when starting up an express server
open
🔥 ChangeQuotes now supports backticks as well