Hejdaの見る夢

一人前のエンジニアを目指して頑張ったこととかをつらつら書くブログ

GitHub

ハンズオン資料を作ったので軽く解説を書く (Hands On Cloud Run to Memorystore for Redis)

概要 以下の自作のハンズオン資料の解説記事です :) github.com ハンズオンでやっていること 主に以下の 2 点を実際に構築出来ます 1. 同じプロジェクト内で Cloud Run から Memorystore にアクセスする 2. 違うプロジェクトの Cloud Run から Memorystore …

Azure Citadel のすゝめ 🧐

サマリ Azure Citadel に感動したのでそれをおすすめする記事です!! Azure Citadel https://azurecitadel.com/ どんなサイトなの?? https://azurecitadel.com/about/ 簡単にまとめると以下のようです。意訳なので間違ってたらごめんなさい :( Azure Citadel …

Azure Storage を Terraform で構築するサンプルを公開しました!! 🎉🎉🎉

動悸 Serverlessdays Tokyo 2019 にて素敵な登壇があり、実際に書いてみようと思いました。 Azure でサーバーレス、 Infrastructure as Code どうしてますか? by @dz_ Have fun! Azure でサーバーレス、 Infrastructure as Code どうしてますか? from Kaz…

Hacktoberfest 2019 に参加してみた 1/3

Hacktoberfest 2019 の概要(公式サイトより転載) https://hacktoberfest.digitalocean.com/ Event details 原文 Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or compa…

🐳 package-dockerfile に Go(golang) をいれました 👀

先の投稿に引き続き、package-dockerfile に Go(golang) の Dockerfile を追加しました GitHub https://hub.docker.com/u/iganarix Docker Hub https://hub.docker.com/r/iganarix/lang-golang これから継続的にアップデート出来ていけたらいいなと思います(…

🐳 package-dockerfile に Python を入れました 🐍

昔から下記のようなものを作っていまして、地道に増やしています https://github.com/iganari/package-dockerfile これは何かというと、自分用の Docker Image を作るための Repository です 上記の Repository にて、管理している Dockerfile を使って、 Do…