Recent Posts

Querying Mongo in C#

4 minute read

In this blog post, I’ll show so example on how to use C# MongoDB drive to querying a collection called “movies”, available in the sample data provided by Mon...

Asymmetric JWT Signing using AWS KMS

4 minute read

TL;DR Node.js implementation using asymmetric encryption key stored on AWS KMS to sign JWT tokens and verifying them using the public key. You can skip to th...