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
Chromebook Review After A Week
Chromebooks are around for a while now. I recently gave a shot and bought a small one ASUS C214 MA. I actually exchanged my old (~7 years) Toshiba Satellite E laptop with Intel i5 which was running Windows 10 (It was Win 8 when I bought)
Deploying PDF Conversion Tool In Google Cloud Run
Google Cloud Run is a great service to quickly deploy any containerized application. In this demo we will see how one can develope and deploy a PDF conversion tool which reduces size of scanned multi-page PDF file using ImageMagick