Search
Nalezeno "non": 2382
The Dark Side of Promises
9.4.2018
Since the release of es6 many new features have found their way into NodeJS, but non had quite the same impact as promises. Promises have been developed for the browser before es6 was even a thing. There were several implementations that have been used like jQuery’s deferred object before...
Asynchronní JavaScript pod pokličkou aneb Eventloop v praxi
8.3.2018
Co znamená asynchronní JavaScript a jak funguje pod pokličkou? K čemu slouží event loop, API a event queue? Jak zařídit, aby váš kód zbytečně neblokoval prohlížeč, tzv. non-blocking kód?