New to asynchronous programming? Learn what it's about, how to use async and await, avoid deadlock pitfalls, and refactor blocking code.
Tag: Async
Michiel Mulders demonstrates how, when building a Vue app with Vue CLI, to make use of both Vue’s async components and webpack’s code-splitting functionality to load in parts of a page after a Vue app’s initial render — keeping initial load time to a minimum and giving your app a snappier feel.
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!
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 looks at 10 simple tasks that can improve performance of a Node.js web application.