🔥 There are 433 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 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

🔥 You can format currency with .toLocaleString()

799345201

🔥 ESLint Plugins to lint JavaScript inside of HTML <script> tags or markdown code blocks

341730

🔥 Public APIs: a community curated list of over 200 open + free JSON APIs.

25410921

🔥 Reminder: Flexbox treats flex-container :before and :after as first class flex-items. They can really goof up alignment + centering

662830

🔥 CSS4 might be getting selectors for drag + drop items

894750

🔥 You can run JS right inside of ES6 Template strings. Handy for ternary operators:

14056110