Secure a Rails API with Auth02021/10/09RubyRailsOAuthSecurityAuth0Learn how to secure an API written using Ruby On Rails
Signing your commits in git2021/03/22SecuritygitgpgSigning your commits with a gpg key adds a layer of integrity to your code contributions. Not only that, but it's quite easy to set up
Book Review: Securing DevOps2020/05/26Book ReviewDevOpsSecuritySecuring DevOps offers plenty of actionable advice to make your setup, from CI to production, more secure
Authorization for a Kotlin Spring backend, using JSON Web Tokens2020/03/19Auth0OAuthKotlinSpringBootSecurityBuild authorization into your Kotlin backend by combining Auth0, JWTs and Spring Security to ensure only the right parties can execute operations
Setting up Auth0 with Terraform2020/02/22Auth0OAuthInfrastructure as CodeTerraformSecuritySetting up Auth0 with Terraform ensures that your setup is repeatable, and that you can authorize your apps easily and conveniently
An overview of IAM in AWS2019/03/09AWSIAMTerraformSecurityIAM in AWS can be scary. I wrote a small guide to understand the basic concepts so that you can get started with it