Blog

Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.

Reference for Changing Colors in VSCode With settings.json

https://code.visualstudio.com/api/references/theme-color#editor-colors
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...
Read More
How to Group State and Pass it Down to Children with React Hooks

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...
Read More
What are the Different Parts of HTML Text Input Elements For (in React and normal HTML)?

What are the Different Parts of HTML Text Input Elements For (in React and normal HTML)?

The HTML "text" input name For a text input, the name is part of the data sent to the server...
Read More

How to Add Functions (including useState) to TypeScript Interfaces

I was having trouble finding out how to add functions to TypeScript interfaces. When I finally found out how I...
Read More
1 4 5 6 7 8 16