Nov 16, 2025 · 5 min read · Cloud SQL vs. Bigtable vs. Firestore: Choosing the Right Data Storage on GCP Choosing the right data storage solution on Google Cloud Platform (GCP) can feel like navigating a maze. With so many options, it's easy to get lost! Today, we'll break down...
Join discussion
Nov 6, 2025 · 3 min read · Day 7 was the critical pivot from local development to a full Cloud-Native deployment. We successfully established a robust CI/CD pipeline using Google Cloud, automating the entire process from code push to service update. This is a massive step for ...
Join discussion
Sep 6, 2025 · 24 min read · Overview SQL (Structured Query Language) is a standard language for data operations that allows you to ask questions and get insights from structured datasets. It's commonly used in database management and allows you to perform tasks like transaction...
Join discussion
Aug 24, 2025 · 8 min read · Workload Identity Federation and GitHub Actions Once a VM on Google Cloud is successfully deployed, We need to automate the process with GitHub Actions by storing a service account key in GitHub Secrets. This time, explore automation with GCP WIF: N...
Join discussionJul 10, 2025 · 13 min read · Overview Cloud SQL is a fully managed relational database service for MySQL, PostgreSQL, and Microsoft SQL Server that offers many services for common adminstrative tasks such as backups, replication, and logging. You can easily connect your applicat...
Join discussion
Mar 20, 2025 · 6 min read · In today's data-driven world, businesses of all sizes rely on effective data management. Google Cloud Platform (GCP) offers a comprehensive suite of data storage solutions designed to handle various data types, workloads, and scalability needs. If yo...
Join discussion
Feb 19, 2025 · 9 min read · Overview In this lab, you configure a Cloud SQL server and learn how to connect an application to it via a proxy over an external connection. You also configure a connection over a Private IP link that offers performance and security benefits. The ap...
Join discussion
Feb 1, 2025 · 2 min read · Background IAM Authentication in Cloud SQL for PostgreSQL lets you manage database user access using Google Cloud Identity and Access Management (IAM) identities instead of traditional PostgreSQL usernames and passwords. This integrates database acce...
Join discussion