Cododev

Cododev

The primary essential goal of this channel is: TO MAKE YOU A BETTER SOFTWARE ENGINEER.
You'll learn how to create software that people will love to use. You're going to be able to transform everything you learn here into your real-world projects.
You're going to learn how to build efficient, scalable, reliable, and secure applications; Apps that could be used by millions of people simultaneously and have hundreds of people working on the source code.
The channel's focus is not on the syntax; it's on the fundamentals, logic, and what is really happening behind the scenes. You will understand every line of code we'll write.
Be sure to subscribe to the channel to get the latest videos and updates!

Пікірлер

  • @dbzfan2487
    @dbzfan2487Күн бұрын

    bro lots of love for this.

  • @mrgamerzyt3945
    @mrgamerzyt394517 күн бұрын

    is this begginer friendly?

  • @psaintjean11
    @psaintjean11Ай бұрын

    Excellent Lesson!! I am new to coding, new to JavaScript and I could understand better the concepts of the programming language. Thanks for explaining thoroughly event emitters.

  • @NithinC-hy6pv
    @NithinC-hy6pvАй бұрын

    Please upload more videos, I am eagerly waiting for your next video. Thanks a ton for the node series , learnt a lot.

  • @rayforever
    @rayforeverАй бұрын

    39:04 this is why I hate JS

  • @CarlJdP
    @CarlJdPАй бұрын

    45:00 Re: vscode double saves: it depends on your vscode autosave settings, e.g. my autosave is set to onTabFocuschange (or something like that) - it depends on ones personal preference, but i like that it autosaves when i for example switch focus to the terminal or anther tab, so that i dont get frustrating bugs of where there's one tab i forgot to save

  • @funkdoc2001
    @funkdoc2001Ай бұрын

    would love to see a video explaining how express builds upon node

  • @funnysandcuties6518
    @funnysandcuties6518Ай бұрын

    Please i can't find the video about buffers

  • @ching5070
    @ching5070Ай бұрын

    on 5:30:13, the 92 which is 5c in hexa is the result from the operation: 1116 % 256 = 92

  • @ching5070
    @ching5070Ай бұрын

    why on 4:32:16, number of drains is 480 while number of writes is 481? This hasn't account for the last write which flushed the remaining data

  • @user-sf9qr9fj3p
    @user-sf9qr9fj3pАй бұрын

    1:41:34

  • @spondoolie6450
    @spondoolie6450Ай бұрын

    Anyone else about to blow up their CPU while coding along? 🫣

  • @InvincibleMan99
    @InvincibleMan99Ай бұрын

    Hats off brother. God bless you

  • @horizon-hx8zc
    @horizon-hx8zcАй бұрын

    great course.....is there an upcoming module on session cookies and jwt?

  • @leoxvic4701
    @leoxvic47012 ай бұрын

    Never stop making these gems! You are a gift to us

  • @thiagowwz
    @thiagowwz2 ай бұрын

    *_a m a z i n g_* lesson, whoa!

  • @a.n1768
    @a.n17682 ай бұрын

    great course. Please continue anther section on Udemy!

  • @saiamarendrareddymandipati9965
    @saiamarendrareddymandipati99652 ай бұрын

    Could you please create more videos in nodejs

  • @filipm5509
    @filipm55092 ай бұрын

    Great job! Just bought your udemy course, keep it up! I´m wondering wht´s the name of the vscode theme in the video?

  • @giorgikhachidze64
    @giorgikhachidze642 ай бұрын

    Why did you create a new class and inherited? What was the point of that exactly? Why didn't you just use the class you already imported?

  • @yahyanoor3438
    @yahyanoor34383 ай бұрын

    Hi CodoDev! Kindly enlighten us!!!!!!!!!!! Important Note while Practicing !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! a = "name" b = "name" id(a) #140728865818336 id(b) #140728865818336 Python only created one string object, and both a and b refer to it. But when I create two lists, I get two objects: x =[1,2,3] y =[1,2,3] id(x) #2672702097664 id(y) #2672698178176 -----------------------------------------------------------------

  • @philosophia5577
    @philosophia55772 ай бұрын

    Lists are Data Structures while String is Data Types. Data Structures store Data Types like a container that holds Data. When you say a="name", you are creating a value "name" in your memory which is referenced by variable a. When you are creating a list, you are using a non-fixed space in the memory that is unique to that specific variable. A Data TYpe is a value in the memory, thus same value can have same id even when referenced by different variable. A Data Structure is on the ground level, memory itself, which would contain the value, thus id of two Data Structures can't be same. I hope you understood!

  • @abrahamorherhe2434
    @abrahamorherhe24343 ай бұрын

    Thanks

  • @Cododev
    @Cododev3 ай бұрын

    Thanks a lot Abraham for the donation!

  • @smrutiranjannayak2434
    @smrutiranjannayak24343 ай бұрын

    Hey there! I was wondering if you could consider including your course in the Udemy subscription plan. It would be fantastic to have access to your content through such a convenient platform. Thanks for considering it!

  • @Cododev
    @Cododev3 ай бұрын

    Yes I’m looking forward to doing that, hopefully it will happen sometime soon if Udemy doesn’t require me to remove all the Node.js videos from the channel.

  • @myzone2867
    @myzone28673 ай бұрын

    Just from curiosity, Is it mean we are going to have an AI/ML course from a best tutor in the internet? Then i think everyone will going to make his own devin, chatgpt if you started to teach AI😄. But in this AI war, i think we all need that AI skill as soon as possible.

  • @Cododev
    @Cododev3 ай бұрын

    Yes indeed! I’ve been planning an AI course for a while now, and I think its production will start sometime next year!

  • @FahadKhan-qj3ej
    @FahadKhan-qj3ej3 ай бұрын

    Great video. Hopefully you will also cover advanced topics like threading, multiprocessing, async await, coroutine, etc

  • @starlord7526
    @starlord75263 ай бұрын

    Joseph, you are the greatest teacher of all time along with Andrej karpathy

  • @codyshaner3258
    @codyshaner32583 ай бұрын

    I've taken the udemy course on NodeJS backend that he promotes in the middle of this video. Highly recommend it, excellent course and the 'planned sections' look very desirable. Best internet software course I've spent money on

  • @samuelrajdev3412
    @samuelrajdev34123 ай бұрын

    WwwwowwwW!!!

  • @sumantkumbar5058
    @sumantkumbar50583 ай бұрын

    Please make a course on Data Structures and Algorithms. People procrastinate for these topics. Make this course interesting... Thank you

  • @sangyogpuri8527
    @sangyogpuri85273 ай бұрын

    Can you please make videos on advanced JS concepts.

  • @sangyogpuri8527
    @sangyogpuri85273 ай бұрын

    The way you describe the topics, just wow. Can't wait to learn more things from you.

  • @s.m.golamkibriashourav7545
    @s.m.golamkibriashourav75453 ай бұрын

    Can we expect to get next module of Understanding NodeJS this month? Sorry, for the question unrelated to video

  • @Cododev
    @Cododev3 ай бұрын

    I hope so! But most probably the next 2 modules will be released in May shortly one after another!

  • @skmasudalam2776
    @skmasudalam27763 ай бұрын

    Sir, I am happy that you are come back ❤❤❤❤❤🎉🎉🎉🎉🎉

  • @mattleonel2512
    @mattleonel25123 ай бұрын

    my man casually dropping one of the best python videos I’ve ever seen! now i think of everything in python as an object and things make soooo much more sense to me now, thank u!!!

  • @UsmanTheDev
    @UsmanTheDev3 ай бұрын

    Anxiously waiting for remaining parts of your Nodejs course.

  • @ropurifiedwater
    @ropurifiedwater3 ай бұрын

    just wanted to ask when the node js course is coming to an end?

  • @Cododev
    @Cododev3 ай бұрын

    Hi there! I'm working on it and it should be completed by this coming fall!

  • @exe.m1dn1ght
    @exe.m1dn1ght3 ай бұрын

    The King is back !!

  • @yahyanoor3438
    @yahyanoor34383 ай бұрын

    He is King Maker !!!

  • @Cododev
    @Cododev3 ай бұрын

    Haha! Thanks!

  • @achrefnabil2463
    @achrefnabil24633 ай бұрын

    Thank you dude❤❤ can you make Database internals course

  • @Cododev
    @Cododev3 ай бұрын

    I might! But I don't have any plans on it yet! And thanks for the suggestion!

  • @aliadel1723
    @aliadel17233 ай бұрын

    First comment as always😌❤️

  • @abbHi.y
    @abbHi.y3 ай бұрын

    Lots of love and best wishes to you,your contents are informative ❤

  • @SimPwear84
    @SimPwear843 ай бұрын

    This is a Node JS Master Class - top quality content 🔥

  • @LekkyDev
    @LekkyDev3 ай бұрын

    @1:10 Property 'on' does not exist on commandFileHandler! How do you deal with that?

  • @UsmanTheDev
    @UsmanTheDev3 ай бұрын

    Brother, you have magical content. I just purchased it from udemy, after every video I'm eager to learn more from you. I can't stop myself to play the next video.

  • @chinmoykr
    @chinmoykr3 ай бұрын

    Shut up and take my money. I do not care how costly your course is I AM GOING TO BUY IT

  • @MDABEDAFNAN
    @MDABEDAFNAN4 ай бұрын

    More than a nodeJS tutorial.You are the best

  • @oppranto
    @oppranto4 ай бұрын

    I am Windows user, with ryzen 5600U. When i tried to run the "splitting chunk 2:38:00 " code with 10^9 size file, memory and Cpu work as it is, but disk r/w become too low, may be around 10-20MB. But in your code whenever you execute that code, your disk r/w go up to 1GB. One more thing is, if i perform stream write() operation with chunk, outside the foreach loop, disk r/w become high up to 800MB. Please help, me how to increase this disk w/r speed. This 10^9 file took at least 39minit to add all the even number in "dest.txt" file in my system.

  • @atreeinthemoon
    @atreeinthemoon4 ай бұрын

    Hi, a very good video. can you tell me the font name in your code editor? It looks pretty.

  • @hamidRaven13
    @hamidRaven134 ай бұрын

    THANKS A LOT FOR THE WHOLE CONTENT!!!!!! KING

  • @michaelrodrigues6372
    @michaelrodrigues63724 ай бұрын

    do you have a discord group channel?