Dhruv Sood (@dhruv_sood_) 's Twitter Profile
Dhruv Sood

@dhruv_sood_

19 | Web3 dev currently earning 6 figures ($1.00000) | @100xDevs

ID: 1545023252262555650

linkhttp://dhruvsood.in calendar_today07-07-2022 12:34:01

1,1K Tweet

193 Followers

245 Following

Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

I'm thinking of building a side project for resume: It will be a CTR for youtubers They will upload 4 thumbnails and will deposit some amount of Eth This job will go to the users on that platform and when they complete the task they'll get rewards Any advice?

Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

I'm thinking of building a project for resume: It will be a CTR for youtubers They will upload 4 thumbnails and will deposit some amount of Eth This job will go to the users on that platform and when they complete the task they'll get rewards Any advice?

Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

Started working on x.com/dhruv_sood_/st… Initialised the landing page, a lot to improve but a good beginning Used Magic UI and pretty impressed by it (Ignore the video, it will be demo video in future)

Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

Today's Update for x.com/dhruv_sood_/st… -> For the first time ever did AWS S3 and cloudfront setup -> Setup the postgres + prisma (neon tech) -> Did database modeling for my project (I don't know any advance tools for visuals so I had drawn on excalidraw, suggest some plz)

Today's Update for x.com/dhruv_sood_/st…

-> For the first time ever did AWS S3 and cloudfront setup
-> Setup the postgres + prisma (neon tech)
-> Did database modeling for my project
(I don't know any advance tools for visuals so I had drawn on excalidraw, suggest some plz)
Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

Hey Web Devs, Your week recap Share what you learnt, if you got stuck by any bug, cracked your dream job or anything happened this week 👇🏻

Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

I was not getting auto complete for my mongoose in nodejs and I was struggling for 15mins, trying extensions only to find out I forgot to do npm i

Dhruv Sood (@dhruv_sood_) 's Twitter Profile Photo

After using React for around 2 years today I found out that useState updates are Asynchronous whereas useRef updates are Synchronous It is because react batches multiple useStates together to minimise number of re-renders Did you know this already?