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!
You're using browser-sync and want to include it your latest changes to tailwindcss configuration? Look no further
AWS Parameter Store allows us to store any arbitrary text as parameters, including JSON. This post shows how to parse the value using the jq command.