afontcu / awesome-learning
- четверг, 14 июля 2022 г. в 00:33:56
A curated list of awesome learning material
A living curated list of awesome learning material.
I'll try to jot down interesting stuff I read, watch, or listen related to the things I enjoy the most: Software development and everything in between.
I also tried to identify some content types:
Disclaimer: This isn't an exhaustive list. It contains resources I value and I enjoyed consuming, not everything I've ever read. I also remove stuff I no longer see valuable. It is a curated list after all!
Disclaimer #2: There is no order or priorities. Read the whole thing :D
Disclaimer #3: I know some resources and categories are overlapping. I know. I'm not trying to start a fire by splitting Agile and Software Crafting.
export default thing
is different to export { thing as default }
.