Once upon a time, not so long ago, a word caught my ear. Lambda. That struck a chord, remembering the good old days of playing Half-Life as a kid. Little did I know what AWS Lambda was, and how incredibly awesome it is. If you're intrigued, stick around. ... (more…)
Read more »
Digital image processing is a method of using a computer to analyze and manipulate images. This tutorial covers using the Node.js library sharp to read an image and extract its metadata, resize, change and compress its format, crop, grayscale, rotate,... (more…)
Read more »
CAMBRIDGE - In a press conference today, MIT researchers unveiled their discovery from an exhaustive analysis of the entire NodeJS package manager (npm) repository: nearly every package in existence has a direct or indirect dependency on "shopping-list", ... (more…)
Read more »
Windows 32-bit Installer: https://nodejs.org/dist/v7.8.0/node-v7.8.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v7.8.0/node-v7.8.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v7.8.0/win-x86/node.exe
Windows 64-bit Binary: https:/... (more…)
Read more »
Learn to dockerize your Node.js application based on Express and run it on AWS Fargate. With AWS Fargate, you launch Docker containers in the cloud without any need to manage virtual machines. Operati... (more…)
Read more »