In no particular order, here are some of the interesting resources I engaged with this week:
Most tutorials don’t go beyond the basics of git, found this a nice change of pace. Some handy tips. Worth spending time on if you work with (which you most likely do) every day.
The shortest and yet good explanation for all things event loop I found so far:
https://hackernoon.com/understanding-js-the-event-loop-959beae3ac40
Good article to understand the need for key in React. Also, a good idea to follow it up by reading the docs on the same.