Skip to main content

Posts

2024

AWS in GitHub Actions: authenticate with IAM roles and forget about Access Keys
·996 words·5 mins
CICD AWS GitHub Actions IAM roles Terraform OIDC

2023

Trailing spaces in MSSQL string comparisons
·525 words·3 mins
SQL MSSQL SQL Server string comparison LINQ Entity Framework
Configuration overrides in .NET: be careful with Collections and Objects
·808 words·4 mins
.NET Development Configuration IOptions Configuration Overrides
Remap Caps Lock and Ctrl in Windows with PowerToys
·471 words·3 mins
Windows Development PowerToys Tips Remapping-Keys

2022

Synchronize AWS profiles from Windows with WSL
·224 words·2 mins
Linux Development AWS WSL2 WSL Tips Symlink Kubernetes
You don't need .ConfigureAwait(false)
·458 words·3 mins
.NET Development async-await Tips Better-Code