Omar ShishaniThe rule of $20 a day — Every time you don’t spend $20, you’re one day closer to financial freedom.Remember the rule of $20 a day. Every time you spend $20 on something, it’s going to take you one extra day of working to gain the true…Dec 23, 2022Dec 23, 2022
Omar Shishani“Minimun amount $100” when Dokan pro installedDokan pro interferes with minimum coupon amount. Go into plugin file and delete offending line. Search for misspelled “minmOct 14, 2022Oct 14, 2022
Omar ShishaniHow I Installed React Native and Dependencies (Cocoapods)After installing react-native, I was trying to initialize my first project for a shopping list tutorial. Running the command react-native…Jun 21, 2022Jun 21, 2022
Omar ShishaniHow to Duplicate a Git Repo and Copy Git HistoryThere are situations where we want to duplicate a git repo in a separate project with different Git history. However, when we clone the…May 9, 2022May 9, 2022
Omar ShishaniHow I Successfully Migrated My Last WordPress Site 🦆There were a few main things that I did to migrate the site without errorsApr 20, 2022Apr 20, 2022
Omar ShishaniHow 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…Nov 26, 2021Nov 26, 2021
Omar ShishaniHow to Group State and Pass it Down to Children with React HooksSometimes we have a React component that needs to pass many state values to its parent. Sometimes we even have grandchildren or props…Sep 18, 20211Sep 18, 20211
Omar ShishaniWhat are the Different Parts of HTML Text Input Elements For (in React and normal HTML)?The HTML “text” inputSep 11, 2021Sep 11, 2021
Omar ShishaniHow to Add Functions (including useState) to TypeScript InterfacesI was having trouble finding out how to add functions to TypeScript interfaces. When I finally found out how I decided to write this. I’ll…Sep 10, 2021Sep 10, 2021
Omar ShishaniHow to avoid the JavaScript error “cannot read property ___ of undefined” without nesting logical…If we’re working with pulling data from APIs in JavaScript and React we may encounter the error “cannot read property [property name] of…Sep 10, 2021Sep 10, 2021