October 26, 2023 git
Using git bisect to find the one bad commit
Commits 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.
What I've learned so far.
Commits 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.
Working on a large codebase for the first time can be intimidating. If only there is a way to quickly scan the most important files...
Asynchronous code would be impossible without the event loop. But how does it work?
It 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.
Some frameworks like Next.js or Astro offer file-based routing - here's how it works