Posts in category 'javascript' - page 2
Category: JavaScript
OS lifecycle
March 19, 2020
projectlint is a projects-wide linter and
style checker I’ve been working on during the last weeks. As part of its set of
rules, one of them
ensures that the current version of the operating system where the code is
running is maintained and updated. But, is there a npm package with info about
the operating systems lifecycles? Nope… enter OS lifecycle.
redux-offline in Node.js
February 24, 2020
Experimenting with
redux-offline, I’ve done a
Proof-of-Concept about how to use
redux-offline in a Node.js environment,
like a CLI command. This is useful for example when it’s needed to do an offline
aware application that needs to queue some operations until it’s connected
again.