πŸ”₯ There are 260 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.

πŸ”₯ ncu checks for npm module updates and will update your package.json for you.

t.co/r4Pks4gryG

572830

πŸ”₯ Pipe your Emmet shortcuts into |bem to automatically get Block, Element, Modifier markup!

1316400

πŸ”₯Quickly change the case of a string in Sublime Text. Handy when you are using file names in descriptions:

564750

πŸ”₯ Say goodbye to indexOf() and use ES7 .includes() to check if an item is inside an array

275230120

πŸ”₯ Pick + choose which variables get created from a returned object with ES6 destructing

302110

πŸ”₯ Return multiple values from a function with ES6 destructuring

20115390

πŸ”₯ Three less JavaScript Regexes you'll have to write with ES6 startsWith(), endsWith() and includes()

19113470

πŸ”₯ Use twitter's api entirely client side by hijacking their own embed code.

t.co/hUlUWrK4w4

581420

πŸ”₯ Better console gives you easy-on-the-eyes debugging in Node.js by improving default console methods.

513630

πŸ”₯ Handy command for when you have changed your .gitignore after you have added / committed files

1395220