Peter's Solidity Recruitment Test
Вставка
- Опубліковано 12 гру 2024
- I am not making the slides for today's talk available.
This interactive session ran through the Solidity recruitment test that I have used recently. The talk also discusses where the pair programming test sits relative to other parts of the overall recruitment process.
I enjoyed this. It's a nice exercise.
Sir can you please a book for basic and advanced solidity. How have you achieved this great knowledge
Hi Peter, this is great, thanks. Would it be possible to post the solidity code for copying here?
Sorry, the code isn't available. However, you could create it and put it in a PR for this repo, and then everyone will have it. github.com/drinkcoffee/EthEngGroupSolidityExamples
Hi! Any chance to did it ?
Great, thanks for this content :)
I HAVE A QUESTION!! : why he use _authUser insted of the authUsers(from the mapping) ?
So a nice workshop !! Thanks !!
It's genrally used to state that the function starting with _ should only be called within the contract and if you want to access it outside you can have a external interface and access it outside the contract.
Is there a discord channel for the Ethereum Engineering Group? I would love to join and talk with you guys :)
Slack invitation link: join.slack.com/t/eth-eng-group/shared_invite/zt-48ggg3kk-bUT3PWRn16hCpFclbcZrvQ
Why does the solidity test need to be in 25 minutes? Why that number?
Because we wanted to do another language test in the same interview, and we didn't want the overall interview to go too long.
Peter, i want some of your brain