Recently I came across a Tweet saying "writing is thinking". This resonates very much with my experience and I want to share it here.
express-validator is a powerful validation and sanitation library. However, it relies on string property names for the validation to work. This is not type and refactoring safe, hence error prone. Let's see if we can fix this...
The other day I wanted to create an AWS Cognito User Pool with OAuth 2.0 client credential flow using the famous AWS CDK. It is pretty easy but not obvious...
AWS CDK needs some minimal IAM permissions to be able to deploy via CloudFormation. Which permissions? Read on!
You're using local domains in development and want access them from Android virtual devices using the Android emulator? Look no further - "serverless" pihole has got you covered!