Found it useful, hence time not wasted! Writing a naive csv export right now, will look into using streams when it works. Much appreciated!
@marksadegi4 ай бұрын
Simply gorgeous.
@jhalmu5 ай бұрын
Very, very good with nice explanation, thanks.
@engdoretto5 ай бұрын
Great explanation! Thanks a lot! 👍🏻
@felipe-rodriguees5 ай бұрын
Pretty good, awesome vídeo, thanks.
@LebaneseNostalgia4 ай бұрын
I really love this! Please do a paid course on making data table with sorting, filtering, pagination, import/exports.
@CodeAndStuff4 ай бұрын
Thanks for the encouragement! I’ve been considering making a course for a while
@ShuaibShubby5 ай бұрын
love it
@abessesmahi48885 ай бұрын
Great content, The font size need to be increased a little bit Thank you so much for your efforts
@hugobarauna5 ай бұрын
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)?
@CodeAndStuff5 ай бұрын
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: kzbin.info/www/bejne/fKG4Z3d7rMljas0
@LtdJorge4 ай бұрын
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 😅
@CodeAndStuff4 ай бұрын
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