A Nodejs server to control telescopes remotely, like Nexstar - GitHub - fcsonline/node-telescope-server: A Nodejs server to control telescopes remotely, like Nexstar... (more…)
Read more »
Is it faster to run node.js disk operations with maximal parallelism? Or to chain them? Or something in between? This experiment tries to find out. (more…)
Read more »
At the end of this article you will know the overall anatomy of a skill, how to build the code that powers it, how to configure it in AWS… (more…)
Read more »
Codecov has now introduced a new cross-platform uploader meant to replace its former Bash Uploader. The new uploader is available as a static binary executable currently supporting the Windows, Linux, and macOS operating systems. However, some have raised... (more…)
Read more »
JavaScript is a ridiculously fast scripting language. But how fast is JavaScript compared to C++? Let’s look at this example that computes prime numbers in Node with JavaScript and with a native C+… (more…)
Read more »