Peter's Solidity Recruitment Test

Sdílet
Vložit
  • čas přidán 27. 07. 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.
  • Zábava

Komentáře • 13

  • @josephangelodelosreyes4206

    I enjoyed this. It's a nice exercise.

  • @erickpachecopedraza2241

    Great, thanks for this content :)

  • @anuraghere4997
    @anuraghere4997 Před 2 lety +1

    Sir can you please a book for basic and advanced solidity. How have you achieved this great knowledge

  • @RichJam1978
    @RichJam1978 Před rokem

    Hi Peter, this is great, thanks. Would it be possible to post the solidity code for copying here?

    • @EthereumEngineeringGroup
      @EthereumEngineeringGroup  Před rokem

      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

    • @1o11o11
      @1o11o11 Před rokem

      Hi! Any chance to did it ?

  • @charlie3k
    @charlie3k Před 2 lety +1

    Is there a discord channel for the Ethereum Engineering Group? I would love to join and talk with you guys :)

    • @EthereumEngineeringGroup
      @EthereumEngineeringGroup  Před 2 lety +1

      Slack invitation link: join.slack.com/t/eth-eng-group/shared_invite/zt-48ggg3kk-bUT3PWRn16hCpFclbcZrvQ

  • @sebas_semilla7331
    @sebas_semilla7331 Před rokem

    I HAVE A QUESTION!! : why he use _authUser insted of the authUsers(from the mapping) ?
    So a nice workshop !! Thanks !!

    • @satyam-raikar
      @satyam-raikar Před 8 měsíci

      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.

  • @ajholmes4867
    @ajholmes4867 Před 2 lety

    Why does the solidity test need to be in 25 minutes? Why that number?

    • @EthereumEngineeringGroup
      @EthereumEngineeringGroup  Před 2 lety +1

      Because we wanted to do another language test in the same interview, and we didn't want the overall interview to go too long.

  • @wantedai6689
    @wantedai6689 Před 2 lety

    Peter, i want some of your brain