新しいプロジェクトを立ち上げるにあたっての準備をリストアップしていましたが、単純なテキストに起こすのも融通が利きそうにありません。そこでGitHubリポジトリのIssuesを活用してみました。資料もあれば兎に角突っ込んで […]…
SoftBank sinks $200M into Andela, propels company into unicorn territory
CEO Jeremy Johnson sees more competition coming into the global tech talent hiring space as he saw the number of Andela applicants increase 5x in the past six months.
confluence-markdown-syncを使ってGitHubリポジトリ内のmdファイルをConfluenceCloudに同期させてみた
GitHubリポジトリにコミットしたドキュメントと、ConfluenceやNotion等のドキュメントスペースへコミットするドキュメントの取り扱いには頭を抱えやすいものです。 Confluence内のドキュメント取り扱い […]…
actions/github-scriptがv4からv5にアップデートされていたので対応してみた
github-scriptがいつの間にかv4からv5にアップデートされており、作業中だったワークフローでためしてみたところ検証しやすくなっていました。具体的な変更点や対応方法含めて書いてみました。 v5での変更点 リリー […]…
DependaBotによって作成されたPRに独自のToDoを追加してみる
ライブラリの脆弱性対応はトラブルが発生する前に着手しておきたいものですが、各ライブラリの最新情報キャッチアップまでは中々手が届きません。そんな時に役に立つのがDependaBot。 ただ「このbotを導入すれば夢のように […]…
Which VCs are set to make a killing in GitLab’s IPO
The GitLab debut is set to make a lot of funds material coin.
Inside GitLab’s IPO filing
While the technology and business world worked towards the weekend, DevOps firm GitLab filed to go public. So we need to pause, digest the company’s S-1 filing, and come to some early conclusions.
Cryptocurrency launchpad hit by $3 million supply chain attack
SushiSwap’s MISO launchpad hacked via a malicious GitHub commit.
Travis CI flaw exposed secrets of thousands of open source projects
Developers furious at Travis CI’s “insanely embarrassing ‘security bulletin.'”
[小ネタ]AWS Amplifyでデプロイが始まらなかった際にIncoming Webhooksを利用して手動デプロイする
現在、自分はProfllyというプロフィールビューアーサービスの開発を行っています。 Profllyでは、ホスティングおよびCI/CDにAWS Amplify(以下、Amplify)を採用しており、連携されたリポジトリの […]…