Most of the time, you are going to find the natural photos of mountains, beaches, dusks, etc. look the best.
The natural world has great color combinations.
Look around yourself for great colors.
The ability to fine-tune colors is a very important skill and will help you to nail those designs.
Use the color picker tool in hsb format to fine-tune colors. You may inc. the brightness if you find the color too dark, increase saturation if you find it dull and so on.
Couldn't do anything in React as I had my College Exams today
Nonetheless here's what I learned in two hours today👇
Today I learned about TYPOGRAPHY in design.
Typography isn’t just about choosing the right font. It’s about choosing the right combination of those fonts. Choosing the right type of faces, font-weight on the right occasion, and contexts.
Each typeface comes with a personality.
A typeface can broadly be divided into two categories: Serif and Sans-serif where sans in french simply means 'non'.
We can also use 'Display' typeface but only for headlines.
A 🧵 to help you better understand solidity and write gas-efficient smart contracts
In Solidity, variables can be stored in three different locations: storage, memory, and calldata.
Each of these locations has its own unique characteristics, and it is important for Solidity developers to understand how each of them works.
Let's break them one by one:
Storage
Storage is a permanent storage location that is written to the blockchain.
Variables stored in storage are persistent and can be accessed by any function within the contract. However, accessing variables in storage is more expensive than accessing variables in memory.