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
Omar Shishani
/ December 26, 2021
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)
Omar Shishani
/ November 26, 2021
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
Omar Shishani
/ September 18, 2021
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)?
Omar Shishani
/ September 11, 2021
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
Omar Shishani
/ September 10, 2021
I was having trouble finding out how to add functions to TypeScript interfaces. When I finally found out how I...
Read More