Tagged

#utility

16 posts

  1. How to install corepack

    For deterministic dependency installation

    #utility#npm#javascript
  2. Postman is Dead. Long live Bruno

    Integrate example requests into your normal development workflow

    #utility#testing#javascript
  3. Your IDs need better DX

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

    #utility#typescript#db
  4. FNM: a better node version manager

    It automatically changes node versions as you move between projects

    #node#terminal#utility#tooling
  5. A smarter cd command

    A tool called zoxide will improve your whole terminal experience

    #terminal#utility#tooling
  6. You should version control your dot files

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

    #utility#organization#tutorial
  7. Filling out the same form over & over again

    With a Chrome extension called Autofill

    #utility#tutorial
  8. How I setup a new Mac

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

    #mac#terminal#opinion#utility#tooling
  9. Make Rebasing Faster...unix style

    An update to an old post that only worked on Windows

    #git#terminal#utility
  10. Why you should stop using Git's default text editor

    Use the text editor you're most comfortable with

    #git#terminal#utility
  11. New git commands to replace 'checkout'

    Git somewhat recently introduced two new commands, switch and restore

    #git#utility
  12. Making rebasing faster

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

    #git#efficiency#utility
  13. 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?

    #git#terminal#utility