Branch Strategy is the way you organize development workflow. As a Developer, you will always work on a couple versions of your code. Therefore, it is a good idea to split them into separate types at first. According to Gitlab documentation (https://docs.gitlab.com/ee/topics/gitlab_flow.html), we can start…
Terraform 0.12, a new feature which can be implemented in new projects Recently HashiCorp published the newest version of Terraform, which has a very interesting feature as a new approach pertaining to loops. Most of us are familiar with the old count expression trick, which…
Since Oct 7, 2015, we have been using Amazon Inspector in many different situations. We can treat it as our simple pentest tool, though this is an oversimplification. Today we will try to take a look at this specific tool and determine if it is…