Creating Reliable Timers in JavaScript

Disclaimer: Here I talk about how javascript handles code execution and
why it’s a terrible idea to trust its built-in intervals to work
accurately, if you just want to see some code, you can take a look at
this component
Read more

Similar

Cyclomatic Complexity in JavaScript

Hi there! ๐Ÿ‘‹ Recently, I was working as a software engineering intern at a startup as a back end developer. My task was to build the architecture & infrastructure from scratch using a modern server side framework Node.js. The co-founder who was also ..... (more…)

Read more »