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

πŸ”₯ Super handy CSS Clip Path generator β†’

9353241037

πŸ”₯ Express' res.format() is a nice way to handle both HTML form submits and JSON API requests in a single request

1635230

πŸ”₯ 2 neat things about <img> when src fails. You can:

  1. Style alt text
  2. Display :before/:after pseudo elements

πŸ‘‰

29185120

πŸ”₯ Use object-fit:cover; on <img> and <video> to get that background-size: cover; effect

27463130

πŸ”₯ 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