Open in app

Sign In

Write

Sign In

Omar Shishani
Omar Shishani

9 Followers

Home

About

Dec 23, 2022

The 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 financial freedom that you’re looking for. The math is like this. If you’re making $60,000 a year, let’s assume you can save…

Finance

3 min read

The rule of $20 a day — Every time you don’t spend $20, you’re one day closer to financial freedom.
The rule of $20 a day — Every time you don’t spend $20, you’re one day closer to financial freedom.
Finance

3 min read


Oct 14, 2022

“Minimun amount $100” when Dokan pro installed

Dokan pro interferes with minimum coupon amount. Go into plugin file and delete offending line. Search for misspelled “minimun” Dokan Pro plugin > includes > Coupons > Hooks.php > line 202: `throw new Exception( sprintf( __( ‘The minimun spend for this coupon is %s’, ‘dokan’ ), wc_price( $coupon->get_minimum_amount() ) ), 108 );`

Woocommerce

1 min read

Woocommerce

1 min read


Jun 21, 2022

How 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 init ShoppingList, I ran into some errors. At the point where I was trying to initialize my React Native project, I was receiving an error that I needed to install…

Cocoapods

3 min read

How I Installed React Native and Dependencies (Cocoapods)
How I Installed React Native and Dependencies (Cocoapods)
Cocoapods

3 min read


May 9, 2022

How to Duplicate a Git Repo and Copy Git History

There are situations where we want to duplicate a git repo in a separate project with different Git history. However, when we clone the repo, we want to bring with us the git history of the previous repo. This can be done with a few simple commands. …

Github

3 min read

Github

3 min read


Apr 20, 2022

How I Successfully Migrated My Last WordPress Site 🦆

There were a few main things that I did to migrate the site without errors Migrated the database and used a Search and Replace to change all instances of the old site URL Did a fresh install of WordPress using Softaculous on cPanel (but installing WordPress manually or via another…

WordPress

6 min read

How I Successfully Migrated My Last WordPress Site 🦆
How I Successfully Migrated My Last WordPress Site 🦆
WordPress

6 min read


Nov 26, 2021

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”. You…

Vscode

3 min read

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

3 min read


Sep 18, 2021

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: import { useState } from 'react' export default function Card(){ const [cardNumber, setCardNumber]…

React

3 min read

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
React

3 min read


Sep 11, 2021

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 when the form is submitted. The name is paired with the input’s value, and these are sent to the server in the form name=Chris (if your input value was “Chris”). value The value of an input…

HTML

1 min read

HTML

1 min read


Sep 10, 2021

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 decided to write this. I’ll show the format immediatly below: export default function CardExpirationField({ setValidCardExpiration, setShowCardExpirationError, setCardExpirationValue, cardExpirationHasBeenBlurred, }: { showCardExpirationError: boolean, setValidCardExpiration(arg: boolean): void…

JavaScript

1 min read

JavaScript

1 min read


Sep 10, 2021

How to avoid the JavaScript error “cannot read property ___ of undefined” without nesting logical AND (&&)

If we’re working with pulling data from APIs in JavaScript and React we may encounter the error “cannot read property [property name] of undefined. This occurs when we try to read a value from a nested object, but the object’s parent object has returned undefined: const object = {…

Javscript

2 min read

Javscript

2 min read

Omar Shishani

Omar Shishani

9 Followers

Hi! I am a React developer who loves technology and learning new things in all different fields. https://omarshishani.com

Following
  • Dain Miller

    Dain Miller

  • Markus Hanslik

    Markus Hanslik

  • Natalie Rhoades

    Natalie Rhoades

  • Brittany Neal

    Brittany Neal

  • Noah Buscher

    Noah Buscher

See all (9)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams