Rohan Taneja Profile
Rohan Taneja

@tanejarohan6

Followers
108
Following
1K
Media
64
Statuses
585

Just me, my laptop, and the blockchain. β›“οΈβœ¨ // Learning Web3 & Solidity // The chain never sleepsπŸš€

Joined June 2022
Don't wanna be here? Send us removal request.
@tanejarohan6
Rohan Taneja
2 years
πŸ‘‹ Hi everyone! Excited to share my 3rd web dev project: a fantastic food ordering web app! Some of its features: πŸ” Intuitive UI: User-friendly design for easy browsing. πŸ”’ Secure Authentication: Protecting your privacy. πŸ›’ Efficient Cart: Streamlined item management.
2
0
15
@tanejarohan6
Rohan Taneja
12 days
Some crazy stuff πŸ™‚.
@NoContextHumans
Out of Context Human Race
13 days
1
0
5
@tanejarohan6
Rohan Taneja
12 days
Good morning everyone!.Keep hustling πŸ”₯.The dream is free, but the hustle is sold separately. Let's support each other !.
0
0
3
@tanejarohan6
Rohan Taneja
13 days
good morning everyone ,.just keep grinding !.
5
0
10
@tanejarohan6
Rohan Taneja
14 days
Good morning everyone!,.its sunday ,means grinding day , don't forget to work on your projects and share here on X.
0
0
8
@tanejarohan6
Rohan Taneja
15 days
forge test --match-test test_functionName. this is just basic , if you want to test a specific function , you can use this command .
0
0
2
@tanejarohan6
Rohan Taneja
15 days
vm.expectRevert();.This you can use in Solidity testing if you want to check whether a specific function will revert with a specific error or not. Example -. vm.expectRevert(stableCoinEngine.stableCoinEngine_UnequalArrayOfAddresses.selector);. new
Tweet media one
1
0
3
@tanejarohan6
Rohan Taneja
15 days
Hey everyone, I just learned something new todayβ€”very small things but just thought to share, may help someone πŸ‘‰-. #Web3 #LearningInPublic #buildinginpublic.
1
0
4
@tanejarohan6
Rohan Taneja
15 days
Hey developers !.Let's learn and give our best , just keep grinding πŸ™Œ.
0
0
2
@tanejarohan6
Rohan Taneja
16 days
RT @PatrickAlphaC: Hi @SenWarren, please reach out. I work in the crypto industry, I am a resident of Massachusetts, and I think there has….
0
14
0
@tanejarohan6
Rohan Taneja
18 days
"forge coverage" foundry command use😌.
@onbjerg
Oliver πŸ‡©πŸ‡°πŸ‡¬πŸ‡±πŸ‡«πŸ‡΄πŸ‡ͺπŸ‡Ί
3 years
@OkohEbina coverage reporting tells you what parts of your code your tests cover! it's essentially just a tool to tell if you've written "enough" tests. there's a caveat in the sense that even though you might have 100% coverage, your test suite might still not be sufficient 1/.
0
0
1
@tanejarohan6
Rohan Taneja
18 days
Good morning everyone!. Let's give our best today 😌.
0
0
2
@tanejarohan6
Rohan Taneja
21 days
Ethereum is the world 😌.
@solana
Solana
22 days
solana is the silicon valley of the internet.
0
0
2
@tanejarohan6
Rohan Taneja
21 days
Good evening everyone!.Let's share what projects we are working on ?.
0
0
3
@tanejarohan6
Rohan Taneja
23 days
Very informative ✌️.
@arsen_bt
Arsen
24 days
Top-7 Sentences to understand Lending-Borrowing better
Tweet media one
0
0
0
@tanejarohan6
Rohan Taneja
25 days
Gm everyone!.Let's give our best today ,πŸ”₯.
4
0
6
@tanejarohan6
Rohan Taneja
26 days
and finally we have the rust course . thank you @PatrickAlphaC.
@CyfrinUpdraft
Cyfrin Updraft 🟩
26 days
Updraft’s newest course is now live: Rust Programming Basics πŸŽ‰πŸš€. A 3 hour course to learn:. - Rust variables and functions.- Scalar types, arrays, strings.- Control flow. And much more, completely for free!. Get started today πŸ‘‡
Tweet media one
0
0
1
@tanejarohan6
Rohan Taneja
26 days
EVM stores data in 256-bit / 32-byte storage slots. Now, bool takes up only 1 byte β€” the remaining space is used to store other data. When changing this bool, the EVM reads the complete 32-byte slot, rewrites the bool value, and then rewrites the complete slot (1 byte for bool.
0
0
1
@tanejarohan6
Rohan Taneja
26 days
Do you know why you shouldn't use bool and should use non-zero values for gas optimization? =>.#buildinginpublic #LearnInPublic
Tweet media one
1
0
1
@tanejarohan6
Rohan Taneja
28 days
X or Reddit for early growth?.#buildinginpublic .#LearnInPublic.
0
0
1
@tanejarohan6
Rohan Taneja
29 days
Here's the core of the deployment script. Notice how we connect to the local Anvil node, get a signer, and then use ethers.ContractFactory to deploy. πŸ‘‡
Tweet media one
0
0
1