🤖

GitHubリポジトリ10選 - awesome番外

2021/02/24に公開

GitHubのawesomeリストが本当にawesomeなものばかりだから一度見てほしい で大体書いてしまったんだがそのアイディアを頂戴した記事に関するメモ。

10 Extraordinary GitHub Repos for All Developers
https://dev.to/simonholdorf/10-extraordinary-github-repos-for-all-developers-2ag8

10 Awesome Github Repos Every Web Developer Should Know
https://thesmartcoder.dev/10-awesome-github-repos-every-web-developer-should-know/

Build your own x

https://github.com/danistefanovic/build-your-own-x

https://twitter.com/t_wada/status/1356513604401389570?s=20

Build your own Webserver は勉強になりそうだ。
新しいプログラミング言語の学び方 HTTPサーバーを作って学ぶ Java, Scala, Clojure 等、参考。

Free programming books

https://github.com/EbookFoundation/free-programming-books
List of Free Learning Resources In Many Languages
多くの言語の無料学習教材のリスト
日本語版は以下。
https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books-ja.md
QiitaやZennよりも便利? IPAの資料を読もう! に劣らず良書揃いで読みきれない。

Coding Interview University

https://github.com/jwasham/coding-interview-university
日本語版は以下。
https://github.com/jwasham/coding-interview-university/blob/main/translations/README-ja.md

Gitignore

https://github.com/github/gitignore
GitHub の .gitignore ファイルテンプレートのコレクションです。このリストは、新しいリポジトリやファイルを作成する際に、GitHub.com のインターフェイスで利用できる .gitignore テンプレートを選択するためのものです。

System design primer - システム設計入門

https://github.com/donnemartin/system-design-primer
大規模システムのシステム設計を学ぶ。
システム設計面接課題に備える。
https://github.com/donnemartin/system-design-primer/blob/master/README-ja.md

Public APIs

https://github.com/public-apis/public-apis
ソフトウェアやWeb開発で使用するためのフリーAPIのまとめ。

the art of command line

https://github.com/jlevy/the-art-of-command-line
日本語版は以下。
https://github.com/jlevy/the-art-of-command-line/blob/master/README-ja.md

javascript algorithms

https://github.com/trekhleb/javascript-algorithms
JavaScriptアルゴリズムとデータ構造。
https://github.com/trekhleb/javascript-algorithms/blob/master/README.ja-JP.md

Developer roadmap

https://github.com/kamranahmedse/developer-roadmap

Clean code javascript

https://github.com/mitsuruog/clean-code-javascript/

Discussion