24 followers
JavaScript developer from Connecticut, currently residing in Brazil. Food & travel sums my interests up pretty well.
The ability to programmatically redirect to a new page in a React app is a common task. With the plethora of client side routing libraries, it's also...
As developers, we put a lot of merit on our own technical abilities. When we chase client work or go for that new job, we obsess over emphasizing our...
6 Things Programmers Can Learn From Writers Photo by Fatos Bytyqi on Unsplash. The art of writing actually has a lot to teach programmers about good...
In part 1 of this series, I talked about how to use the atomic design methodology to structure your React components. It's safe to say that there was...
Today's article is going to be a bit niche, but nevertheless it's an issue I have run into on multiple projects and have finally reached a solid...
JavaScript: Use Destructuring Assignment over Function Parameters A safer way to define your functions With ES6 comes the ability to leverage...