家計簿アプリを作ろう 解説資料 http://tenn.in/accountbook ハンズオンのやりかた skeletonディレクトリ以下に問題があり、11個のステップに分けられています。 STEP01からSTEP11までステップごとに進めていくことで、GoでWebアプリが作れるようになっています。 各ステップに、READMEが用意されていますので、まずはRE…
Introducing even more security enhancements to npm | The GitHub Blog
The JavaScript community downloads over 5 billion packages from npm a day, and we at GitHub recognize how important it is that developers can do so with confidence. As stewards of the npm registry, it’s important that we continue to invest in improvements that increase developer trust and the ove…
GitHub – nedlir/OfficerBreaker: pptx/docx/xlsx password remover
Officer Breaker Officer Breaker is a simple program that removes the password from read-only protected files that belong to the Office Open XML format family (.pptx/.xlsx/.docx file types). Please read the disclaimer before using this program or its source code. GUI artwork by @Cioccolatodorima. …
GitHub – modfy/nominal: 🔒 The new way to do types in typescript.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitでコミット(commit)前にterraform fmtやtflintを実行したい時はpre-commit-terraformが便利 | DevelopersIO
gitでコミット(commit)前にterraform fmtやtflintを実行したい時はpre-commit-terraformが便利 「ローカルでもterraform fmtやtflint・tfsecの実行を自動化したい。」 terraformにはコードのフォーマットやテストに便利なcliツールやコマンドが色々あります。 (terraform fmt、terarform validate、tfsec、tflint等) た…
GitHub Actionsって何?触ってみて理解しよう!入門・逆引きリファレンス – Qiita
ある日のこと 「さーて、今日もGitHubにコミットをプッシュしていくぞ〜〜」 「ローカルでコミットした変更をgit push origin mainして、、」 「github.comのレポジトリを見にいくと、、お!反映されているな!Initial Commitってちゃんと出ているぜ!」 「そういえば、いつも気にしていなかったけどActionsタブってのが…
リリースノート管理術
みなさま、OSSの変更履歴、要するにCHANGELOGやリリースノートはどのように管理しておられるでしょうか。自分はというと、抱えるリポジトリも数百個に増えてきて、まあ要するに細かく管理するのがだるく、最近は変更履歴の管理方法も変わってきました。 CHANGELOGからGitHub Releasesへ 昔は、おおよそKeep a changelog…
GitHub – tc39/proposal-object-pick-or-omit: Introduce `Object.{pick,omit}` for operating properties of objects more conveniently.
Object.{pick, omit} ECMAScript Proposal, specs, and reference implementation for Object.pick, Object.omit. Authors: @Aleen && Hemanth HM Motivation Let us consider a few scenarios from the real world to understand what we are trying to solve in this proposal. On MouseEvent we are intreseted on ‘c…
Functional programming is finally going mainstream
Functional programming is finally going mainstream Object-oriented and imperative programming aren’t going away, but functional programming is finding its way into more codebases. Klint Finley // July 12, 2022 The ReadME Project amplifies the voices of the open source community: the maintainers, …
GitHub Actionのジョブ実行画面からPull Requestを辿れるようにした – Lambdaカクテル
こういうのを作りました。 ジョブに紐付いたPull Requestへのリンクが表示される 行ったこと: リンクを生成するジョブを1つ生やした 綺麗な表示はStep Summary機能 (後述) の力を借りている ジョブ実行画面からPull-Reqに戻りたい GitHub Actionsのジョブ実行画面には、その実行元となったPull Requestへのリンクが存在…