7 followers
Lately I've been writing tutorials about web development topic's that interest me, may have stumped me, or something new that I'm just learning.
Setting the Scene: Juggling Work and Parenthood Balancing life as a front-end developer with the challenges of parenting is no small feat. With two...
At some point in your JavaScript journey, you'll read, watch, or hear something along the lines of "Arrays are objects!" Then you will most likely...
Introducing Color Palettes A well-curated color palette can be fundamental to your frontend aesthetic. It can set the tone for your website,...
A bit of House Keeping: If you're following along you'll need to spin up a react app and install styled-components. code-sandbox Structuring our...
Array.reduce and its Parameters and reduceRight. One last useful feature of Array.reduce() are its optional parameters. Let's go through them. There...
Real-world uses for Array.reduce Many of the examples we've gone through have been contrived and unrealistic of the kind of data we manage daily. In...