These are labs, they are not full posts and are more akin to a Github gist. The idea is to share thoughts and snippets of code, that might not be quite as refined.

NestJS composite guards

NestJS is a powerful IoC framework for NodeJS, one of the features of which are guards, which allow for higher order authentication on API routes. This explainer shows how to create a composite guard...