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.
Page 13 of 44
π₯ 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.
π₯ 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:
π₯ Fixing Twitterβs border-radius problem.
Get perfect border radius with: outerRadius = innerRadius + spaceBetween
π₯ 4 JavaScript console tips: $, $$, $0 β $4 and $_
π₯ VS Code Find & Replace all instances, but match case and preview changes.
Super handy when duplicating multiple CSS Selectors or JS Components
π₯ JavaScript Functions Visualized
π₯ I use this handy git ac alias to add all and commit in a single command
git ac
π₯ If you code on a mac, you gotta turn this keyboard setting on to tab between dialog box buttons.
System Settings β Keyboard β Keyboard Navigation
System Settings
Keyboard
Keyboard Navigation
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 π