Writing
Field notes on frontend, systems & teams.

Blockchain·3 min
Understanding Solidity Gas: Essential Concepts for Efficient Smart Contract Development
Solidity is a programming language used to write smart contracts on the Ethereum blockchain.

Blockchain·2 min
What's the difference between int and uint in Solidity
I have been learning blockchain and solidity for some months and I wanted to share my knowledge on the same. Today I want to talk about INT and UINT in Solidity.