Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to its initial state (its state before the transaction started). It's based on the two phase commit s... (more…)
Read more »
An example application I'm going to outline an example to make the concept clearer: You need to send a recurring email to some users (a newsletter for example), based on some business logic The business logic / user story could say: &a... (more…)
Read more »
One of the most impressive parts of moving applications into the cloud is the ability to apply differ... (more…)
Read more »
Manage windows in Windows, macOS and Linux using Node.js - sentialx/node-window-manager... (more…)
Read more »
Learn key tips for building scalable Node.js applications, including worker threads, clustering, microservices, CDN optimization, stateless authentication, t... (more…)
Read more »