search icon

V8 function optimization

15min coffee icon5min coffee icon5min coffee icon34 min read

JS engines are complicated piece of software. I want to quickly explain one of the optimization techniques V8 is using to speed up your code execution.

Read

Is Symbol really useful?

5min coffee icon5min coffee icon5min coffee icon13 min read

Symbols, underestimated feature introduced in ES2015. Does it have any other purpose than interview questions?

Read

How JS becomes multi threaded?

15min coffee icon5min coffee icon30 min read

How we can perform costly operations on our server or user's browser? Multi threading in JavaScript comes to rescue!

Read