Welcome to new things

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

Entries from 2022-10-01 to 1 month

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 encode and decode URLs with shell scripts

This is a memo on how to encode and decode URLs with shell scripts. You can find many ways to do this by searching. https://stackoverflow.com/questions/296536/how-to-urlencode-data-for-curl-command At first, we tried using nkf for both enc…

How to sort search results in Confluence Cloud

How to sort search results in Confluence Cloud by update order, title order, or any other criteria. Advanced Search When you click on the search window in the upper right corner of Confluence, you will see the "Advanced Search in Confluenc…

How to create sequential number and calendar tables in AWS Redshift

I have not used Redshift for the past few years, having migrated from AWS Redshift to Google BigQuery. However, Redshift Serverless, which is a pay-as-you-go Redshift, finally appeared and I started to get curious about it. Sure enough, I …