DigitalOcean (get $10 credits) https://m.do.co/c/e79071ae6b49 Text instructions (coming soon) Sample Node.js app: https://github.com/Juriy/easyio First video... (more…)
Read more »
Today, we are happy to announce a new preview release of ChakraCore, based on Node.js 8, available for you to try on Windows, macOS, and Linux. We started our Node-ChakraCore journey with a focus on extending the reach of Node.js to a new platform, Window... (more…)
Read more »
Remove the 'peacenotwar' module This code serves as a non-destructive example of why controlling your node modules is important. The module literally then proceeds to write files to the hos... (more…)
Read more »
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...
Read more »
Node.js runs on an event loop. It holds a queue of tasks to run, and runs them, one by one. New tasks appear on the queue while it runs… (more…)
Read more »