Tag

#github-actions-1

CI Checks: Ensuring Better Code Quality and Faster Deployment

How can you consistently deliver high-quality code that adheres to established coding guidelines and is free from errors?The solution lies in implementing tests and multiple checks for linting and type errors. This may seem straightforward, but it re...

Date: |Estimated Reading Time: 8 min|Author: Shad Mirza

Simple Steps to Include CDK Diffs in GitHub PRs

Hey, everyone! If you've been using AWS, chances are you've come across CDK and building cloud apps with it. As seamless as it is to deploy apps using CDK, it is equally important to monitor changes in infrastructure code and prevent issues. This gui...

Date: |Estimated Reading Time: 6 min|Author: Shad Mirza|Comments: 2