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 35 of 45
π₯ Use concurrently to run two node processes and pipe everything into a single terminal tab.
π₯ Sublime ChangeQuotes now supports ES6 backticks. Easily switch to template strings when adding a variable
π₯ A few ES6 tricks to make and fill Arrays
π₯ The ZSH Syntax Highlighting plugin gives great visual feedback in real time:
π₯ If you have dropped IE8, you can move to using the Date.now() static method to get timestamps.
π₯ You can use ES6 destructuring inside of Jade/Pug templates too!
π₯ Use ES6 destructuring to pull Promise.all() data into their own variables.
π₯ Use β + Shift + V to paste and strip formatting + indentation. Works everywhere!
π₯ In CSS you can set multiple backgrounds each with their own size property
π₯ Object.freeze() vs Object.seal()
Does Code Quality Matter Anymore?