You can now develop AWS Lambda functions using the Node.js 14.x runtime. This is the current Long Term Support (LTS) version of Node.js. Start using this new version today by specifying a runtime parameter value of nodejs14.x when creating or updating fun... (more…)
Read more »
Since ESLint is deprecating formatter rules, I propose using Biome as the formatter. (more…)
Read more »
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
Since I’ve been working with node.js quite a bit lately, to build a better mental model of how it works, I wanted to spend some time walking through it’s source, and learning a bit about how it works. (more…)
Read more »
A checklist for developing secure apis using the express framework for Node.js. (more…)
Read more »