After learning about
If you've build anything on the modern web, you've used Babel . Nothing works without it. When I first started learning web development I didn't pay much attention to it. But once I got deeper into…
Illustrated notes I made while working through Chris Achard 's Fix Common Git Mistakes course on egghead. Want more illustrated notes on web development? Take a look at Building Custom React Hooks…
What can Open Source Software learn from the anthropology of gift economies? I got the chance to chat with Henry Zhu on his Maintainers Anonymous podcast. It's a show about people who maintain…
Spreading the elements from one array and copying them into is one of those handy shorthands for moving data around in JavaScript. I started looking into it after seeing <ComponentName {...props…