Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        







A curated list of web development learning resources . For more awesomeness, check
out awesome.




Awesome


## 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/)