Building a Form Programmatically in ReactA quick look at how I refactored an app to generate forms based on props passed to a single component, rather than rendering five separate…Sep 29, 2019Sep 29, 2019
Adding CSS Animations with Styled ComponentsI love using styled-components in a React project. The ability to write CSS right in the component file is so simple and straightforward…Sep 21, 20194Sep 21, 20194
The Spread Operator in JavaScriptWho would’ve guessed that three little dots could do so much?Sep 12, 2019Sep 12, 2019
Intro to Closures in JavaScriptClosures are a very important concept in JavaScript — having a solid understanding of how they work, and when to use them is vital for any…Sep 9, 2019Sep 9, 2019
GraphQL vs. RESTA high-level look at two systems for interacting with APIs — one, a familiar ‘standard’ and the other, a new alternative.Sep 2, 2019Sep 2, 2019
The Classic FizzBuzzThis unintentionally became a month of looking at common technical interview problems, so how better to end it than with the absolute…Aug 25, 2019Aug 25, 2019
Chunking an Array in JavaScriptAnother look at a common technical interview question — this time, how to break an array into chunks of predefined lengths.Aug 19, 20191Aug 19, 20191
Constructing a Character Map from a StringCreating a JS object will make solving various string-related problems much easier.Aug 11, 20192Aug 11, 20192
String Reversal with JavaScriptA brief look at a couple solutions to a common technical interview questionAug 4, 2019Aug 4, 2019
Technology and Mental HealthAs technology continues to rapidly expand — from new apps and services, to more and more connected devices around the home and workplace —…Jul 28, 2019Jul 28, 2019