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 36 of 46
π₯ 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()
π₯ You can format currency with .toLocaleString()
π₯ ESLint Plugins to lint JavaScript inside of HTML <script> tags or markdown code blocks
Cloudflare Acquires VoidZero