πŸ”₯ There are 449 Hot Tips!!

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.

πŸ”₯ Use concurrently to run two node processes and pipe everything into a single terminal tab.

861250

πŸ”₯ Sublime ChangeQuotes now supports ES6 backticks. Easily switch to template strings when adding a variable

882240

πŸ”₯ A few ES6 tricks to make and fill Arrays

1254871

πŸ”₯ The ZSH Syntax Highlighting plugin gives great visual feedback in real time:

1165030

πŸ”₯ If you have dropped IE8, you can move to using the Date.now() static method to get timestamps.

793420

πŸ”₯ You can use ES6 destructuring inside of Jade/Pug templates too!

32910

πŸ”₯ Use ES6 destructuring to pull Promise.all() data into their own variables.

14555112

πŸ”₯ Use ⌘ + Shift + V to paste and strip formatting + indentation. Works everywhere!

241104120

πŸ”₯ In CSS you can set multiple backgrounds each with their own size property

2219891

πŸ”₯ Object.freeze() vs Object.seal()

221120122