Node.js 8.7 performance – or, a tale of two bugs
One day, back in March 2017, I decided to implement WhatWG URL parsing in swagger2openapi. This depended on Node.js 7, so I installed it locally, and everything worked fine. (more…)
Read more »
In this post, you learn how to improve Node.js cold start performance by up to 70% by bundling and minifying your code. You also learned how to provide a different version of AWS SDK for JavaScript and that dependencies and how they are imported affects t… Read more