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.
I started an ASP.NET Core application using dotnet watch run and I was surprised to see the whole application restarting even when I just changed a single character within a MVC View.