Serialization - A Crash Course

  Рет қаралды 128,583

0612 TV w/ NERDfirst

0612 TV w/ NERDfirst

Күн бұрын

Пікірлер: 493
@paulwatkin6360
@paulwatkin6360 9 жыл бұрын
Nice and fresh approach to explaining the concept. I've watched some boring ones already that switched my brain off, I like your energy and style of teaching. Great work, keep it up.
@NERDfirst
@NERDfirst 9 жыл бұрын
+Johnny Fancy-pants Thank you very much! Glad you liked the video =)
@arj123sub
@arj123sub 8 жыл бұрын
Great explanation. 7min and 40 sec of video gave me more information than I got reading the internet. Keep it up !
@NERDfirst
@NERDfirst 8 жыл бұрын
Thank you very much! Very happy to be of help =)
@chestermartin2356
@chestermartin2356 3 жыл бұрын
The Odin Project brought me here. Excellent video, best bit of content on the subject so far
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you very much for your comment! So glad to hear I'm getting some clicks from the Odin project. Very happy to be of help =)
@Mo-tc5vn
@Mo-tc5vn 2 жыл бұрын
The best explanation of serialization I've seen on KZbin, thank you!
@NERDfirst
@NERDfirst 2 жыл бұрын
You're welcome! Very happy to be of help =)
@emmettofswedeland
@emmettofswedeland 4 жыл бұрын
You literally explained to me what my teachers should have been explaining to me for a whole month now... (They still haven't.) Thank you, friend!!
@NERDfirst
@NERDfirst 4 жыл бұрын
You're welcome! Very happy to be of help =)
@skyFullOfStars
@skyFullOfStars 2 жыл бұрын
very good way of explaining in depth. helped me understand how and why data transferred from ram to rom needs to go through serialization while writing and deserialization while reading.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you for your comment! Do note that "ROM" is "Read-Only Memory" that you can't write to - You're probably talking about storage. But yes, some serialization techniques are used in this process. Glad you liked the video =)
@skyFullOfStars
@skyFullOfStars Жыл бұрын
@@NERDfirst Yep yep. Thats correct. I was talking about HDDs or SSDs.
@michaelsander2878
@michaelsander2878 2 жыл бұрын
This helps quite a lot. I wish more videos would explain what a thing is instead of just how to implement it. After watching this I have a much better understanding of why reading from a json requires serializable and I'm starting to get a better handle on how I'm going to be able to make that data available to other methods in my c#/unity project.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Yes, that's exactly the gap I'm trying to fill when I make my videos - It's all well and good to know how something is done but without knowing the "why", how exactly are we supposed to be able to apply this to problems? I'm really glad I could help make sense of this for you :)
@300SonsofOdin
@300SonsofOdin 2 жыл бұрын
Been workling in Programming for 2 years and this is the first time someone actually explained it to me in a sense that I can understand it.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@ballafolife19
@ballafolife19 4 жыл бұрын
Very concise, direct, and informative. I originally was searching for what pickling is in Python. You made serialization so easy to understand, that I was able to extract the info and relate it to the Python pickle function even though you did not even mention it. Excellent job!
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you very much for your comment! I do hope to do something on pickle (and its third party cousin dill) sometime in the future, when I can find the time. Glad to know you liked my work =)
@fayoztoshmirzaev7895
@fayoztoshmirzaev7895 9 ай бұрын
Broo thank you very much, I was struggling lately to understand what an f JSON is and even proffesors in university did not explain it this well. Thank you very much! I wish you all the best
@NERDfirst
@NERDfirst 9 ай бұрын
You're welcome! Very happy to be of help =)
@sotchol5103
@sotchol5103 5 жыл бұрын
The year is 2019 and you are still legit my friend.Thank you for the clear explanation, subscribe and thumbs up from me.
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@bengalballa
@bengalballa 3 жыл бұрын
2021 and still legit
@harsh13200
@harsh13200 2 жыл бұрын
2022 and still legit
@Byeol1997
@Byeol1997 Жыл бұрын
2023
@honorebarera8171
@honorebarera8171 2 ай бұрын
2024 , I'm learning Ruby and I found this video very much useful thanks
@kahuna2
@kahuna2 7 жыл бұрын
Bro, I love your approach for explaining these concepts in in such an understandable way. To be able to do this is a talent that many people just don't possess. Thank you!
@NERDfirst
@NERDfirst 7 жыл бұрын
You're welcome! Very happy to be of help =)
@xMig27x
@xMig27x 5 жыл бұрын
so far this is the best explanation of serialization that I see on the internet
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@xxsilentxxxx
@xxsilentxxxx 9 жыл бұрын
Thank you! Many people make things more complicated when explaining, because they focus too much on 'what', but you sir, explained the 'how'. Thanks again, helped me a lot.
@NERDfirst
@NERDfirst 9 жыл бұрын
+xxsilentxxxx You're welcome! Very glad to know you like my work and the presentation style. It's always great to read a comment like this =)
@kapilchoudhary2922
@kapilchoudhary2922 Жыл бұрын
It's 2023 and still this video is a gem, appreciate the efforts man!!
@NERDfirst
@NERDfirst Жыл бұрын
Hello and thank you very much for your comment! Very happy to be of help :)
@ChungXlan
@ChungXlan 2 жыл бұрын
Man I have been searching on the internet on why exactly my ML learning needs to be pickled and found no good answers. Your video really helped clear the concept. Thanks!!
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Pickling is quite interesting because it has implications outside of serialization (seeing as that it's Python-specific binary serialization) particularly with security, but yes, ultimately the idea is the same. Maybe I'll explore pickling more in the future.
@ChungXlan
@ChungXlan 2 жыл бұрын
@@NERDfirst That would be great! Some suggestion hope you won't mind: I think your channel would gain a lot more subscribers and views if you could put more efforts on the editing.
@NERDfirst
@NERDfirst 2 жыл бұрын
Thank you for your suggestion! I'm not too worried about views and subscribers right now, as I don't have a lot of time to work on the channel. Just doing what I can to enjoy the process, knowing that those who need me can find me!
@Jobic-10
@Jobic-10 4 жыл бұрын
Boss, you earned a subscriber. I'm learning Flutter then came about "Built values". Then the term "serialization" popped up and you explained it well. Thanks very much. I doff my hat 🎩
@NERDfirst
@NERDfirst 4 жыл бұрын
You're welcome! Very happy to be of help =)
@shucks18
@shucks18 2 жыл бұрын
8 years later, and you've pretty much explained this concept the best compared to my friends thanks!
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@zieteniere7500
@zieteniere7500 Жыл бұрын
You're great at explaining! This is the best video I've seen so far on this.
@NERDfirst
@NERDfirst Жыл бұрын
Hello and thank you very much for your comment! Happy to be of help :)
@dzemilpapic
@dzemilpapic Жыл бұрын
Shoutout to all my The Odin Project homies and homegirls. Great explanation by the host, we appreciate it!
@NERDfirst
@NERDfirst Жыл бұрын
Hello and thank you very much for your comment! Very happy to be of help =)
@x4fdssd
@x4fdssd 2 жыл бұрын
This is the best serialization explanation on the Internet.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@sush2142
@sush2142 2 жыл бұрын
OMG.... never did I ever think I would find such a simple explanation of serialization..
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@robert2584
@robert2584 6 жыл бұрын
You're real good at this. I've caught a few of your vids in the past and they always clear up any confusion.
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you very much for your comment! Very happy to have been of help =)
@averagehuman5472
@averagehuman5472 2 жыл бұрын
Absolutely helpful. Couldn't wrap my mind on what was "converting object into byte stream" until now
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Very happy to be of help =)
@knowknows7919
@knowknows7919 7 жыл бұрын
Excellent video, the pace was perfect, not too slow but still explaining everything you need to know to understand the basic idea behind serialization. Will be checking out your other stuff!
@NERDfirst
@NERDfirst 7 жыл бұрын
Hello and thank you very much for your comment and support! Glad you liked the video and hope you find the rest of my work useful as well!
@dpSimi2244
@dpSimi2244 4 жыл бұрын
Thank you for explaining so cleanly. Been reading a few books and the topic serialization comes up as if the reader already knows it. ~Thumbs Up!
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@ik2254
@ik2254 2 жыл бұрын
Good God, finally a comprehensive and visual explanation.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad my video worked out well for you =)
@DynamicJon
@DynamicJon 5 жыл бұрын
Thanks, extremely quick and valuable, getting harder and harder to find content that is straight to the point these days :)
@NERDfirst
@NERDfirst 5 жыл бұрын
You're welcome! Very happy to be of help =)
@camillesatoshi8393
@camillesatoshi8393 Жыл бұрын
I was dealing with ruby and de I/O classes and objects, using commands, reading, gets, eof? Getting the idea but needing to understand the purpose. Your explanation makes it much more straightforward than just reading.
@NERDfirst
@NERDfirst Жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@arunh3
@arunh3 Жыл бұрын
Best serialization explanation I have ever heard
@NERDfirst
@NERDfirst Жыл бұрын
Hello and thank you for your comment! Glad to be of help :)
@bitsnbytes4406
@bitsnbytes4406 2 жыл бұрын
Best explanation of the concept with example applications!! Loved it.!!
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad you liked my work :)
@nerdalotdulac8552
@nerdalotdulac8552 4 жыл бұрын
Omg, you're the best teacher ever. It couldn't be a clearer explanation, thank you :)
@NERDfirst
@NERDfirst 4 жыл бұрын
You're welcome! Very happy to be of help =)
@hoshin
@hoshin 6 жыл бұрын
That was the best way I've ever heard serialization explained. Thank you!
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you so much for your comment! Very happy to be of help :)
@FBHI
@FBHI 6 жыл бұрын
Thank you!! You helped me a lot!! The serialization explanation by my teacher was very poor and I didn't understand who is going to be the JsonManagedReference and who is going to be the back reference, now thing got easier to understand!
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you very much for your comment! Very happy to be of help =)
3 жыл бұрын
This really helped me to grasp the concept of serialization. This was very clear and simple explanation and the more important you explained the purpose. Thank you :thumbs-up:
@NERDfirst
@NERDfirst 3 жыл бұрын
You're welcome! Very happy to be of help =)
@officalAndrel
@officalAndrel 3 жыл бұрын
I've been searching for a video that will explain this concept to me in a way I'll understand and this is it. Thanks a lot brother 👍💯
@NERDfirst
@NERDfirst 3 жыл бұрын
You're welcome! Very happy to be of help =)
@Idctrolley
@Idctrolley 3 жыл бұрын
the only video in youtube which makes sense on serialization ~ deserialization
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@mohamedbushoberwa9418
@mohamedbushoberwa9418 4 жыл бұрын
i appreciate your talent of delivering materials
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@gorizontuz
@gorizontuz Жыл бұрын
That was best explanation video, straight to the point.
@NERDfirst
@NERDfirst Жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video :)
@karundawadi876
@karundawadi876 2 жыл бұрын
The best example of a perfect Crash Course.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@floki7056
@floki7056 2 жыл бұрын
TheOdinProject brought me here. Really amazing explanation! Subscribed :)
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you very much for your comment and support! Do look around and I hope you can find more content that you'll like =)
@SayanMondal342
@SayanMondal342 5 жыл бұрын
I needed it for a project I'm building. Thanks for clearing the concept in such a simple way. I really appreciate it. Cheers.
@NERDfirst
@NERDfirst 5 жыл бұрын
You're welcome! Very happy to be of help =)
@deangreenhough3479
@deangreenhough3479 5 жыл бұрын
perfect thank you, just what I needed to clear the fog in my head, subscribed
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you very much for your comment and support! Glad you liked the video =)
@cbradiooo
@cbradiooo 5 жыл бұрын
It's 2020, and this (still) was absolutely fantastic!
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you for your comment! Glad to be of help =)
@HanhTangE
@HanhTangE 6 жыл бұрын
You are really good at explaining! Thank you:)
@NERDfirst
@NERDfirst 6 жыл бұрын
You're welcome! Very happy to be of help :)
@ianburns4398
@ianburns4398 3 жыл бұрын
Great video 7 years old and still really useful :-)
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you for your comment! Glad to be of help =)
@PouchyPouch
@PouchyPouch 8 жыл бұрын
This is amazing. Thank you for making this video! It wraps everything up very nicely and succinctly :)
@NERDfirst
@NERDfirst 8 жыл бұрын
You're welcome! Very happy to be of help =)
@JonnyRobinson
@JonnyRobinson Ай бұрын
I am a very noobie scripter using GDScript in Godot and this makes a lot of sense. Thank you for the clear explanation. :)
@NERDfirst
@NERDfirst Ай бұрын
You're welcome! Glad to be of help :)
@aquilhall262
@aquilhall262 5 жыл бұрын
That was a great language-agnostic introduction to serialization!
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you very much for your comment! That's exactly what I'm aiming for, glad you liked the video =)
@majikthyse
@majikthyse 4 күн бұрын
Very helpful, unlike some much longer explanations which only confuse.
@NERDfirst
@NERDfirst 3 күн бұрын
Hello and thank you very much for your comment! Glad to be of help :)
@danegotgame4038
@danegotgame4038 3 жыл бұрын
Amazing video brother. Hope you are doing well in your career! You deserve it.
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help, and I'm happy to report I'm doing well =)
@real-roland
@real-roland 2 жыл бұрын
Thanks a lot for that explanation. It really helped. You really broke it down. Awesome Job!!
@NERDfirst
@NERDfirst 2 жыл бұрын
You're very much welcome! Glad to be of help =)
@thethiagosc
@thethiagosc 7 жыл бұрын
fantastic! best explanation about serialization i've ever seen!
@NERDfirst
@NERDfirst 7 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@ec9386
@ec9386 3 жыл бұрын
WOW!! Really easy and straightforward explanation. Thanks a lot!
@NERDfirst
@NERDfirst 3 жыл бұрын
You're welcome! Very happy to be of help =)
@traderofgoods6500
@traderofgoods6500 3 жыл бұрын
*Me searching through youtube for serialization in movies/shows:* "Uh... I don't think i'm supposed to be here..."
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you for your comment! I'm afraid that _is_ quite different from what we're talking about here =P
@greengrer
@greengrer 3 жыл бұрын
Thank you! It wasn't dry and I did learn interesting things like how indents are important in yml I didn't know I'd learn here!
@NERDfirst
@NERDfirst 3 жыл бұрын
You're welcome! Very happy to be of help =)
@d12captgarrett
@d12captgarrett 6 жыл бұрын
This was a great video that helped me get a good understanding quickly, really appreciate it & keep it up bro
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you for your comment! Very happy to be of help =)
@aarav3890
@aarav3890 4 жыл бұрын
chiming in from 2020: awesome video, you're a great teacher
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@ruic323
@ruic323 4 жыл бұрын
Great explanation of the concept. Congrats.
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you for your comment! Glad you liked the video =)
@bluehornet6752
@bluehornet6752 9 жыл бұрын
Great job on this video--super clear and helpful. Thanks for making it!
@NERDfirst
@NERDfirst 9 жыл бұрын
Tom B You're welcome! Glad you liked the video =)
@Patryk....
@Patryk.... 9 жыл бұрын
Perfect explanation. Thumb up from me.
@NERDfirst
@NERDfirst 9 жыл бұрын
polishmibuta Thank you very much for your comment and support! Really happy you liked the video =)
@markgoldstein
@markgoldstein 6 жыл бұрын
Fantastic overview and demonstration!
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@saulgoodman980
@saulgoodman980 4 жыл бұрын
I recently landed a job at Amazon, thanks for your videos :D
@NERDfirst
@NERDfirst 4 жыл бұрын
Wonderful! Congratulations =)
@RedShipsofSpainAgain
@RedShipsofSpainAgain 9 жыл бұрын
Great and straight-forward, simple explanation.
@NERDfirst
@NERDfirst 9 жыл бұрын
+RedShipsofSpainAgain Thank you very much for your comment! Glad you found the video useful =)
@dhanojitray9475
@dhanojitray9475 3 жыл бұрын
Very good approach. Grateful for this video.
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@aaronrandall2589
@aaronrandall2589 5 жыл бұрын
Nice work explaining the concept!
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you for your comment! Glad you liked the video =)
@jasonsykes4199
@jasonsykes4199 6 жыл бұрын
This simple video gets you a follow. Great job
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you very much for your comment and support! Glad you like my work =)
@agnieszkarutkowska8244
@agnieszkarutkowska8244 5 жыл бұрын
thank you! thanks to you I have managed to understand this concept and connect it to the things I have already known :)
@NERDfirst
@NERDfirst 5 жыл бұрын
You're welcome! Very happy to be of help =)
@ankitakhandelwal6721
@ankitakhandelwal6721 8 жыл бұрын
Really helpful.. Examples are clearly stated. Easy to understand and great explanation. Thank you so much:)
@NERDfirst
@NERDfirst 8 жыл бұрын
You're welcome! Really glad you found the video useful =)
@jahoopyjaheepu497
@jahoopyjaheepu497 3 жыл бұрын
This is still a great tutorial in 2022! Thanks :)
@NERDfirst
@NERDfirst 3 жыл бұрын
You're welcome! Very happy to be of help =)
@ewwitsantonio
@ewwitsantonio 6 жыл бұрын
You are an EXCELLENT teacher. Great video!
@NERDfirst
@NERDfirst 6 жыл бұрын
Thank you very much! Glad to be of help =)
@suryacrr
@suryacrr 6 жыл бұрын
No wonder so many like your explanation. Thumbs up from me.
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you very much for your comment! Very happy to be of help, Glad you liked the video =)
@zondidlaw2195
@zondidlaw2195 7 ай бұрын
Noice man I could understand at least the most of it ....Please keep it up for us beginners 🙏
@NERDfirst
@NERDfirst 7 ай бұрын
Hello and thank you very much for your comment! Glad you like my work! If there's anything you haven't completely understood, feel free to let me know and I'll try to explain it further for you.
@Europayacht
@Europayacht 6 ай бұрын
Very compound, very telling! Nice
@NERDfirst
@NERDfirst 6 ай бұрын
Hello and thank you for your comment! Glad you liked the video =)
@user3sej90rga8
@user3sej90rga8 3 жыл бұрын
Excellent story telling skills.
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you very much for your comment! Really happy to hear this, actually. I'm always worried my videos don't have enough of a narrative hook, so I'm glad that's not the case!
@retop56
@retop56 Жыл бұрын
Great explanation. Thanks for making this!
@NERDfirst
@NERDfirst Жыл бұрын
You're welcome! Very happy to be of help =)
@MsVasisth
@MsVasisth 4 жыл бұрын
loved it man. thanks a ton. keep up the good work.
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you for your comment! Glad you liked the video =)
@troygooden2525
@troygooden2525 4 жыл бұрын
good explanation. Glad this was the first video I found.
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@uyscuti5118
@uyscuti5118 4 жыл бұрын
Still the best explanation online, thank you!
@NERDfirst
@NERDfirst 4 жыл бұрын
You're welcome! Very happy to be of help =)
@GeekyMino
@GeekyMino 5 жыл бұрын
Phenomenal tutorial. Super useful!
@NERDfirst
@NERDfirst 5 жыл бұрын
Hello and thank you very much for your comment! Glad to be of help =)
@scottholloway4489
@scottholloway4489 8 жыл бұрын
Thanks for the video. Very straight forward explanation of the concept.
@NERDfirst
@NERDfirst 8 жыл бұрын
You're welcome! Glad you found the video useful =)
@arielspalter7425
@arielspalter7425 6 жыл бұрын
Thank you very much for that. You explained it in a clear way and it's very helpful!
@NERDfirst
@NERDfirst 6 жыл бұрын
You're welcome! Very happy to be of help =)
@battleroundscool
@battleroundscool 10 жыл бұрын
Awesome video! It's very clear.
@NERDfirst
@NERDfirst 10 жыл бұрын
Edgar Roads Thank you very much for your comment! Glad you liked the video =)
@PratikAnand
@PratikAnand 10 жыл бұрын
Love the presentation. Keep up the good work
@NERDfirst
@NERDfirst 10 жыл бұрын
Hello and thank you so much for your comment! Glad you liked the video =)
@PratikAnand
@PratikAnand 10 жыл бұрын
lcc0612 I am old subscriber. You basically taught me quick sort
@NERDfirst
@NERDfirst 10 жыл бұрын
That's great! Thank you very much for your continued support =)
@pepaokurka3892
@pepaokurka3892 4 жыл бұрын
Great explanation! Thank you for the video :)
@NERDfirst
@NERDfirst 4 жыл бұрын
You're welcome! Glad to be of help =)
@avinashmv9686894578
@avinashmv9686894578 5 жыл бұрын
Great video for a quick recap. Thanks.
@NERDfirst
@NERDfirst 5 жыл бұрын
You're welcome! Glad to be of help =)
@janithmalinga5765
@janithmalinga5765 2 жыл бұрын
Nicely explained the concept.
@NERDfirst
@NERDfirst 2 жыл бұрын
Hello and thank you for your comment! Glad you liked the video :)
@tommyzhe6821
@tommyzhe6821 8 жыл бұрын
Nicely done. Keep up the good work. Would be nice if you could do some coding examples.
@NERDfirst
@NERDfirst 8 жыл бұрын
Hello and thank you very much for your comment! I tend to avoid coding examples as my goal is to cover broad concepts independent of language. Just to make things simpler and easier to understand overall.
@tonnie7079
@tonnie7079 7 жыл бұрын
Thanks man, that is a perfect presentation, I even made some notes our of it
@NERDfirst
@NERDfirst 7 жыл бұрын
You're welcome! Very happy to be of help =)
@OpeLeke
@OpeLeke 3 жыл бұрын
Great Video, Great Explanation!
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@mehmetkaya4330
@mehmetkaya4330 2 жыл бұрын
Great explanation! Thank you so much!!
@NERDfirst
@NERDfirst 2 жыл бұрын
You're welcome! Glad to be of help =)
@trickygreen7307
@trickygreen7307 6 жыл бұрын
Great video, and an awesome shirt!
@NERDfirst
@NERDfirst 6 жыл бұрын
Hello and thank you very much for your comment! Glad you liked the video =)
@tinapontemayor2923
@tinapontemayor2923 3 жыл бұрын
Oh, great explanation. I learn from this.
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you for your comment! Very happy to be of help =)
@dipeshudhlani9365
@dipeshudhlani9365 8 жыл бұрын
Good work! Would you like to add information about sending binary data via serializing also.
@NERDfirst
@NERDfirst 8 жыл бұрын
Hello and thank you for your comment! I don't know if there's very much to say about that, wouldn't it simply be sent "as is"?
@dipeshudhlani9365
@dipeshudhlani9365 8 жыл бұрын
+lcc0612 Hi Nice to get your suggestion here!! ☺ Yes it should be just send irrespective of text/binary. I think differences are when we convert object to binary rather xml/json text. Thank you!!
@NERDfirst
@NERDfirst 8 жыл бұрын
Ah, I get what you mean now! I think the simplest way to serialize to binary (without using a library) is to just represent all numerical values raw, ie in terms of their bit representations. Of course, that way, you cut down on some storage space, but the disadvantage is that the serialization becomes unreadable by humans.
@dipeshudhlani9365
@dipeshudhlani9365 8 жыл бұрын
+lcc0612 thanks for the reply!! Its helpful!!
@NERDfirst
@NERDfirst 8 жыл бұрын
That's great! Very happy to be of help =)
@tcpgrowth
@tcpgrowth 4 жыл бұрын
Love your video! May I know why don't they store the data in csv but pkl? What's the difference between the 2?
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you for your comment! pkl files are "pickles", a method of serialization in Python that serializes to binary rather than to a human-readable form like csv or json. One of the crucial differences with pickles is that they serialize and deserialize things like functions as well, so there may be arbitrary code execution, posing a security risk.
@tcpgrowth
@tcpgrowth 4 жыл бұрын
@@NERDfirst Thank you for your explanation! Mind clarifying on what does serializing to binary mean? I generally got it that since we don't know what data is stored in pkl format. There may be a chance that people create commands that delete all your files in your laptop, thereby causing security issues.
@NERDfirst
@NERDfirst 4 жыл бұрын
I think the easiest way is to see it for yourself. Open a CSV file in notepad, then open a PKL file in notepad. Notice how the former is human readable and the latter is a garbled mess. Binary data is computer data, so PKL files are designed to be read by software, while CSV, JSON and similar formats lend themselves to processing since they're entirely human readable.
@lavishrich
@lavishrich 8 жыл бұрын
Well done this is very straight forward
@NERDfirst
@NERDfirst 8 жыл бұрын
Thank you very much! Glad you found the video useful =)
@solidsnake7820
@solidsnake7820 7 жыл бұрын
I'm New to your channel. Good Explanation. Thank you.
@NERDfirst
@NERDfirst 7 жыл бұрын
Hello and thank you very much for your comment! Happy to be of help =)
@midsummerstation3345
@midsummerstation3345 4 жыл бұрын
man you should do a software engineering course. i'll buy it
@NERDfirst
@NERDfirst 4 жыл бұрын
Hello and thank you for your comment! Heh, I'm honestly no expert at many of the topics. But you can search the channel to see what I already have that might be of interest to you!
@adobongasin214
@adobongasin214 3 жыл бұрын
It's January of 2022 and this shit is still relevant.
@NERDfirst
@NERDfirst 3 жыл бұрын
Hello and thank you for your comment! Glad you liked the video =)
@gee9099
@gee9099 2 жыл бұрын
This was so helpful! Thank you!
@NERDfirst
@NERDfirst 2 жыл бұрын
You're welcome! Very happy to be of help =)
Java serialization 🥣
21:13
Bro Code
Рет қаралды 84 М.
Amortized Analysis
21:32
0612 TV w/ NERDfirst
Рет қаралды 87 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Serialization - A New Hope
50:53
Java
Рет қаралды 16 М.
BINARY vs TEXT File Serialization
13:49
The Cherno
Рет қаралды 59 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,3 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 207 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,3 МЛН
Python dataclasses will save you HOURS, also featuring attrs
8:50
Serialization formats: JSON and Protobuf
5:00
Ivan talks about computers
Рет қаралды 110 М.
Reading/Writing structs to files (aka Serialization)
14:41
CodeVault
Рет қаралды 77 М.
DATA STRUCTURES you MUST know (as a Software Developer)
7:23
Aaron Jack
Рет қаралды 936 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН