A repo to collect small tricks and tips I usually apply for both personal and professional projects. Feel free to comment or add any suggestion by PR.
GCP is organised as a big directory of "folders". When we talk about BigQuery, the organisation is very similar to other RDBMS (Datasets and tables/views). However, when it comes to the rest of applications in GCP, the main structure is the Project. A project is the main space where you will be working or storing information.
AS Google explain in its documentation: "With IAM, you manage access control by defining who (identity) has what access (role) for which resource. For example, Compute Engine virtual machine instances, Google Kubernetes Engine (GKE) clusters, and Cloud Storage buckets are all Google Cloud resources. The organizations, folders, and projects that you use to organize your resources are also resources. In IAM, permission to access a resource isn't granted directly to the end user. Instead, permissions are grouped into roles, and roles are granted to authenticated members. An IAM policy defines and enforces what roles are granted to which members, and this policy is attached to a resource. When an authenticated member attempts to access a resource, IAM checks the resource's policy to determine whether the action is permitted."