The Power of JS Generators by Anjana Vakil

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

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

  • @ilearnedtoday6014
    @ilearnedtoday6014 2 ปีที่แล้ว +165

    she is back

    • @tikendying
      @tikendying 2 ปีที่แล้ว +23

      Folks been waiting for her like a star wars trilogy

    • @Hunt92
      @Hunt92 2 ปีที่แล้ว +5

      Exactly my thought every time i see her in a video

    • @miloslazic3636
      @miloslazic3636 2 ปีที่แล้ว +1

      @@bradyfractal6653 She is just excited and happy to be presenting.

  • @EddyVinck
    @EddyVinck 2 ปีที่แล้ว +301

    I knew I recognised her from the Functional Programming talk I saw years ago! It's one of the first talks I ever saw and it drove me to learn more JS! Go Anjana!

    • @mohammedsalah4954
      @mohammedsalah4954 2 ปีที่แล้ว +9

      same thing here bro she is amazing 🔥🔥

    • @kishanc8697
      @kishanc8697 2 ปีที่แล้ว +4

      Same here

    • @jacobyoung2045
      @jacobyoung2045 2 ปีที่แล้ว +5

      Yay! One more Anjana talk on the internet.

    • @2000mipo
      @2000mipo 2 ปีที่แล้ว +6

      THAT TALK WAS SO GOOD RIGHT?!

    • @carlospedroza2604
      @carlospedroza2604 2 ปีที่แล้ว +1

      She has given several awesome talks, and you can find multiple of them here in youtube! Search for her name, the subjects she covers are varied.

  • @damians.7859
    @damians.7859 2 ปีที่แล้ว +100

    Such a nice talk, it's a shame that the person that editted it made a lot of cuts when code was presented and instead showed audience from the back...

    • @N32-e1g
      @N32-e1g 2 ปีที่แล้ว

      idk what are u talking about

    • @4ipon4ik
      @4ipon4ik 2 ปีที่แล้ว +6

      @@N32-e1g approx. 20:15 - 22:30 she explains her code step by step, but we don't see it because it's zoomed out.

    • @N32-e1g
      @N32-e1g 2 ปีที่แล้ว

      @@4ipon4ik anyway u can't learn js by watching conferences

    • @4ipon4ik
      @4ipon4ik 2 ปีที่แล้ว +12

      @@N32-e1g idk what are u talking about

  • @Play_Streams
    @Play_Streams 2 ปีที่แล้ว +59

    I love her energy. Great presentation too! I've always struggled understanding generators.

  • @dianyuanda3383
    @dianyuanda3383 2 ปีที่แล้ว +11

    I've never seen any speaker in a tech conference that talk so enthusiastic like her

  • @khushalbhardwaj6192
    @khushalbhardwaj6192 2 ปีที่แล้ว +3

    just fascinated how can something that's so under talked and underrated small little thing can be this powerful and cool.

  • @phoneix24886
    @phoneix24886 2 ปีที่แล้ว +8

    Anjana is very energetic which makes the presentation interesting!

  • @chhavimanichoubey9437
    @chhavimanichoubey9437 ปีที่แล้ว +1

    I can't believe that this video helped me understand generators better than anything I ever saw or read on generators.

  • @hello2131991
    @hello2131991 2 ปีที่แล้ว +22

    Her energy is unmatched

  • @rishabhkalra9505
    @rishabhkalra9505 2 ปีที่แล้ว +13

    Finally we have a great explanation to generators. I knew about these for quite some time but since they are not much used, had limited knowledge on how to make them work with complex things, especially async ones. Great session.

  • @ZiedHF
    @ZiedHF ปีที่แล้ว

    Love her energy, what a beautiful soul. Thanks for this wonderful presentation!

  • @ShubhamKumar305
    @ShubhamKumar305 2 ปีที่แล้ว +2

    I've read about the iterators and iterables from MDN and since then I was like, now I know what can be iterated on JS and how. And when I read about generators I was like, yeah they are there, but how to effectively use them. Thank you Anjana for showing us the various ways.

  • @taz2392
    @taz2392 2 ปีที่แล้ว +3

    I have no idea what she’s talking about but it looks cool

  • @stannone7272
    @stannone7272 2 ปีที่แล้ว +25

    start at 9:18

  • @neonsamurai
    @neonsamurai 2 ปีที่แล้ว +20

    Very good intro. And yes you're totally right, generators are underused. Very much appreciate your talk!

  • @griof
    @griof 2 ปีที่แล้ว +3

    Another excellent talk. I'd recommend a talk she has about functional programming. She is a super good communicator!

  • @VKD007
    @VKD007 2 ปีที่แล้ว +2

    I studied generators few years ago but this explanation is so fun man

  • @rollandbryan9908
    @rollandbryan9908 2 ปีที่แล้ว +26

    Brilliant talk. Please keep the code being talked about on the screen!

    • @meljones2922
      @meljones2922 2 ปีที่แล้ว +3

      Yup! Here's the code/slides observablehq.com/@anjana/the-power-of-js-generators

  • @ShripadaHebbar
    @ShripadaHebbar 5 หลายเดือนก่อน +1

    As always, her presentation is amazing!. One small observation: Actually the cardDeck, can be expressed in a purely functional way, as the generators returned by generator function are iterable as well as iterator:
    const cardDeck = function* () {
    const suits = ["♣", "♦", "♥", "♠"];
    const court = ["J", "Q", "K", "A"];
    for (let suit of suits) {
    for (let i = 2; i

  • @hyperrealhank
    @hyperrealhank 2 ปีที่แล้ว +2

    This could be among my favorite conference talks

  • @AnthonySherritt
    @AnthonySherritt 2 หลายเดือนก่อน

    Wow she's exceptional.Great job on this presentation!

  • @user-dk5uv1xy5j
    @user-dk5uv1xy5j 2 ปีที่แล้ว +10

    We want more conf with her !

  • @TheLexuguin
    @TheLexuguin 2 ปีที่แล้ว +3

    You've been using them without even knowing it. Async/Await are basically syntactic sugar for generators. Before them, to achieve a similar functionality, you had to use generators.

  • @phanCAbe
    @phanCAbe 2 ปีที่แล้ว +15

    This is a great talk! However I always think back to the JS platform docs at my second job (at a very large company).... " Generators: Don't use generators."
    And it still makes sense because no matter what you do you'll always end up with code that's "too clever".

    • @schobihh2703
      @schobihh2703 2 ปีที่แล้ว

      thanks!

    • @anikets4699
      @anikets4699 2 ปีที่แล้ว

      😂🤣😅

    • @jincyquones
      @jincyquones 2 ปีที่แล้ว +1

      "too clever" a.k.a. requires prerequisite knowledge of how they work, which most devs lack because they're too scared to use them

    • @RamkrishanYT
      @RamkrishanYT ปีที่แล้ว

      Bruh how is this too clever? It literally is explained in a 30 minute talk

    • @McQuinTrix
      @McQuinTrix ปีที่แล้ว

      +1

  • @bmehder
    @bmehder 2 ปีที่แล้ว +4

    Anjana's talks are always bangers.

  • @stevekyhon
    @stevekyhon 2 ปีที่แล้ว +3

    Watched from the beginning to the end. Good stuff!

  • @oleanddro
    @oleanddro 2 ปีที่แล้ว

    Excellent presentation of GENERATORS! (who saw the introduction will understand)
    Great energy of Anjana Vakil! Thanks!

  • @pavelmikhadiuzk310
    @pavelmikhadiuzk310 2 ปีที่แล้ว +2

    she is crazy)) and Is it contagious) It spreads) I even see how I shout "Generators!" in the middle of night while I am sleeping

  • @rahulkanyal
    @rahulkanyal ปีที่แล้ว

    Her energy and enthusiasm is mind-blowing.

  • @KresnaPermana
    @KresnaPermana 2 ปีที่แล้ว +1

    Finally the legendary is showing up

  • @shegsdev
    @shegsdev 2 ปีที่แล้ว +4

    Big fan of Anjana. Good to see her again.

  • @mahmoudaldawleh1982
    @mahmoudaldawleh1982 2 ปีที่แล้ว +2

    i love her energy😃

  • @lavendercode
    @lavendercode 2 ปีที่แล้ว +2

    Thank you for speaking in this video. I have never heard of generators but now I am curious. Thank you.

  • @code_react
    @code_react 2 ปีที่แล้ว +4

    No doubt its very useful but
    Why would you switch camera while she is explaining the code 20:15. :(

    • @alvarobyrne
      @alvarobyrne 2 ปีที่แล้ว

      yeah, producer was sleeping or editor mistake, or what?

  • @michalkotlicki4710
    @michalkotlicki4710 2 ปีที่แล้ว +6

    She becomes more energetic every time she takes a sip of this "water".

  • @zokizuan
    @zokizuan 2 ปีที่แล้ว

    Thanks Anjali for showering us with your...

  •  2 ปีที่แล้ว +2

    awesome Anjana Vakil, thanks for this masterclass

  • @moosesnWoop
    @moosesnWoop 2 ปีที่แล้ว +1

    Great to see Anjana again, wow.

  • @edgeeffect
    @edgeeffect 3 หลายเดือนก่อน +1

    Cool... I've seen some really stupid negative comments on some of her other talks but the Anjana fan club is out in force on this one... as it should be.

  • @alex_chugaev
    @alex_chugaev 2 ปีที่แล้ว +1

    It was so exciting it ended in a blink of an eye. Thanks Anjana, generators have big potential. I’m gonna experiment with them, doing state manager and renderer.

  • @ravierkonan1694
    @ravierkonan1694 2 ปีที่แล้ว

    Knew Anjana from her talk on Functional Programming. On her way to be the public voice of JavaScript.

  • @iliyaskhan3803
    @iliyaskhan3803 2 ปีที่แล้ว

    Anjana knows the best way to engage all your senses

  • @amarwavare711
    @amarwavare711 2 ปีที่แล้ว

    She made generators quite simple to understand !

  • @rojonali3374
    @rojonali3374 2 ปีที่แล้ว +2

    Definitely she is amazing 😊

  • @Glibenko
    @Glibenko ปีที่แล้ว

    I really appreciate your performance. Now I know more about generators and wanna apply them.😎

  • @qodesmith520
    @qodesmith520 2 ปีที่แล้ว +2

    At 2:38 she says "duck-duck-go'ing them..." #BOSS

  • @spiral5799
    @spiral5799 2 ปีที่แล้ว +2

    She is amazing, fun, smart, and beautiful

  • @kevinrobertandrews
    @kevinrobertandrews 2 ปีที่แล้ว +2

    Taking from infinite sequences absolutely blew my mind! Thanks for sharing 😊

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

    Wow, this is such a great video. Thanks so much!

  • @dmltdev
    @dmltdev 6 วันที่ผ่านมา

    Great talk, thanks a lot!

  • @vytenisurbonavicius9593
    @vytenisurbonavicius9593 ปีที่แล้ว

    Great presentation and great energy! Regarding generators - it might be just me but it still feels to me like generators are a cool yet much less readable way to do stuff. Yield makes code run in a non-linear and less intuitive fashion. I wonder if it is just me...

  • @mknijnenberg85
    @mknijnenberg85 ปีที่แล้ว

    What is the tool/website called where Anjana makes her code blocks with?

  • @hajiamano22
    @hajiamano22 2 ปีที่แล้ว +1

    Generators are so underutilized. I created a javascript framework with them that let's me build web apps in 1/10th of the time it took me before.

    • @Ty-13
      @Ty-13 2 ปีที่แล้ว

      Is it open source?

    • @hajiamano22
      @hajiamano22 2 ปีที่แล้ว

      @@Ty-13 Not currently, and there are a lot of reasons for that. One there are a lot of better frameworks out there more suited for speed that people should consider like solidjs. My framework is different.
      It doesn't have custom components, just pre-built components that all fit together in a grid system. The cool thing is getting data from the user happens synchronously. So you don't need to have call back functions for forms. When it's on the screen the program yields and waits for the form to be submitted before continuing execution

  • @prigithjoseph7018
    @prigithjoseph7018 2 ปีที่แล้ว

    Still need to be explain, what is the easiest way of implementing data science and Machine learning with js, and to more often a offline ide for such purpose.

  • @mich_thedev
    @mich_thedev ปีที่แล้ว

    One of the best speakers.

  • @mdistiakhossain1035
    @mdistiakhossain1035 2 ปีที่แล้ว +6

    She is back again

  • @Thanadit231
    @Thanadit231 2 ปีที่แล้ว +4

    love her power

  • @Hoppi1001
    @Hoppi1001 2 ปีที่แล้ว +3

    Would it be possible to get those code snippets from somewhere? Yes, I can copy from the screen but maybe I can save some typing if it is.

    • @soumen_pradhan
      @soumen_pradhan 2 ปีที่แล้ว

      observablehq.com/@anjana/the-power-of-js-generators

    • @omgd00d
      @omgd00d 2 ปีที่แล้ว

      observablehq.com/@anjana/the-power-of-js-generators

    • @anastasiiasolop6653
      @anastasiiasolop6653 2 ปีที่แล้ว

      the link was on the screen in the beginning observablehq.com/@anjana/the-power-of-js-generators

    • @rdil
      @rdil 2 ปีที่แล้ว +1

      The slideshow is linked at the beginning of the talk.

    • @user-df1gs1kf8w
      @user-df1gs1kf8w 2 ปีที่แล้ว

      Get a mac

  • @limitless9483
    @limitless9483 ปีที่แล้ว

    great talk btw you guys could have at least linked up the resources from the end of the video to your descriptiopn

  • @Rene-tu3fc
    @Rene-tu3fc 2 ปีที่แล้ว +1

    not sure if python stole from js or the other way around, but they seem to look and function identically. very fun to use, but easy to create unreasonable code imo.

  • @vladislavpeev5822
    @vladislavpeev5822 2 ปีที่แล้ว +1

    Quality content, but I needed to slow down the video speed a little :D

  • @savi_sandbox
    @savi_sandbox 2 ปีที่แล้ว

    is there a way to download the slides, presented in the video?

  • @AvanaVana
    @AvanaVana 2 ปีที่แล้ว

    I thought I understood generators. This blew my mind.

  • @espectropolitico
    @espectropolitico 2 ปีที่แล้ว +4

    You're like an Marvel Superhero, but to JS. Trully saved me a day (again).

  • @samuellawrentz
    @samuellawrentz 2 ปีที่แล้ว +1

    Great talk! Love how generators can be used for various usecases. Also lowkey, I'm getting Zendaya vibes.

  • @AlanSchooll
    @AlanSchooll 2 ปีที่แล้ว

    So one of the most important things generator does is that you cannot store an infinite amount of data on your memory like calculating factorials, or stream of data through api it look something like pagination only bring that part of data, when it actually needed.

  • @thoril.pegason
    @thoril.pegason 5 หลายเดือนก่อน

    Wow this is very cool!

  • @misterl8129
    @misterl8129 10 หลายเดือนก่อน

    Anyone make the Starwars example work? I cant. How it is working? How i can console.log the object starwars with all the data?
    Thanks

  • @nitsanbh
    @nitsanbh 2 ปีที่แล้ว +5

    Good code is clear, not tricky.
    Implementing a bidirectional channel using a proper object would be so much more readable (and customizable) than using generators’ .next tricks

  • @mzubair10
    @mzubair10 2 ปีที่แล้ว

    I didn't realize generators were so powerful

  • @phytonprogrammer1998
    @phytonprogrammer1998 2 ปีที่แล้ว

    Happy to see you again 💜💜

  • @oleksandrvorovchenko8674
    @oleksandrvorovchenko8674 2 ปีที่แล้ว

    Great presentation! Thanks!

  • @sankaraishema5963
    @sankaraishema5963 ปีที่แล้ว

    Awesome I finally understand ;)

  • @soltsdev
    @soltsdev 2 ปีที่แล้ว +1

    legend is back

  • @Rollmops94
    @Rollmops94 2 ปีที่แล้ว

    I looked for this for ages

  • @yoni532s9M5w
    @yoni532s9M5w 2 ปีที่แล้ว

    Why isn't js pressed about using generators for iteration like c# is? Isn't enumeration of entire arrays really bad in general?

  • @kishorrathva4097
    @kishorrathva4097 2 ปีที่แล้ว

    How does event loop handles it?

  • @xeoneraldo1254
    @xeoneraldo1254 2 ปีที่แล้ว +1

    Really cool technology, great to finally have it in JS. We already have that in C# for years, its nothing new.
    I wonder when will source generators come for JS.

  • @chhiringtamang7875
    @chhiringtamang7875 2 ปีที่แล้ว +2

    HOT NEW FEATURE FROM 6 YEARS AGO 🤣 BTW loved it.

  • @adittttya
    @adittttya 2 ปีที่แล้ว

    Amazing stuff! One of the best talks ever! 🙌

  • @sandro6103
    @sandro6103 2 ปีที่แล้ว +2

    She is fire 🔥

  • @Tony-dp1rl
    @Tony-dp1rl 2 ปีที่แล้ว

    Makes you wonder why they can't get Tail Recursion into JavaScript compilers, if they can do this stuff :/

  • @fabiovictorino350
    @fabiovictorino350 2 ปีที่แล้ว +3

    Good to see you.

  • @sudheerpoojary8975
    @sudheerpoojary8975 2 ปีที่แล้ว

    nice explanation

  • @N32-e1g
    @N32-e1g 2 ปีที่แล้ว

    i'm not sure why do we need to use them

  • @SachinDolta
    @SachinDolta 2 ปีที่แล้ว

    Welcome back Anjana

  • @SuperQuwertz
    @SuperQuwertz ปีที่แล้ว

    21:30 I want to see the code...

  • @pahrurozi
    @pahrurozi 2 ปีที่แล้ว

    What is music intro?

  • @ub-relax6800
    @ub-relax6800 หลายเดือนก่อน

    I have a theory, that she herself is an asynchronous iterable generator, that consumes a lot of data, and some water, and then yields it for all of us, mere mortal, to try and get.

  • @sayeednazir8884
    @sayeednazir8884 2 ปีที่แล้ว

    wovvv ,,,,,, really amazing....!

  • @mehdi-vl5nn
    @mehdi-vl5nn ปีที่แล้ว

    The problem with those who lack computer education is exactly this.
    The order is actually like this:
    Stackless coroutines, event loops, self-suspending functions, iterators, simpler syntax generators, coroutines with simpler syntax, async functions, tasks, promises or futures.
    But wait, my dear friends.
    Promises in JavaScript have nothing to do with promises in reality. They are actually a function that puts itself in a queue!
    JavaScript's foolish features insult the spirit of programming and computer science.

  • @AlanSchooll
    @AlanSchooll 2 ปีที่แล้ว

    I learned generators in python and it looks the same in javascript.

  • @dc22199x
    @dc22199x 2 ปีที่แล้ว

    Looks similar to php's generator, but basically this is mostly borrowed concept of disappearing pointers.

  • @mohammedkaif1236
    @mohammedkaif1236 2 ปีที่แล้ว

    AWESOME

  • @microcodes6887
    @microcodes6887 2 ปีที่แล้ว

    If you shows on the screen that's how it will execute then it will much better

  • @nhieljeff2156
    @nhieljeff2156 2 ปีที่แล้ว

    this is straight up sorcery

  • @mohammedkaif1236
    @mohammedkaif1236 2 ปีที่แล้ว

    awesome

  • @uubaidullah
    @uubaidullah 2 ปีที่แล้ว

    og is back ❤️

  • @MartinCharles
    @MartinCharles 2 ปีที่แล้ว

    generators are sick

  • @pszznm
    @pszznm 2 ปีที่แล้ว +6

    I don't feel like this talk was particularly useful, as most of the examples could be done easily without generators. Especially the ping-pong was plain stupid as it weren't the generators that enabled to circumvent maximum call stack size, it was the queue + run function.... I really hoped to learn something good here...
    Anyway, to me, the only thing that makes generators worth it, is logic and I/O separation. It is something I needed to be able to write testable code that is heavily dependent on external factors like read/write, running external programs or communicating with them, etc... It is something I could not find any different reasonable solution for. There is nothing else I came to contact with for what I couldn't find simpler solution than generators.