Stuff I Do Not Know Yet
This is a list of stuff I don't know as of yet and that I think deserve to be eventually learned. Some will be things I've maybe worked with before but still think deserve the time to be properly learned. Others may be completely new and unexplored topics that caught my attention for some reason.
Every item should fit the following template:
- Name - Short description
- Links and tips:
- Oficial docs - https://motherfuckingwebsite.com/
- Collection of learning material - http://bettermotherfuckingwebsite.com/
- Optional Comment
- Links and tips:
Once learned, items might be moved to a different section with the steps took in order to help those who might want to also learn it.
Contributions with links and tips on how to learn anything on the list are very much welcome
-
Redux - State container for Javascript apps
- Links and tips:
- Oficial docs - https://redux.js.org/
- Collection of learning material - https://github.com/brillout/awesome-redux#learning-material
- Getting started guide with redux creator Dan Abramov https://egghead.io/courses/getting-started-with-redux
- Links and tips:
-
Scala - Combines object-oriented and functional programming in one concise, high-level language.
- Links and tips:
- Oficial docs - https://www.scala-lang.org/
- Free book: https://underscore.io/books/essential-scala/
- Collection of learning material - https://github.com/lauris/awesome-scala#learning-scala
- Links and tips:
-
TypeScript - Js that scales
- Links and tips:
- Oficial docs - https://www.typescriptlang.org/docs/home.html
- Free book: https://github.com/basarat/typescript-book
- Links and tips: