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…
Microsoft Graph is the gateway to data and intelligence in Microsoft 365 and a great tool to manage your organization. In this article, we will focus on the Microsoft Graph API, one of the three components of Microsoft Graph. Microsoft Graph API is a Restful…
Serverless computing continues to increase in popularity. In this article, we are going to focus on answering seven popular questions about serverless technology. Does serverless really work without servers? What is the difference between serverless and FaaS? FaaS – function as a service – is…
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…