Victor Anuebunwa's Blog

Victor Anuebunwa's Blog

Follow
homeDevOpsBack Endnewsletter
Pinned

How we reduced our NodeJs app size on AWS Lambda by over 80% ๐Ÿ˜ฎ

Sep 7, 20215 min read 1.5K views

Tips on how to reduce your node app size and the benefits ยท This article highlights the steps we took to reduce the size of our NodeJs apps running on...

How we reduced our NodeJs app size on AWS Lambda by over 80% ๐Ÿ˜ฎ

List of node packages pre-installed on AWS Lambda runtime

Sep 2, 202115 min read 2.8K views

In the desire to make our node_modules folder as small as possible when deploying on Lambda, we thought about reusing node packages that could already...

List of node packages pre-installed on AWS Lambda runtime

How I survive testing on NodeJs and Jest ๐Ÿค’

Aug 31, 20213 min read 532 views

Common mistakes and errors to look out for when testing with Jest on NodeJs ยท Coming from a PHP background and with PHPUnit testing, I started my journey...

How I survive testing on NodeJs and Jest ๐Ÿค’

First Post ๐Ÿฅณ

Aug 27, 20211 min read 252 views

Why I chose to become a technical writer and what I'll be writing on ยท Today is one of those days I succumbed to peer pressure, or maybe it's what I...

First Post ๐Ÿฅณ