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

🔥 JavaScript Coding Challenge!

Filter this list of homes for the ones that match the list of needs.

12921450

🔥 Git Tip: Use git add -p to review and add changes hunk-by-hunk. Handy when you want to break a single file's changes into two commits

465249171

🔥 Text Pastry + Sublime Multiple Cursors is one of my favourite combos

1924040

🔥 Sublime HyperClick lets you open ES6 + CommonJS modules right from their import statement

410149140

🔥 How to destructure and rename variables in a single shot

34820

🔥 Setting Default Values with JavaScript’s Destructuring

👉

331800

🔥 Wrap curly brackets around your console.log arguments to see the variable name and value when logged.

This[ab]uses JavaScript’s object shorthand

68913K
1.6K394227K
2.4K1.3K3618

🔥 Wrap curly brackets around your console.log arguments to see the variable name when logged. This takes advantage of ES6 shorthand syntax

2.4K1.3K3618

🔥 Four new JavaScript String methods you should know about: .startsWith(), .endsWith(), .includes() and .repeat()

21610890

🔥 Figure out which part of your JS is applying inline styles / classes with a "break on attribute modifications" breakpoint in dev tools

28913150