Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

Google API

How to call REST APIs with a service account on Google Cloud Platform

Normally, GCP operations can be done via command line tools or client libraries, so we never called the REST API directly. I'm trying out a service called GCP Batch right now, but it's still in preview stage and the command line tools and …

How to use Google Authentication instead of Basic Authentication just by setting up a web server

Basic authentication is an easy way to restrict access to a site. Basic authentication is convenient, but it is problematic because the browser does not remember the ID and password and you have to enter them each time, or anyone can acces…