Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelbunch/awesome-dev
My personal curated list of developer tools, references, and interesting links.
https://github.com/michaelbunch/awesome-dev
List: awesome-dev
Last synced: 3 months ago
JSON representation
My personal curated list of developer tools, references, and interesting links.
- Host: GitHub
- URL: https://github.com/michaelbunch/awesome-dev
- Owner: michaelbunch
- License: mit
- Created: 2017-10-04T13:52:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T16:05:55.000Z (about 7 years ago)
- Last Synced: 2024-05-21T15:17:13.892Z (6 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-dev - My personal curated list of developer tools, references, and interesting links. (Other Lists / PowerShell Lists)
README
# Awesome Dev
My personal curated list of developer tools, references, and interesting links.## TOC
The order and grouping of links is based on my needs and ease of look up.* [PHP](#php)
* [Laravel](#laravel)
* [Useful Packages](#useful-packages)
* [Testing Libraries / Helpers](#testing-libraries-elpers)
* [Javascript](#javascript)
* [Useful Libraries](#useful-libraries)
* [Vue.js](#vuejs)
* [Vue.js Articles](#vuejs-articles)
* Node (Coming soon)
* Express (Coming soon)
* Docker (Coming Soon)## PHP
* [PHP: The Right Way](http://www.phptherightway.com/) - The missing PHP manual.
* [Awesome PHP](https://github.com/ziadoz/awesome-php)
* [PHP Design Patterns](https://github.com/domnikl/DesignPatternsPHP) - Design pattern examples in PHP
* [PHP Must Watch](https://github.com/phptodayorg/php-must-watch)
* [Laracasts](https://laracasts.com)### Laravel
* [Laravel](https://laravel.com)
* [Lumen](https://lumen.laravel.com)
* [Awesome Laravel](https://github.com/chiraggude/awesome-laravel)
* [Laravel Media Library](https://docs.spatie.be/laravel-medialibrary/v5/introduction)
* [Laravel Auto Presenter](https://github.com/laravel-auto-presenter/laravel-auto-presenter)
* [Laravel Tags](https://github.com/spatie/laravel-tags)
* [Laravel Artisan Fresh](https://github.com/spatie/laravel-migrate-fresh)### Useful Packages
* [Guzzle HTTP Client](http://docs.guzzlephp.org/en/stable/)
* [Carbon DateTime Enhancements](http://carbon.nesbot.com/docs/)
* [Parsedown](https://github.com/erusev/parsedown)
* [Flysystem](https://github.com/thephpleague/flysystem)
* [Ramsey/Uuid](https://github.com/ramsey/uuid)### Testing Libraries / Helpers
* [PHPUnit](https://phpunit.de/manual/6.3/en/index.html)
* [Mockery](http://docs.mockery.io/en/latest/getting_started/simple_example.html)
* [Faker](https://github.com/fzaninotto/Faker)## Javascript
* [The Modern JavaScript Tutorial](https://javascript.info/)
* [Modern JavaScript Cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet)### Useful Libraries
* [Axios](https://github.com/axios/axios)
* [Lodash](https://lodash.com/docs/4.17.4)### Vue.js
* [Vue.js](http://vuejs.com)
* [Vue Router](https://router.vuejs.org/en/essentials/getting-started.html)
* [Vuex](https://vuex.vuejs.org/en/)
* [Awesome Vue](https://github.com/vuejs/awesome-vue)
* [Bootstrap Vue](https://bootstrap-vue.js.org/)
* [Material Vue](http://vuematerial.io/#/)#### Vue.js Articles
* [Six random issues and their solutions in VueJS.](https://medium.com/@stijlbreuk/six-random-issues-and-their-solutions-in-vuejs-b16d470a6462)