Gatsby.js and Netlify — A Love StoryGatsby and Netlify should be very popular options for developers of all skill levels. Gatsby, a progressive web application generator is…Dec 23, 2019Dec 23, 2019
The Spread Operator and .apply()Last week I discussed the impact that the ES6 spread operator has had on the JavaScript language. I talked about how with the addition of…Dec 15, 2019Dec 15, 2019
The Spread Operator…and ConcatAs I maneuver my way through JavaScripts most handy tricks, functions, and features I stumbled back across the spread operator. Denoted as…Dec 9, 2019Dec 9, 2019
Higher-Order Functions BlogThe goal of any software developer/engineer is to write the most efficient, clear, and concise code as possible. This is an important…Nov 22, 2019Nov 22, 2019
Reduce() in JavaScriptFor any developer exploring JavaScript and wanting to grasp one of the cornerstone functions in the language, reduce() is a great place to…Nov 15, 2019Nov 15, 2019
Why use component based web development?Recycling and reusing code is not a new thing by any stretch of the imagination, but JavaScript’s best frontend frameworks have made it…Oct 25, 2019Oct 25, 2019