Asynchronous programming is difficult to wrap your mind around: threads, semaphores, and deadlocks, oh my! On one hand, Node.js makes this a whole lot easier: no locking or mid-execution interruptions. But its event loop is foreign territory. Let’s explo... (more…)
Read more »
NPM is used as a convenient cross-platform package manager for a lot of developer tools. For many too... (more…)
Read more »
This week, the developer of the popular npm package 'node-ipc' released sabotaged versions of the library in protest of the ongoing Russo-Ukrainian War. The 'node-ipc' package, which gets downloaded over a million times weekly, began deleting files on dev... (more…)
Read more »
Learn step-by-step how to run a Nodejs application as a windows service. It can be done using NSSM which enables your app to run as a background service. (more…)
Read more »
Import GTFS transit data into SQLite and query routes, stops, times, fares and more. - GitHub - BlinkTagInc/node-gtfs: Import GTFS transit data into SQLite and query routes, stops, times, fares and... (more…)
Read more »