Functional stream processing with Scala - Fs2 Crash Course

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 37

  • @outdoor2474
    @outdoor2474 7 місяців тому

    This is super comprehensive and practical! This is far better than any other commercial courses!

  • @ingtorre
    @ingtorre 3 роки тому +5

    The best presentation about FS2 I've come across so far. Good job. I hope to see more contents like this one.

  • @bergun75
    @bergun75 4 роки тому +2

    Infinte Streams I can't deny them. Infinity is hard to comprehend....

  • @vetiarvind
    @vetiarvind 2 роки тому

    I like this style of presentation. Hugely useful. Thanks from India. Fs2 is also a good library to study functional programming, especially to learn cats-effect etc.

  • @micahmusset2936
    @micahmusset2936 4 роки тому +1

    A truly excellent step by step intro into to fs2

  • @RichardGrossmanBSG75
    @RichardGrossmanBSG75 2 роки тому

    Very good presentation clear and usefull

  • @constantlistener807
    @constantlistener807 4 роки тому +1

    Great video, everything clearly explained. Subscribed and waiting for videos on other scala libraries.

  • @MrFactSpitter
    @MrFactSpitter 2 роки тому

    This is a very nice tutorial on FS2, Keep up the good work!!

  • @abhishes
    @abhishes 4 роки тому +1

    This is a very very good video. thank you so much. great start to your channel. I look forward for more content :)

  • @DinoFancellu
    @DinoFancellu 2 роки тому

    This is a great talk. Very useful. Thanks

  • @AleksandrSerdyukov
    @AleksandrSerdyukov 2 роки тому

    Very well done!

  • @sergeykharchikov7049
    @sergeykharchikov7049 2 роки тому

    Great video! thanks

  • @chorandrey
    @chorandrey 3 роки тому +1

    Thanks, this is amazing video about fs2!

  • @meyou118
    @meyou118 3 роки тому +3

    more.. more ...more...!!! ive just started using cats cats.effect, fs2 etc...

  • @MotivationVideos1337
    @MotivationVideos1337 Рік тому

    Great video man

  • @horaceandpete7129
    @horaceandpete7129 3 роки тому

    awesome , waiting for your next video

  • @TheMungo54
    @TheMungo54 3 роки тому

    Excellent tutorial, thanks!

  • @scalaamateur2894
    @scalaamateur2894 2 роки тому

    Thanks!

  • @Gargolissimus
    @Gargolissimus 3 роки тому

    very nice Video! Thank you. very good organised and explained. Go on please!

  • @bryaji
    @bryaji 3 роки тому +1

    Thank you for the awesome tutorial Guillaume!
    Some follow-along tips for newbies like me:
    - Guillaume seems to be using VS Code with Metals plugin to run the Scala worksheets (scalameta.org/metals/)
    - I seemed to need to right-click in the explorer --> New Scala file --> Worksheet for it to register bloop etc for some reason (I love this - so great to see continuous eval and underlying types)
    - At one point I got an import error on cats.effect.Timer - due to using version 3.x of FS2 / cats.effect, this import worked for me: libraryDependencies += "co.fs2" % "fs2-core_2.13" % "2.4.6"
    - Link to the data: fr.openfoodfacts.org/data/fr.openfoodfacts.org.products.csv

    • @LambdaTown
      @LambdaTown  3 роки тому +1

      Thank for your kind feedback and all these additional tips! I’m glad you liked the video :)

  • @mrbriansu
    @mrbriansu 2 роки тому

    How to resolve these errors with my IntelliJ -
    not enough arguments for method unsafeRunAsync: (cb: Either[Throwable,Unit] => Unit)(implicit runtime: cats.effect.unsafe.IORuntime): Unit.
    Unspecified value parameter cb.

  • @ingtorre
    @ingtorre 3 роки тому

    @LambdaTown I'm also looking for good contents about FS2 Streams that are produced by Doobie as Stream[ConnectionIO, T], how to deal with those streams in order to work with very large data sets using a "circular buffer" or splitting them in chunks (using chunkn?).

  • @Augustine_354
    @Augustine_354 2 роки тому

    Nice intro. Does anybody know the name of the plugin which shows the type of objects in the comment ?

    • @LambdaTown
      @LambdaTown  2 роки тому +1

      It isn’t a plug-in, it’s the “worksheet” feature of the Metals language server :)

    • @Augustine_354
      @Augustine_354 2 роки тому

      @@LambdaTown thanks!

  • @abhishes
    @abhishes 4 роки тому

    In the video there is no slide introducing you. Can you tell me what is your name?

    • @LambdaTown
      @LambdaTown  4 роки тому +2

      Whoops, I guess I'll do it next time. It's Guillaume Bogard (@bogardguillaume on Twitter)

    • @abhishes
      @abhishes 4 роки тому

      @@LambdaTown thanks. I published the link to your video here: old.reddit.com/r/ScalaConferenceVideos/

    • @LambdaTown
      @LambdaTown  4 роки тому

      Thanks!

    • @abhishes
      @abhishes 4 роки тому +4

      @@LambdaTown Please do more videos on fs2 and cats effects.