Karan Kiri's Blog

Karan Kiri's Blog

Follow

Debugging a Production Issue: Lessons Learned from Solving a Date Parsing Bug in Chromium v110

Mar 8, 20234 min read

Debugging a production issue can be a daunting task, but it's also an opportunity to learn new things and improve your skills as a developer....

Debugging a Production Issue: Lessons Learned from Solving a Date Parsing Bug in Chromium v110
Promise.all vs Promise.allSettled in Javascript