Website DeploymentHow do I make this awesome code I wrote available for everyone?Sep 9, 2022Sep 9, 2022
“Clean Code” for Beginner Web DevsMy take aways from “Clean Code” by Robert C. Martin as a Junior Web Developer.Sep 5, 2022Sep 5, 2022
Can I use the built-in Git GUI in VS Code?Sure! But don’t do it until after you’ve learned Git in the Command Line.Aug 12, 2022Aug 12, 2022
API Security using PackagesSecuring APIs built with NodeJS, Express, and MongoDB.Jun 7, 2022Jun 7, 2022
API Controller/Routes FolderA brief look into basic API folder structure with a focus on creating a“routes” and “controller” folder and why we might do that.Jun 4, 2022Jun 4, 2022
ReactJS Context with basic Authentication and RoutingReactJS | useContext | React Router | custom AuthApr 18, 2022Apr 18, 2022
Elegant Form Handling in ReactJSNo Hooks, just good ‘ole Class Components and StateApr 8, 2022Apr 8, 2022
Control State Throughout A React Project Out of the BoxProp Drilling your functions to control stateSep 18, 2021Sep 18, 2021
Published inGeek CultureHandling State and Props in React Without HooksHandling state in React is one of my favorite aspects of the framework! Understanding what state is and how to pass it from component to…Apr 20, 2021Apr 20, 2021