Kotlin Lateinit vs Nullable for database fields with Kotlin and DynamoDB Mapper This is a pattern I've run into a few time while working with Kotlin. I have a DynamoDB tables with some required fields, and some that get filled out later on in the
Gitlab Managing Secrets with Gitlab CI Because the advice "don't check your secrets into source control and then push them to a public repository" advice exists far more than any practical solutions to the problem, here's how