Something new I learned this week was about how arguments are passed into Node programs from the command line. This was a principle I learned a lot about in a coding challenge I…
Category: Javascript
Last week I wrote about my favorite change that came with React version 16 – fragment support in components. I had mentioned that there were still annoying things about it, which required workarounds,…
React 16.0 came out back in September. Old news, right? But when it came out so long, long ago, they made a really nice change, in my opinion. You can return an array…
I’ve been spending time lately, improving my skills in order to be able to make meaningful contributions to open source projects. One thing I’m trying to get better at is having better git…