ALL ARTICLES

- Recreating Signals for React using Proxy

7 months ago - Proxies in Javascript are really interesting. What if we could recreate signals in React by utilizing them? ...

- Stop using git rebase for all your squashing

About 1 year ago - Squashing commits through interactive rebases is often cumbersome, and is often more easily accomplised using a variation of git reset...

- The Swiss Army Knife that is "git checkout"

About 1 year ago - The Git checkout command is deceptively powerful. This post looks at some of the things you can do with it...