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 26 of 26
π₯ NPM protip: --save-dev in can be replaced with just -D
π₯ Check out the Dracula colour scheme for Sublime Text, ZSH, Atom, Vim + more t.co/63Y6vw5zdU
π₯Protip: Use CSS :not() instead of applying and unapplying borders on navigations. Supported wherever last-child is
π₯ BrowserRemote - Debug your user's browser remotely via Chrome DevTools.
t.co/BDbYU21x3R
π₯ Checkout the pure ZSH prompt from @sindresorhus t.co/KI0kSvyvAN
π₯ Max out your keyboard, trackpad & mouse. Speed up and keep carpel tunnel at bay by minimizing repetitive movements.
π₯ CheatSheet is a free app that pops up shortcuts for any application when you hold β t.co/rJkP7ZTjcM
π₯ Use the tree command to visually list directories. Add t() to .zshrc file for quick + easy defaults.
π₯ Completions for all possible flags and descriptions for ls by typing ls - + tab in Oh-My-Zsh
π₯ Hot Tip: On any GitHub repo, hit t to filter for files by name - no more clicking through nested directories.