It Has Been A While!

India Community Summit 2022

After a gap of 3 years due to pandemic the India Community Summit was organized by Google Developers at Ladakh. GDG Organizers, Developer Experts and Student Club Leads across India were part of it

Building Apps with Google Photos API

While Google Photos has an very good UI to search, upload and brows through your Photos stored, it also provides a lot of APIs to read and manipulate photos data if you choose to build any apps of your own to work with Google Photos, of course your user needs to authenticate with their Google account first

Building Application With Google OAuth Identity

Creating Google OAuth Client Credentials, Adding scope to access Google Services

Deploying gRPC service in Google Cloud Run

Google Cloud Run supports gRPC along with REST interface. gRPC is a modern high performance framework that can run in any environment. If you remember protocol buffers, gRPC is the most straightforward way to use it