[ JavaScript ] Killer of Sequential Promises
The pain of javascript is fighting with async functions, specially the big boss “CALLBACK HELL”, when you putting thousand console.log to…
Read more »Recently, I worked on a task of adding a time zone feature to the JavaScript calendar library managed by my team. I pretty well knew that… Read more