HARISH GAGGARharishgaggar.hashnode.dev·Oct 1, 2023Google Cloud SQL Database using TerraformCloud SQL is a fully managed database service that makes it easy to set up, maintain, manage, and administer your relational databases on Google Cloud. Terraform is an Infrastructure as Code (IaC) tool that allows you to define and manage your infras...DiscussTerraform
Felipe Faragutifaraguti.hashnode.dev·Sep 30, 2023From Code to Cloud: CI/CD Pipelines in DevOpsIntroduction Many companies must release software versions with great periodicity. But, how to deliver these versions with quality and put them into production quickly? For that, we have DevOps, which is what we are going to cover in this article. Wh...DiscussDevops
Tanay Vantanayvan.hashnode.dev·Sep 30, 2023Too Many Requests? Understand the Art of Rate LimitOne fine day, we decided to develop a face recognition system at my company, and I was eager to dive into the coding process. Little did I know that I would soon find myself trapped in the dreaded realm of 'Too Many Requests.' The reason? I was makin...Discussratelimit
Constantin Lungudatawise.dev·Sep 25, 2023The power of BigQuery INFORMATION_SCHEMA viewsIn one of the previous posts about BigQuery labels, I provided an example showcasing the usage of the INFORMATION_SCHEMA JOBS view when analyzing query statistics per label. Now what are these views? These are system-generated views that provide me...DiscussPractical BigQuerybigquery
Constantin Lungudatawise.dev·Sep 25, 2023Using Labels in BigQuery🔍 What exactly are BigQuery Labels? They're key-value pairs that you can associate with different BigQuery resources like datasets, tables, views, and even jobs within a session. Consider them as 'tags' that streamline the organization, tracking, an...DiscussPractical BigQuerybigquery
Abdul rehman Shahsyedabdul.hashnode.dev·Sep 24, 2023chapter 1.1 Creating Your Personal Google Cloud Platform (GCP) Account and Setting Up a Virtual Machine (VM)How to Create Your Personal GCP (Google Cloud Platform) Account: Step 1: Go to www.console.cloud.google.com. Step 2: Sign in with your Gmail account. Step 3: Activate the free $300 credits provided by GCP to encourage learning GCP. These credits are ...Discuss·10 likesCloud
Subash Neupanesubashneupane7.hashnode.dev·Sep 24, 2023How to launch an instance in different cloud providers and perform the SCP commandToday, we will be creating a virtual machine in the different cloud providers like AWS, Google Cloud Provider (GCP), and Microsoft Azure. After creating the virtual machine we will connect to each machine via SSH protocol and we will try a demo of co...DiscussCloud
Akhil Kondapaneniakhil-kondapaneni.hashnode.dev·Sep 23, 2023Mastering CI/CD: A Step-by-Step Guide to Seamless Integration of GCP's Cloud Build with GitHubGoogle Cloud Build Google Cloud Build is a fully managed, serverless CI/CD (Continuous Integration/Continuous Deployment) platform provided by Google Cloud. It simplifies the process of automating builds, testing, and deployment of applications. Clou...Discuss·11 likes·149 readsGCP
Abdul KhanforDevOps 0 to 1 devops0to1.hashnode.dev·Sep 23, 2023What is cloud computing?Introduction Think of cloud computing as a super-convenient way to store, manage, and access your digital stuff. It's like having a magical internet storage and computer system that you can use from anywhere. In this blog, we'll take a closer look at...DiscussCloud
Michael Etokakpanblog.michaeltech.xyz·Sep 20, 2023How to create your private VPN on the cloudBackground As the world around us gets more and more intertwined with the World Wide Web, the need to secure our Internet experience has never been more important than ever. With the rise of IOT (Internet of Things), we are seeing an increasingly dig...Discuss·2 likes·38 readsCloud Computing