Luca Palmieri - Pavex: re-imaging API development in Rust

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 15

  • @AlexShevtsov
    @AlexShevtsov 7 หลายเดือนก่อน +14

    Great talk, Luca! Keep up the good work you are doing with Pavex. The level of DX you aim at will definitely bring more people to building their backend services in Rust.

  • @ncpeaksean4278
    @ncpeaksean4278 7 หลายเดือนก่อน +16

    I'm a fan o this guy and his book. Great talk. Thanks, Luca.

  • @SuppressedOfficial
    @SuppressedOfficial 7 หลายเดือนก่อน +6

    The assertion that companies are having trouble finding talent appears to ignore the reality that companies are offering very low compensation for what is putatively a rare skill.

    • @TimmmmCam
      @TimmmmCam 7 หลายเดือนก่อน +6

      Yeah "we can't hire people" always means "we can't hire people for the low salary we want to pay".
      Also I'm a bit dubious about not being able to hire Rust developers. Yes there are far fewer Rust developers out there, but they also generally really want to work with Rust, so you have an advantage in luring them, *and* they will be much more skilled than the average programmer.

  • @jordcodes
    @jordcodes 4 หลายเดือนก่อน

    This is looking awesome and should definitely help the rust web backend development experience. Excited to give this a go.

  • @lagcisco
    @lagcisco 7 หลายเดือนก่อน +1

    good talk, thanks Luca

  • @ozanmuyes
    @ozanmuyes 6 หลายเดือนก่อน

    Is it Zellij running in Alacrity?

  • @boravarol6537
    @boravarol6537 7 หลายเดือนก่อน +1

    I wonder if the name has any influence from the town of Pavia, since your name and accent sound very italian?

    • @NotherPleb
      @NotherPleb 7 หลายเดือนก่อน +1

      He is

    • @lucapalmieri5249
      @lucapalmieri5249 7 หลายเดือนก่อน +7

      I come from further South, Rome!
      I was looking for something along the lines of "paving the way" and then Pavex came to mind.

    • @sortof3337
      @sortof3337 7 หลายเดือนก่อน

      @@lucapalmieri5249 I literally thought the same thing. Pavix as in paving. Really interesting framework. We have built something similar at our work. Unfortunately, big companies using rust are hesitant to use frameworks due to dependencies it creates and its relatively easy to write building blocks in rust. Love the fact that you're not boxing everything like literally every framework.

  • @CGMossa
    @CGMossa 7 หลายเดือนก่อน +1

    Awesome!

  • @DeepakKumar-uz4xy
    @DeepakKumar-uz4xy 7 หลายเดือนก่อน

    wow

  • @laden6675
    @laden6675 7 หลายเดือนก่อน +1

    Too much jumping around with the bluerprint registers :(

    • @lucapalmieri5249
      @lucapalmieri5249 7 หลายเดือนก่อน +1

      That's indeed a downside of that coding style, I concur!
      But it works quite nicely when you want to break down your application into smaller modules that are organised by domain or goal. A common need in bigger applications (e.g. monoliths) than smaller ones like our demo project here.