Seemant Shekharblog.seemantshekhar.com·Sep 8, 2024A Beginner’s Guide to Contributing to Open Source: From Fork to Pull RequestContributing to open source can be a rewarding experience, offering opportunities to learn new skills, collaborate with others, and make a tangible impact on projects that matter. If you’re new to open source or looking for a project to contribute to...32 readsopen runtimes
Marcio Figueiredo | E3M Sistemas e Appse3m.dev.br·Aug 29, 2024Serverless: Descomplicando a Computação na Nuvem com Cloud Functions da GCPJá faz algum tempo que a computação na nuvem deixou de ser uma tendência para se tornar uma realidade. Mas ainda existem muitas empresas que não conhecem ou não exploram o potencial das soluções serverless. E é sobre isso que quero falar hoje! O Que ...41 readsCloud
David Willifordblog.davidwilliford.dev·Aug 6, 2024Deleting Subscription Addons Automatically in ReChargeReCharge is an amazing app for handling subscriptions in an ecommerce store. However, I recently discovered a missing functionality that has been causing frustration with both our customers and my fellow employees. Warning. This fix is pretty extensi...ecommerce
Tanishka Marrottcloud-design-diaries.hashnode.dev·Aug 2, 2024Understanding and Managing Service Account Keys in Google Cloud: A Comprehensive GuideIntroduction In our journey as cloud engineers, we often encounter the intricate web of permissions and authentication mechanisms that keep our applications secure and functional. One such critical aspect is the use of Service Account Keys in Google ...1 likeKey rotation
Tanishka Marrottcloud-design-diaries.hashnode.dev·Jul 30, 2024Automating Machine Image Backups in GCP: A Comprehensive GuideHello Hashnode Community, I'm excited to share my recent experience automating machine image (MI) backups in Google Cloud Platform (GCP). This journey was both enlightening and rewarding, and I'm thrilled to walk you through the steps I took to imple...GCP
Umesh Panditumeshpandit.hashnode.dev·Jul 25, 2024How to Build Your First Serverless Function with Azure: A Beginner's GuideHave you ever considered building applications without the overhead of managing server infrastructure? Azure Functions, a serverless computing service offered by Microsoft, allows you to do just that. In this guide, we'll explore the fundamentals of ...Azure Functions
Mikaeel Khalidblog.mikaeels.com·Jun 2, 2024GCP Instance Scheduler using TerraformManaging cloud resources efficiently is crucial for optimizing costs and ensuring that resources are only utilized when needed. One common requirement is to automatically shut down virtual machines (VMs) during non-working hours to save costs. In thi...123 readsTerraformTerraform
Kris Fkrisfeher.com·Nov 3, 2023How to do cross-cloud backup replicationIntroduction A good practice to do backups is to follow the 3-2-1 rule. That's having 3 backups of the same data 2 of them on separate media 1 of them off-site Translating this to the cloud we can do: 3 backups of the same data 2 of them are o...S3
Hirameichgi.hashnode.dev·Sep 2, 2023Deploying a GCP Cloud Function with Nest.js via Cloud BuildMates, here I am for a new post. For the last few months, I've been learning GCP Cloud to improve my serverless skills. And this practice is something I wanted to share and document for future implementations. There are 3 basic concepts here you need...1 like·788 readscloud functions
Ronil Rodriguesronilrodrigues.hashnode.dev·Aug 19, 2023Exploring Google Cloud Platform's Serverless Offerings: App Engine, Cloud Functions, and Cloud Run ☁️🚀Serverless computing has revolutionized the way developers build and deploy applications in the cloud. Google Cloud Platform (GCP) offers a trio of powerful serverless services: Google App Engine, Cloud Functions, and Cloud Run. In this blog, we'll d...App Engine