- 2022-06-14Creating A Robotics Simulation Pipeline With GitHub Actions And ROS
Creating A Robotics Simulation Pipeline With GitHub Actions And ROS
- 2022-03-08Doesn't look good to me — a requiem for thorough code reviews
Do you give a cursory review and slap the trusty "LGMT!" on pull requests? Read this to find out how you could bring more rigour to your team's code review practices and improve the software delivered.
- 2021-12-20Managing Missing CloudFormation Support with the AWS CDK
AWS CloudFormation support for services is patchy. Using Custom Resources to poll-fill them can be prone to error and messy. In this post I introduce a module that the AWS CDK provides to make creation of Custom Resources easier, safer and less messy.