Linux Foundation offers free Node.js class

Node.js is wildly popular, but it’s not that easy to learn. Now, the Linux Foundation wants to help you pick it up with a new free online class. Read more

Similar

Node.js now has official certification

The Node.js Foundation’s mission is to enable widespread adoption and help accelerate development of Node.js and other related modules. We do this through an open governance model that encourages participation and technical contribution. (more…)

Read more »

Node v8.7.0

Windows 32-bit Installer: https://nodejs.org/dist/v8.7.0/node-v8.7.0-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v8.7.0/node-v8.7.0-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v8.7.0/win-x86/node.exe Windows 64-bit Binary: https:/... (more…)

Read more »

Extracting HTTP from PCAP in Node

Node is a wonder hacking platform and in this blog post I will show you how to quickly utilise the internal HTTP parser to extract HTTP sessions from PCAP files, which I am sure you already know is very useful in a wide range of scenarios - from hacking W... (more…)

Read more »

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...

Read more »