Home

This is really just an empty homepage…
You should check out the blog for content! 🙂

Getting started with AWS-SDK v3

When you try to install the latest aws-sdk, through npm i, it will still give you the latest v2. This is because version 3 does not work as a whole aws-sdk anymore, but instead has modularised packages. Meaning, instead of installing the whole SDK, you install the specific client that you need. For example, the…

Using mocks when unit testing your TypeScript code

Unit testing is a very important part of developing applications. After all, you really want to make sure your code is doing what it’s supposed to. With a unit test, you only want to test your own function code, not any other functions your function may call. This is where mocks come in. I know…


Follow My Blog

Get new content delivered directly to your inbox.

%d bloggers like this: