この記事を読んで学べること: 今回の表現: “This cannot possibly have any relevance to the case!” 日本語訳: これが事件と何の関連もないわけ…
2024年03月
海外版クロノトリガー覚える英語
ゲームのセリフで学ぶ:「Relevance to the Case」
tech
Shell でjsonの配列の変数から value を抜き出す
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>JSONデータの読み込みとループ処理 (シェルスクリプト)</title> </head> <body>
海外版クロノトリガー覚える英語
ゲームのセリフで学ぶ:「Character into Question」
この記事を読んで学べること: 今回の表現: “Several other acts have also been brought to my attention that call the defendant…
海外版クロノトリガー覚える英語
ゲームで学ぶ法的フレーズ「Criminal Abduction」
この記事を読んで学べること: 今回の表現: “Shortly thereafter, both the Princess and the defendant vanished. If that is not …
tech
SendGridのSMTPサーバーを使ったメール送信をシェルスクリプトで確認する
SendGridのSMTPサーバーを使ったメール送信をシェルスクリプトで確認する方法SendGridは、メールの配信を専門とするクラウドベースのサービスであり、多くの開発者やビジネスに利用されています。SendGridのSMTPサーバーを利用することで、アプリケーションからメールを送信することができます。ここでは、シェルスクリプトを使ってSendGridのSMTPサーバー経由で
海外版クロノトリガー覚える英語
ゲームのセリフから学ぶ法的英語表現「Subdued and Coerced」
この記事を読んで学べること: 今回の表現: “Having subdued the Princess, the defendant then coerced her into visiting Lucca…
aws
GitHub Actionsを使ったDockerイメージのビルドとAmazon ECRへのデプロイ
GitHub Actionsを使ったDockerイメージのビルドとAmazon ECRへのデプロイこんにちは。今回は、GitHub Actionsを使ってDockerイメージをビルドし、Amazon Elastic Container Registry (ECR)にデプロイする方法について解説します。GitHub Actionsを活用することで、コードの変更に応じて自動的にDo
海外版クロノトリガー覚える英語
ゲームの対話で学ぶ:「Premeditated abduction of royalty」の意味
この記事を読んで学べること: 今回の表現: “Chrono is charged with premeditated abduction of royalty. The question is, how co…
aws
AWSコマンドでCloudFrontのキャッシュを消す
AWSコマンドでCloudFrontのキャッシュを消す方法 AWSコマンドラインインターフェース(CLI)を使用してCloudFrontのキャッシュを無効化(Invalidation)する方法を説明します。 手順 以下のコマンドを実行します。 aws cloudfront create-invalidation
aws
Resource handler returned message: “The runtime parameter of nodejs14.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs20.x) while creating or updating functions.
AWS CDKでLambdaランタイムのアップグレードエラーを解決するAWS Cloud Development Kit (CDK)を使用してサーバーレスアプリケー