From dbfeeac97176efd3bf3429343438f4e2abf6d8d4 Mon Sep 17 00:00:00 2001 From: dannc Date: Fri, 23 Apr 2021 12:57:28 +0700 Subject: [PATCH] add my github_awesome list --- github_awesome.md | 78 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 github_awesome.md diff --git a/github_awesome.md b/github_awesome.md new file mode 100644 index 0000000..7633fde --- /dev/null +++ b/github_awesome.md @@ -0,0 +1,78 @@ +# Awesome projects on github + +## Linux utils + +### CLI + +- [exa](https://github.com/ogham/exa) (`ls` alternative) +- [bat](https://github.com/sharkdp/bat) (`cat` alternative) +- [httpie](https://github.com/httpie/httpie) (`curl` alternative) +- [fzf](https://github.com/junegunn/fzf) (file tree with preview and some cool features) + +## PHP + +- [function pipes](https://github.com/phpfn/pipe) +- [message pack realization](https://github.com/rybakit/msgpack.php) +- [7z archiver](https://github.com/Gemorroj/Archive7z) +- [regular expressions](https://github.com/bassim/super-expressive-php) +- [elliptic curves cryptography](https://github.com/phpecc/phpecc) +- [validation by openapi/swagger spec](https://github.com/thephpleague/openapi-psr7-validator) +- [gotenberg client](https://github.com/thecodingmachine/gotenberg-php-client) +- [mock framework](https://github.com/mockery/mockery) +- [google api client](https://github.com/googleapis/google-api-php-client) +- [imap client](https://github.com/barbushin/php-imap) +- [monolog](https://github.com/Seldaek/monolog) +- [guzzle](https://github.com/guzzle/guzzle) +- [carbon](https://github.com/briannesbitt/Carbon) +- [psalm](https://github.com/vimeo/psalm) +- [math](https://github.com/markrogoyski/math-php) +- [dependencies security checker](https://github.com/sensiolabs/security-checker) +- [barcoder](https://github.com/AdamGaskins/barcoder) + +### CLI frameworks + +- [adhocore/php-cli](https://github.com/adhocore/php-cli) +- [clue/commander](https://github.com/clue/commander) + +### Collections (alternatives for illuminate/support) + +- [loophp/collection](https://github.com/loophp/collection) +- [ramsey/collection](https://github.com/ramsey/collection) +- [DusanKasan/Knapsack](https://github.com/DusanKasan/Knapsack) + +### PhpUnit + +- [phpunit](https://github.com/sebastianbergmann/phpunit) +- [phpunit reports merger](https://github.com/Nimut/phpunit-merger) +- [phpunit pretty print](https://github.com/sempro/phpunit-pretty-print) +- [parallel tests runner](https://github.com/paratestphp/paratest) +- [detect slow-running tests](https://github.com/johnkary/phpunit-speedtrap) + +### Extensions + +- [pcov](https://github.com/krakjoe/pcov) + +## Javascript + +- [node version manager](https://github.com/nvm-sh/nvm) +- [bundler, alternative to webpack](https://github.com/parcel-bundler/parcel) +- [alternate state manager](https://github.com/effector/effector) +- [private npm registry](https://github.com/verdaccio/verdaccio) + +## Documents + +- [about files](https://github.com/kmindi/special-files-in-repository-root) +- [leading and managing](https://github.com/LappleApple/awesome-leading-and-managing) +- [php communities](https://github.com/skyeng/php-communities) +- [docops conference thesis](https://github.com/docops-hq/conf) +- [plesk codefest-2019 thesis](https://github.com/plesk/codefest19) +- [closure script learing](https://github.com/magomimmo/modern-cljs) +- [api book](https://github.com/twirl/The-API-Book) +- [developer roadmap](https://github.com/kamranahmedse/developer-roadmap) + +### Test assignments + +- [hexlet list](https://github.com/Hexlet/ru-test-assignments) +- [robofinance test assignments](https://github.com/RoboFinance/test-assignments) +- [evercode lab](https://github.com/EvercodeLab/php-test-assignment) +- [tutu ru](https://github.com/tutu-ru/php-interview)