🔥 There are 255 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.

🔥 Return multiple values from a function with ES6 destructuring

🔥 Three less JavaScript Regexes you'll have to write with ES6 startsWith(), endsWith() and includes()

🔥 Use twitter's api entirely client side by hijacking their own embed code.

t.co/hUlUWrK4w4

🔥 Better console gives you easy-on-the-eyes debugging in Node.js by improving default console methods.

🔥 Handy command for when you have changed your .gitignore after you have added / committed files

🔥 With ES6, we can finally set default parameter values in JavaScript

t.co/iNnRvG5cqK

🔥 Text Pastry allows you to insert incremental numbers for each cursor in Sublime Text

🔥 Use flexbox space-between to get rid of nth/first/last-child margin hacks when working with column gutters.

🔥 Highlight CSS colors and Sass/Stylus/Less variables in Sublime Text t.co/n9KWNWHGRE

🔥 Delete word-by-word in Sublime Text by holding ALT when hitting backspace.