- Apr 29, 2020
- 1 min
Threads in JavaScript (Part 1)
What are threads? In an operating system, a process is a program that is loaded into memory. The process occupies real estate in memory...
- Apr 9, 2020
- 2 min
A Faster Way to Track Down Bugs
Have you ever spent all day searching through commits for a bug? Use this git bisect to literally cut your time in half! Most of my time...