Apr 29, 20201 minThreads 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, 20202 minA Faster Way to Track Down BugsHave 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...