Tips on how can you get clients on fiverr in the beginning
↓
1. Offer Something Unique
- There are a lot of gigs on Fiverr, and there are a lot of variations on the same concepts over and over.
- To compete with all of the existing level 2 or level 3 sellers, you’ll need to do something much more unique.
↓
- You need to find a unique selling point, something few if any others are doing, something you can do well and something you can produce at a higher quality than the existing sellers.
- You won’t stand out if you don’t have something unique going for you.
A non-fungible token stored on blockchain, a form of distributed ledger. The ownership of an NFT is recorded in the blockchain.
Use cases
- You can use NFT as a house registry and transfer it to anyone.
@theVatsal_eth@TheHexagonTeam@cryptezlabs@Anni_Maan@rajkaria_ - NFT ledgers can store an individual’s medical records without compromising confidentiality or risking tampering from external sources
- Tickets in future will be using NFT's.
- Banks and Documentation can be done n Blockchain ( things where trust is important ).
Smart contract is like a normal contract but the compiled version is stored in the blockchain.We can interact with the smart contract using our fronted. Smart contracts are agreement held between two entities in digital form.
In this series, you will understand what React hooks are and how to write them for your React applications.
What are hooks in react ?
A Hook is a special function that lets you “hook into ⚓” React features.
↓
As for state management, we have useState hook and for side effects we have useEffect.
But why hooks ?
React functional components are plain JS functions. It is not possible to persist state in local variables as these are initialized every time the function is evaluated.
↓