🔥 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.

🔥Use mix-blend-mode:multiply; in your CSS to knock out white backgrounds from images

Pen:

534234205

🔥 ES6 Tip: Use Destructuring to create multiple variables from an array of data:

1236030

🔥 Use JSON.stringify()'s third param to pretty print an object to your page

1416972

🔥 Use git push origin head if you have hard to type or long branch names

402213340

🔥Terminal Tip: Use curly brackets to speed up the creation of multiple files with similar names:

1.4K7473421

🔥 One of my most used plugins — ChangeQuotes for Sublime Text swaps and escapes between single and double quotes

1334860

🔥 Use ES6 destructuring to easily assign nested data to variables.

1344680

🔥 Simple example on how to use Browsersync to expose your realtime localhost to the world

1062310

🔥 Independent Properties for CSS Transforms are coming! You can use Post CSS in the mean time.

963350

🔥 Use console.time() and console.timeEnd() to easily time any type of operation

1297620