Google Cloud Platform

How To Pass The GCP Associate Cloud Engineer’s Certificate Exam (Again)

In this era of artificial intelligence, where some companies have slowed down hiring, having a cloud certification will elevate the credibility of your cloud skills along with your software development skills. In January 2021, I took the GCP Associate Cloud Exam for the first time and passed successfully. That preparation and notes really helped me …

How To Pass The GCP Associate Cloud Engineer’s Certificate Exam (Again) Read More »

Cloud IAM Logo

Identity And Access Management (IAM) In Google Cloud Platform

Identity and Access Management or IAM is a centralized system for managing access to resources in GCP. It lets you control who can access what resources and what actions they can perform. This helps you improve security and compliance by ensuring that only authorized users have access to the data and resources they need. How …

Identity And Access Management (IAM) In Google Cloud Platform Read More »

15 GitHub Repos That Every Developer Must Bookmark Right Now

Over the last few years, GitHub has become more than a mere versioning-control system. It is a one-stop place where developers collaborate and contribute together that forms such a strong community and an enormous network among the developers and programmers. But finding useful repositories has been an uphill task for many. As per Wikipedia, GitHub …

15 GitHub Repos That Every Developer Must Bookmark Right Now Read More »

Triggering Cloud Functions With Cloud Storage in Java

Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions, you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. Your function is triggered when an event being watched is fired. Your code executes in a fully managed environment. There is …

Triggering Cloud Functions With Cloud Storage in Java Read More »