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

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 16

  • @AlexShevtsov
    @AlexShevtsov 9 місяців тому +15

    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 9 місяців тому +16

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

  • @jordcodes
    @jordcodes 6 місяців тому

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

  • @SuppressedOfficial
    @SuppressedOfficial 9 місяців тому +7

    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 9 місяців тому +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.

  • @boravarol6537
    @boravarol6537 9 місяців тому +1

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

    • @NotherPleb
      @NotherPleb 9 місяців тому +1

      He is

    • @lucapalmieri5249
      @lucapalmieri5249 9 місяців тому +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 9 місяців тому

      @@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.

  • @lagcisco
    @lagcisco 9 місяців тому +1

    good talk, thanks Luca

  • @ozanmuyes
    @ozanmuyes 8 місяців тому

    Is it Zellij running in Alacrity?

  • @CGMossa
    @CGMossa 9 місяців тому +1

    Awesome!

  • @laden6675
    @laden6675 9 місяців тому +1

    Too much jumping around with the bluerprint registers :(

    • @lucapalmieri5249
      @lucapalmieri5249 9 місяців тому +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.

  • @DeepakKumar-uz4xy
    @DeepakKumar-uz4xy 9 місяців тому

    wow