Welcome to new things

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

cloud

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…

I thought I shouldn't use "latest" in Dockerfile tags.

Periodically, AWS S3 files are copied to Google Cloud Storage. There are many ways to copy, but here we use the gsutil command for the Google Cloud SDK, The Google Cloud SDK uses a Docker image of Alpine Linux. However, at some point, I st…

I'm confused about how to use Twitter's Search API, so I'll try to summarize.

We had the opportunity to collect data using the Twitter API. The Twitter API has a Search API for searching tweets, just like Google search, which I used this time. I usually use Twitter mainly as a reader, so I was not really aware of it…

Collecting data with Twitter API

I tried to get data from Twitter using the Twitter API to see if I could use it to learn about trends in the world. As it turns out, I had heard rumors that the Twitter API was too restrictive, but it was really too tight to be useful... S…

Using the cloud means constant maintenance costs

I received an email from Google Cloud Platform. The Node.js version of the function I originally created for Gooble Cloud Functions was version 6, and this time the version 6 service was ending, so the email was a request for an upgrade. I…

Try different SSO (single sign-on) services

I am interested in SSO (Single Sign On) and have tried various SSO services. I am completely new to SSO, so here is a brief summary of what SSO is and how it works, and how easy it is to use. motive I use various web services, each of whic…

Good story about forced real name registration in Slack, but it would have been better if it had been provisioned from the beginning.

It's not much, but I wrote about Slack in a rambling way. Slack or Microsoft Teams? We use Office365, so we have access to Microsoft Teams, but we use Slack as our chat tool. Teams also tried using the tool, but at a glance, it was difficu…

How to quickly create a Slack Bot with AWS Lambda + Serverless Framework

This is a working memo for a simple Slack Bot using AWS Lambda and Serverless Framework. Creating a Slack Bot is a laborious process with many steps, but with AWS Lambda, you don't have to worry about the server environment. In addition, u…

Memo on how to create a Slack Bot (bot)

In addition to I looked up how to use the Slack API.," I also created a bot that goes a little further, so here is a memo of the procedure. At first, I thought it would be like an extension of the API, but creating a bot was not as easy as…

A story about the difficulties in obtaining Japanese national holiday data.

I was looking for Japanese holiday data to create a national holiday table in a database. In the end, I was able to obtain the data in CSV format that I wanted most from the following site (thanks to the author), but I took a long detour t…

Set up a lightweight GUI environment (Chrome, Japanese input display, remote desktop) on Ubuntu in the cloud

I summarized the setup of GUI environment on Linux (Ubuntu) in the cloud to enable minimum GUI work (Chrome & Japanese input display & remote desktop) even on a machine with low specs. Background Recently, with the increasing use of web se…