Posts
What I've learned so far.
Using git bisect to find the one bad commit
Posted on:October 26, 2023Commits may break things. But you might not notice it right away and push more commits. With git bisect you'll find the bad commit in no time.
Uncovering valuable insight with git log
Posted on:October 23, 2023Working on a large codebase for the first time can be intimidating. If only there is a way to quickly scan the most important files...
The intricacies of the event loop
Posted on:October 22, 2023Asynchronous code would be impossible without the event loop. But how does it work?
The long way of photons to get to earth
Posted on:October 20, 2023It takes 8 minutes and 20 seconds for a photon to get from the surface from the sun to earth. But to get from the center of the sun to its surface takes much longer.
How file-based routing works
Posted on:October 18, 2023Some frameworks like Next.js or Astro offer file-based routing - here's how it works