You are the best tutor of the youtube sir. The depth of your teaching style is unmatchable. the best HTML course with semantic tags (no one encourage to do so) , unlike everyone using divs, The css, Javascript, react, typescript, git, Node course and all which i havent watched are the best courses available on youtube. Loved it appriciate it, and thank You for doing all of these couses.❤
One can create a lot of utilities using the *open* command, maybe something like code scaffolding where we read from a premade template and output it a new file maybe with some changes such as making the class name matches the out put file name. Just keep in mind that opening a file for writing *"w"* will delete its content directly even if we didn't really write anything to it. Thanks Dave!
Truly appreciate your efforts, yours are the easiest to follow tutorials. Thank you so much. There's one thing though, why did we place f.close() in finally block, is it a general practice to do so. In my VS it's throwing error which makes sense since I only used f=open() in the try block.
when I append the name 'Neil' I keep getting an extra Neil every time I run the code. I even copied over the code to make sure I didnt make any typos. I still get Dave, Jane, Eddie, JimmieNeilNeilNeil :( ::lost cause::
Dave. Just watched you mern tutorial. While in the rtk lesson. My code is not working as expected. 8 got no values rendered in my front end. I think the error exists in my slice. I tried to log the selectUserResult and i get uninitialised state. I get no error when i do not use the middleware in the slice and when i do not create seperate slice for users like you did. But i really want to use middleware. Do share you thoughts on what may be the thing i am doing wrong?
Maybe dave already answered your question in this video : ruclips.net/user/shortsaDKo5JBnN6U?feature=share Maybe.....🥴 if you are working with his repo.
hello freinds, use full text file path inside open( fully qualified file path) method❤ and raw string should be used for file path inside open() method instead of string to specify file path otherwise you will get an warning because of `\` in file path❤
this guy is the best explainer, his voice is smooth and you want to listen when you hear him talk. Thank you brother.
I appreciate you listing out your keyboard shortcuts as well. Thank you.
Thanks! Amazing video!!!
Thank you for the support! 🙏
Thanks Dave - this series was very good! appreciate it!
You are the best tutor of the youtube sir.
The depth of your teaching style is unmatchable.
the best HTML course with semantic tags (no one encourage to do so) , unlike everyone using divs, The css, Javascript, react, typescript, git, Node course and all which i havent watched are the best courses available on youtube.
Loved it appriciate it, and thank You for doing all of these couses.❤
I looked through many guides but it was always unclear to me. You guided me step by step and I finally understood it without any problems. Thanks.
Amazing as always,
Thanks a lot.
I appreciate your help.
One can create a lot of utilities using the *open* command,
maybe something like code scaffolding where we read from a premade template and output it a new file maybe with some changes such as making the class name matches the out put file name.
Just keep in mind that opening a file for writing *"w"* will delete its content directly even if we didn't really write anything to it.
Thanks Dave!
You give the best out of you to us thank your very much
I like your teaching style
Best explanation. Thanks Dave!
Thank you this was helpful...
Thanks you, Sir.
U r awesome , Dave.
Truly appreciate your efforts, yours are the easiest to follow tutorials. Thank you so much. There's one thing though, why did we place f.close() in finally block, is it a general practice to do so. In my VS it's throwing error which makes sense since I only used f=open() in the try block.
Thank you sir
👍👍 thanks for vidéos
As best as usual!
when I append the name 'Neil' I keep getting an extra Neil every time I run the code. I even copied over the code to make sure I didnt make any typos. I still get Dave, Jane, Eddie, JimmieNeilNeilNeil :( ::lost cause::
i miss you dave
Thnk's sir
Nice video
Please how do your record and edit your videos
don't need to close files opened using with?
Dave. Just watched you mern tutorial. While in the rtk lesson. My code is not working as expected. 8 got no values rendered in my front end. I think the error exists in my slice. I tried to log the selectUserResult and i get uninitialised state. I get no error when i do not use the middleware in the slice and when i do not create seperate slice for users like you did. But i really want to use middleware. Do share you thoughts on what may be the thing i am doing wrong?
Maybe dave already answered your question in this video :
ruclips.net/user/shortsaDKo5JBnN6U?feature=share
Maybe.....🥴 if you are working with his repo.
but the sumeri astubastriffis?
I want to know how to record and edit tutorial videos senior
Look into OBS software to get started
hello freinds, use full text file path inside open( fully qualified file path) method❤
and raw string should be used for file path inside open() method instead of string to specify file path otherwise you will get an warning because of `\` in file path❤
Thanks, this info is a very crucial one.