awesome-developer-resources 💻
a collective list of free resources for developers.
this list is created and curated by @hannodrefke. feel free to share this list on twitter
buy me a ☕
table of contents 📋
1. concepts
list of concepts
1.1 clean code
resource | description | links | topic |
---|---|---|---|
clean code developer | an initiative for more professionalism in software development | website github |
clean code |
2. free courses
list of free online courses or videos/playlists on different technologies
2.1 angular
resource | description | links | tech |
---|---|---|---|
introduction to angular | if you don't know anything about angular, this video is a perfect opportunity to learn all of the basics and get you started with the framework. | website github |
angular, typescript |
2.2 javascript
resource | description | links | tech |
---|---|---|---|
javascript30 | 30 day vanilla js coding challenge. build 30 things in 30 days with 30 tutorials. no frameworks × no compilers × no libraries × no boilerplate | website github |
javascript |
2.3 react
resource | description | links | tech |
---|---|---|---|
learnredux | a short 20 video / 2.5 hour course intended as a next steps for someone already comfortable with react. this is a start-to-finish course that will teach you react.js, redux and react router. | website github |
react, redux |
3. state management
resource | description | links | tech |
---|---|---|---|
mobx | simple, scalable state management | website github |
javascript |
xstate | javaScript state machines and statecharts | website github |
javascript |