Igor Kolosovskyi

Igor Kolosovskyi is a software developer with main focus on Microsoft technologies, also he’s passionate about JavaScript and all of its aspects. Now he’s working in Objectivity which is located in Wroclaw, Poland. Outside of work he likes to travel and read Sci-Fi books.

08 September 2016
08 September 2016

Is JavaScript Single-Threaded?

Developing JavaScript for web pages can be perplexing. You will get errors that seem to make no sense, You will be given nuggets of advice about how and when you can use JavaScript to manipulate the DOM or make Ajax requests. It is far better to understand the reason for these rules; the single-threaded nature of JavaScript, and how it loads the page and manages the event loop. How can you achieve parallel processing and what is the best way? Igor makes it all clear and obvious.… Read more