little cubes

Posts tagged "utility"

  1. How to install corepack

    For deterministic dependency installation

  2. Postman is Dead. Long live Bruno

    Integrate example requests into your normal development workflow

  3. Your IDs need better DX

    They can be sortable, selectable, distinguishable, and type safe.

  4. Correctly Configuring Prettier in VS Code

  5. FNM: a better node version manager

    It automatically changes node versions as you move between projects

  6. Keeping git history when combining multiple repos into a monorepo

  7. A smarter cd command

    A tool called zoxide will improve your whole terminal experience

  8. You should version control your dot files

    You know the ones, all those config files sitting in your home directory

  9. Filling out the same form over & over again

    With a Chrome extension called Autofill

  10. How I setup a new Mac

    The perfect terminal, OS settings to build better apps, best Mac productivity apps, & more!

  11. I quit LastPass and moved to 1Password after 10 years

    And here's why

  12. Make Rebasing Faster...unix style

    An update to an old post that only worked on Windows

  13. Why you should stop using Git's default text editor

    Use the text editor you're most comfortable with

  14. New git commands to replace 'checkout'

    Git somewhat recently introduced two new commands, switch and restore

  15. Making rebasing faster

    Do you find yourself running "git rebase -i head~N" a lot?

  16. A Shortcut For Git (on Windows)

    What are the three most common letters you type when using git? 'g-i-t'. What if you could reduce that by two thirds?