Solving the Image Promotion Challenge Across Multi-Environment with ArgoCD
Author(s): Anirudh Mehta Originally published on Towards AI. When designing cloud environments, it is often recommended to set up multiple accounts. While this approach offers resource independence, isolation, better security, access, and billing boundaries, it also comes with its own set of …
The 3 Ways To Merge Pull Requests In Git
Author(s): ___ Originally published on Towards AI. Create Merge Commit VS Code offers are 3 ways (when using GitHub as the version control system) to merge a Pull Request (PR), namely: Create Merge CommitSquash and MergeRebase and Merge This article will explore …