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 45
π₯ You can format currency with .toLocaleString()
π₯ ESLint Plugins to lint JavaScript inside of HTML <script> tags or markdown code blocks
π₯ Public APIs: a community curated list of over 200 open + free JSON APIs.
π₯ Reminder: Flexbox treats flex-container :before and :after as first class flex-items. They can really goof up alignment + centering
π₯ CSS4 might be getting selectors for drag + drop items
π₯ You can run JS right inside of ES6 Template strings. Handy for ternary operators:
π₯ Use .every() and .some() to check if array items meet your needs
π₯ You can use font css on broken or blocked images to style the alt text in HTML emails
π₯ JavaScript Challenge! Sort this list of band names, but ignore articles "a" and "the".
π₯ DevTools Tips For Sublime Text Users. A gif-filled article by @addyosmani and I
Does Code Quality Matter Anymore?