A travel journal for my shit coding adventures.
Removing explicit any from a TypeScript codebase
There are a surprising number of ways to explicitly rely on the any 'type' in TypeScript. Enough that it makes a search and delete not as trivial as you would think.
Microservices have nothing to do with deployment topology
Too many people use the terms Microservice to refer to an independently deployed piece of code. This is not a good definition of a Microservice. Microservice architecture has nothing to do with deployment topology
Twelve-Factor App with Amazon ECS and the CDK
Amazon ECS encourages us to adopt practices that conform with the twelve-factor app methodology
Switching Between Multiple AWS Accounts
How to set up switch role permissions in AWS to easily move between accounts
Creating a serverless-deploy user with AWS IAM
A starter template for new serverless projects with Typescript.
Get Started With AWS, Serverless, and TypeScript
A starter template for new serverless projects with Typescript.