Camilo Reyes explores the Node.js Event Loop, showing how it deals with the problem of multiple threads and managing context switch.
Tag: asynchronous
Roger Jin explains how to get data from asynchronous APIs when using server-rendered React code.
Chris uses ReactJS, PHP, and Websockets to demonstrate how we can procedurally generate game terrain for our rip-off of Stardew Valley!
Chris bootstraps a basic Stardew-Valley-like game in this game development with PHP post, using an async server, preprocessors, and ReactJS!
Chris goes through the whole process of building a PHP async library for converting HTML to PDF - magical stuff!
Chris introduces Socketize, a "sockets-as-a-service" layer that helps you implement websockets into apps with zero overhead, then adds them to a PHP script!
Microsoft's David Catuhe explains JavaScript's recent advances in the area of asynchronous code.
Christopher Pitt goes through the process of building an extremely fast asynchronous PHP application server with Icicle and some League libraries - amazing!
Christopher Pitt introduces event loops - non-blocking async calls in PHP code, akin to Javascript. Can event loops breathe new life into PHP's performance?
Imran Latif dives deep into streaming and output buffering in PHP, explaining the ins and outs on various demos. Tune in to streamify your app.
This article explores the process of testing asynchronous code using QUnit. This is a followup to a previous article on writing synchronous QUnit tests.