Async JavaScript pt1: The BasicsRecently I completed Sasha Vodnik’s JavaScript: Async course on LinkedIn Learning, to improve my understanding of asynchronous programming…Jan 13, 2022Jan 13, 2022
Building the Happy Camper App (React, Redux, Rails API)What is it and why is it?Oct 29, 2021Oct 29, 2021
Building the Movie Idea Generator App (JavaScript with Rails API)Building the Movie Idea Generator AppOct 29, 2021Oct 29, 2021
The Power of Ternary in ReactOne of the aspects I love most about React is its ability to dynamically update your DOM in a very simple, efficient, and streamlined…Oct 29, 2021Oct 29, 2021
setState in React ES6One of the especially nice shorthands ES6 gives us in the React world is with the setState function. The more state to our components, the…Oct 29, 2021Oct 29, 2021