Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alffonti/awesome-web-learning-resources
Web development educational resources
https://github.com/Alffonti/awesome-web-learning-resources
List: awesome-web-learning-resources
Last synced: 3 months ago
JSON representation
Web development educational resources
- Host: GitHub
- URL: https://github.com/Alffonti/awesome-web-learning-resources
- Owner: Alffonti
- Created: 2023-12-05T14:27:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T00:04:38.000Z (11 months ago)
- Last Synced: 2024-04-22T00:16:12.792Z (7 months ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-web-learning-resources - Web development educational resources. (Other Lists / PowerShell Lists)
README
## HTML
- [MDN Docs](https://developer.mozilla.org/)
- [Web.dev](https://web.dev/learn/html/)
- [Scaler](https://www.scaler.com/topics/html/)## CSS
- [Codrops](https://tympanus.net/codrops/css_reference/)
- [CSS Tricks](https://css-tricks.com/)
- [Kevin Powell](https://www.youtube.com/channel/UCJZv4d5rbIKd4QHMPkcABCw)
- [Smashing Magazine](https://www.smashingmagazine.com/category/css/)
- [SASS](https://sass-lang.com/)
- [Tailwind](https://tailwindcss.com/)
- [Bootstrap](https://getbootstrap.com/)## Javascript
- [javascript.info](https://javascript.info/)
- [Eloquent Javascript](https://eloquentjavascript.net/)
- [You Don't Know JS Yet](https://github.com/getify/You-Dont-Know-JS)
- [React Docs](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/docs/)
- [NodeJS](https://nodejs.org/en)## PHP
- [PHP Manual](https://www.php.net/manual/en/index.php)
- [PHP Tutorial](https://www.phptutorial.net/)
- [PHP The Right Way](https://phptherightway.com/)
- [Laravel Docs](https://laravel.com/docs)
- [Laracasts](https://laracasts.com/)## Database
- [SQL Tutorial](https://www.sqltutorial.org/)
- [MySQL Tutorial](https://www.mysqltutorial.org/)## Regex
- [RexEgg](https://www.rexegg.com/)
- [regular-expressions.info](https://www.regular-expressions.info/)## Git
- [Git Pro](https://git-scm.com/book)
- [Git Hooks](https://githooks.com/)## Courses
- [Full Stack Open](https://fullstackopen.com/en/)
- [Odin Project](https://www.theodinproject.com/)
- [FreeCodeCamp](https://www.freecodecamp.org/)
- [CS50 harvard web development](https://www.edx.org/cs50)## Other
- [Programming Notes for Professionals books](https://books.goalkicker.com/)
- [Flavio Copes Books](https://flaviocopes.com/books/)