Uncategorized

Mac laptop closed

What I Love About Web Development – Focusing on the Best Projects

I feel that the most fun I’m having when doing web dev is actually when I’m doing programming, rather than working in a GUI like WordPress or Divi. I enjoy the nature of solving puzzles, and building custom solutions with pure code. There’s something very creative and technical about it, and there’s something that just …

What I Love About Web Development – Focusing on the Best Projects Read More »

How to Watch Sass in Only Certain Folders in VSCode (Live Sass Compiler)

This post is in regards to the “Live Sass Compiler” VSCode plugin. Sometimes we want to “Watch Sass” in only certain folders. For example if we have some plugin files in our project folder, we don’t want to watch all it’s containing Sass files when we click “Watch Sass”. See this post as a video …

How to Watch Sass in Only Certain Folders in VSCode (Live Sass Compiler) Read More »

Man making fire on lake beach in forest.

How to Group State and Pass it Down to Children with React Hooks

Sometimes we have a React component that needs to pass many state values to its parent. Sometimes we even have grandchildren or props several generations deep that need to set state to their grandparent. See this example: Instead of passing all of that state as props to the child component, we can actually just save …

How to Group State and Pass it Down to Children with React Hooks Read More »