Chunked Responses: Scaling File Exports for Production

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

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

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

    Man saw elixir, man subscribed.

  • @2mbst1
    @2mbst1 4 หลายเดือนก่อน +1

    Found it useful, hence time not wasted! Writing a naive csv export right now, will look into using streams when it works. Much appreciated!

  • @marksadegi
    @marksadegi 4 หลายเดือนก่อน +1

    Simply gorgeous.

  • @jhalmu
    @jhalmu 4 หลายเดือนก่อน +2

    Very, very good with nice explanation, thanks.

  • @engdoretto
    @engdoretto 4 หลายเดือนก่อน +1

    Great explanation! Thanks a lot! 👍🏻

  • @LebaneseNostalgia
    @LebaneseNostalgia 4 หลายเดือนก่อน +2

    I really love this! Please do a paid course on making data table with sorting, filtering, pagination, import/exports.

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

      Thanks for the encouragement! I’ve been considering making a course for a while

  • @felipe-rodriguees
    @felipe-rodriguees 4 หลายเดือนก่อน +1

    Pretty good, awesome vídeo, thanks.

  • @ShuaibShubby
    @ShuaibShubby 4 หลายเดือนก่อน +1

    love it

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

    As usual, great video!
    Curios, what did you use for the diagram animation? Just regular keynote?
    I noticed that while the diagrams were being played, the background got blurred. Cool. Is background blur a feature from Screen Studio (is this what you're using)?

    • @CodeAndStuff
      @CodeAndStuff  4 หลายเดือนก่อน +1

      Thanks, Hugo!
      I use motioncanvas.io/ for diagrams. The latest update added a `Camera` element that made it even easier to get into than before. I might end up making a video about how I make these.
      The background blur and overlaying was done in davinci resolve, but all of the video recording with zooming in and out was done through Screen Studio!
      One last thing, I prepared an animation to describe enum behavior but ended up not including it. Just sharing in case you were interested: th-cam.com/video/FpU6DEwd04k/w-d-xo.html

  • @abessesmahi4888
    @abessesmahi4888 4 หลายเดือนก่อน +1

    Great content,
    The font size need to be increased a little bit
    Thank you so much for your efforts

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

    Could liveview used from Gleam? I have dabbled in Erlang before, and I would like to use the Elixir tools, but I don't like Elixir's syntax and Rust has made me "disregard" untyped languages, lol.
    I would love it if the entire Elixir ecosystem could easily be used from Gleam with types, similar to how JS libs get TS typings. Also qould make it better for using Rustler 😅

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

      I haven't used Gleam yet, so I'm not quite sure what it would look like to use LiveView with it. I imagine that it's technically possible, but I don't whether Gleam would respect the untyped modules without a lot of effort. If you find out, let me know! Otherwise, we can wait for Elixir to get a real type system