A few VSCode tips for those who are just getting started with coding
Posted on February 10, 2021One of the classes I'm teaching right now is an introductory CSS/HTML/JavaScript class. I feel it's my challenge with these code newbies to help them become addicted to coding... and to do that, they…
Read full postImmutable State, Reducers, and the Clerk at the DMV Office
Posted on January 24, 2021As you progress through your journey into learning React, you will eventually come across what may seem to be a paradox, the classic question of "what happens when an unstoppable force meets an…
Read full postUsing Window.prompt() within a JS function (more Mad Libs analogies)
Posted on January 22, 2021Look at this variation of the function I referred to in my last post:We fixed the redundant declaration so now our function works properly. And we moved from being a function argument; it is now a…
Read full post