PeopleWhy software development estimates are so often wrongWhy are software development estimations so hard to get right? Here are some ways to get more accurate.
AIWhich jobs are the AIs coming for?I want to walk through a framework I use to understand how the AI work I've done and supported over the years impacts my coworkers.
PeopleWhy and how to create your own Mastodon server on AWS with TerraformWe've updated and open-sourced Terraform scripts to bootstrap your own Mastodon server using AWS, Elastic Container Service and Fargate.
PeopleThe art of polite code reviewsTaking the time to write meaningful comments while providing feedback to your coworkers can go a long way. Yves shares some of the principles he follows to articulate positive criticism during code reviews.
PeopleGitOps with Terraform, Terragrunt and GitHub WorkflowsIn this post, we'll define GitOps, review a sample Terraform app module repo and an associated GitHub Workflow to lint and version the module repo, and review a sample Terragrunt live repo and a GitHub Workflow to apply infrastructure changes.