A Node.js Perspective on MongoDB 3.4: Decimal Type

MongoDB 3.2 supports 3 numeric types: 32 bit integers, 64 bit integers, and 64 bit binary floating points. MongoDB 3.4 introduces a
4th type: 128 bit decimal floating point, also
known as “decimal” or “Decimal128”. The decimal type provides a workaround f…

Similar

Node-Red v1.0.4 Released

Here's a new Node-RED maintenance release for your enjoyment. It rolls up a few fixes that have trickled in over the last couple of months. Full release details here: https://github.com/node-red/node-red/releases/tag/1.0.4 Some highlights: JSONata 1.... (more…)

Read more »

Node v8.0.0 Released

The next major release of Node.js brings a range of significant changes and additions, far too many for us to cover adequately in a blog post such as this. This article contains a summary of the most significant changes and features. (more…)

Read more »