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

πŸ”₯ Terminal Tip: Suspend or Background processes to temporarily get access to your prompt.

Handy if you need to quickly npm install something, but your server is already running.

44960109665K
610221813K

πŸ”₯ Did you know Node.js has an async readline package built in?

Super handy for prompting your user for things like tokens or filenames.

Quick example:

462
2132136040K

πŸ”₯ Fixing Twitter’s border-radius problem.

Get perfect border radius with: outerRadius = innerRadius + spaceBetween

1.4K1502826529
1162

πŸ”₯ 4 JavaScript console tips: $, $$, $0 β†’ $4 and $_

1235
1.4K19321340169K

πŸ”₯ VS Code Find & Replace all instances, but match case and preview changes.

Super handy when duplicating multiple CSS Selectors or JS Components

34734865
660
3758228.1K

πŸ”₯ JavaScript Functions Visualized

2K30840492
17210
24115125.6K

πŸ”₯ I use this handy git ac alias to add all and commit in a single command

287987.5K
230211574

πŸ”₯ If you code on a mac, you gotta turn this keyboard setting on to tab between dialog box buttons.

System Settings β†’ Keyboard β†’ Keyboard Navigation

7427940184
21412207.6K

Access your cars backup camera with JavaScript πŸ˜†

πŸ”₯ These are 5 of my favorite tips for creating, moving and renaming files/folders in VS Code.

File utils extension is πŸ‘Œ

6218411153
37412119K