Python web applications can benefit a lot from language features such as coroutines and async/await. Non blocking IO changes the way incoming requests are serviced, but it is also useful when integrating with other systems like Kafka. This article shows how to combine Python asyncio with Kafka.
webglstudio.js: A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
From the author of Linkerd, one of the most used service mesh technologies, this article attempt to describe what every software engineer needs to know about the World's most over-hyped technology.
In this installment of Low Level JavaScript we build a Promise implementation from scratch in order to understand exactly how asynchronous JavaScript code works and how promises make things easier to grasp.
Book of the week
Web Development with Node and Express: Leveraging the JavaScript Stack
by Ethan Brown
Learn how to build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this hands-on guide, author Ethan Brown teaches you the fundamentals through the development of a fictional application that exposes a public website and a RESTful API. You’ll also learn web architecture best practices to help you build single-page, multi-page, and hybrid web apps with Express.