gcp

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 »

Exporting data from Storage to Memorystore using Cloud Dataflow

Recently, I got a chance to do an R&D on a requirement where I would need to read files stored in a Cloud Storage bucket, which would be processed and transformed in the desired format and stored in an in-memory data store, i.e., Memorystore for faster access. Well, honestly, it took several days to figure

Exporting data from Storage to Memorystore using Cloud Dataflow 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 »

Google Deployment Manager: Simplify your Cloud Management

Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources like computing, databases, storage and networking. You can write flexible templates and configuration files and use them to create deployments that have a variety of Cloud Platform services, such as Google Cloud Storage, Google Compute Engine, and

Google Deployment Manager: Simplify your Cloud Management Read More »