© 2023 Hashnode
#google-cloud-apis
Let's understand the need for regions and zones. • Until now, when we were creating the cluster, we saw it was asking for a region or a zone. What were we choosing and why do we need multiple regions …
Introduction As a developer sometimes we need to share or access the data in google sheets for business purposes and for those who don't need a user account of the system to access specific data. In t…
This is a sequel to my previous blog post on Retrieving data from a public Google Spreadsheet and display it on a webpage. Only, this time, we're using a server-side code (PHP) to fetch the data from the Google Spreadsheet since : not only …
Recently, I used the Google Cloud Vision API to create a Python script that takes an image of my linear functions algebra homework and plots the graph of the linear equation for each question. In this…