Writing update controllers for user | Backend with JS

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 985

  • @himanshuchuchra
    @himanshuchuchra 11 месяцев назад +87

    Hitesh sir, saw your post on "Re thinking to backend series", sir please don't stop. I found only single channel on youtube who teaches amazing and in-depth. Many people are loving this series. Really looking after how professionally we build the complete project.
    Hope that you will continue.
    Thanks ♥

    • @sumangalammishrashines6412
      @sumangalammishrashines6412 Месяц назад

      regarding what he said @14:10 he said if the user is able to change the password user must be logged-in which is true. then he said how he would be logged-in because middleware has been used. but at the time of logged that particular middleware(auth.middleware.js) has not been used. it was used just before logout as the code is "router.route("/logout").post(verifyJWT, logoutUser)" and here verifyJWT was exported from the middleware auth.middleware.js hence it was used just before logout. since until we are logged In and we have not proceed for log out we wont get this middleware.

  • @sukunademonking07
    @sukunademonking07 11 месяцев назад +73

    Hitesh just saw your broadcast post "Re-thinking to continue backend". Please don't stop this series as it is really important for people like us who wish to do full stack (your react and this backend)... It's my humble request😢😢 I'm looking forward to how you integrate stripe payment and google oauth in production and how we secure and scale our backend.. Currently I'm doing your react series and keeping tap of your backend series (the titles and not watching them as of now). I will watch the series after I'm done with react. Again please don't stop😢😢 Just a small gratitude from my end. I hope this message will motivate you❤❤❤

    • @honesmartyy
      @honesmartyy 11 месяцев назад +3

      Actually sir, we r not with the pace of the videos we r getting, I am lagging behind in learning., So at least me I am learning react then backend I will start and learn and finish it.

    • @sufyanali837
      @sufyanali837 11 месяцев назад

      #chaiaurcode

    • @sukunademonking07
      @sukunademonking07 3 месяца назад

      @Aaayushgtm sorry shaktiman

  • @abhinavdubey_7
    @abhinavdubey_7 9 месяцев назад +21

    Thanks! Bhaiya ji i am student at Surat. i love these videos this a small gift from my side happy Basant panchami ( Maa Sharaswati Pooja 🙏🙏🙏🙏) ❤❤❤❤

  • @mahakaalgaming25
    @mahakaalgaming25 11 месяцев назад +8

    pls don't stop uploading,
    Pls complete this series.
    mujhe ko dsa to bhut log padha denge.
    But Backend development koi aap jaisa ni padha payega.
    sir we seriously need development teacher like you❤.
    No one can replace you, and also your benchmark quality content no one can even match.
    I personally feel, Hume aap jaise development teacher ki need h jo hume help kre industry ready hone me❤.
    Pls re think about this.
    I hope you understand our situation❤.
    Hume hindi me aisa development content sirf aap hi de sakte h❤.
    pls stay on development mode.

  • @neerajdhakad2858
    @neerajdhakad2858 11 месяцев назад +23

    Don't stop this series , please we are learning alot form this backend series

  • @letsdolifebeautiful5446
    @letsdolifebeautiful5446 11 месяцев назад +32

    i have completed javascript series . now i am in react . after it i wil come to backend . sir we assure you it will be one of top coding channel in upcoming days. stay motivated ! upload video fast till i complete and practice react . i will be ready for complete backend series😃😃😃😃

    • @Prince-hy9ng
      @Prince-hy9ng 11 месяцев назад +1

      Hey bro are u complete beginner?....my concepts are clear in js but didn't know how to tackle interview questions of js any guide what I do to strong our js concepts?.

    • @itsYourType313
      @itsYourType313 11 месяцев назад +3

      In ower IT filled you should learn any language in two different ways one four your understanding and second four interview :) believe yourself and just practice 15-20 day for interview only..🧑‍💻 you can do it

    • @afzalvepari313
      @afzalvepari313 11 месяцев назад +1

      #chaiaurcode

    • @engineeringlife4567
      @engineeringlife4567 2 месяца назад +1

      ​@@itsYourType313right 👍

  • @webfnatic
    @webfnatic 10 месяцев назад +4

    Error = line 257 - .json(new ApiResponse(200, req.user, "User Fetched")). Very well explained sir! #chaiaurcode #backenddevelopment

  • @sahilgupta7001
    @sahilgupta7001 4 месяца назад +8

    35:00 Sir in this function we should have deleted the old avatar from cloudinary also, those who are interested ask chatgpt about it and you can add it on you own in the cloudinary file
    // add this func to cloudinary
    const deleteFromCloudinary = async (publicIdOfFile) => {
    await cloudinary.uploader.destroy(publicId, (error, result) => {
    if (error) {
    throw new ApiError(
    500,
    "existing file could not be deleted from cloudinary"
    );
    }
    });
    };
    dont forget to export it

    • @sameerraj5800
      @sameerraj5800 3 месяца назад +4

      Hey I also noticed that, but how to get publicID of the file we want to delete as we only have the url of the images?

    • @muhammadammaratique3748
      @muhammadammaratique3748 3 месяца назад

      @@sameerraj5800 we need to store publicID of images during registration.

    • @engineeringlife4567
      @engineeringlife4567 Месяц назад +1

      How to get public I'd automatically
      Don't say use : response.public_id

  • @baruntiwary31
    @baruntiwary31 11 месяцев назад +15

    Sir, you are an amazing teacher. I am creating software for my startup by learning production-grade backend from this series. Pls not delay the videos

  • @kratinsoni4840
    @kratinsoni4840 9 месяцев назад +2

    i dont think any series on youtube of backend comes even close to this series in backend this series delivers content that even paid courses find difficult
    finding myself really fortunate to learn this type of content
    just amazing and i heartly express my gratitude to guruji

  • @afzalhamdulay
    @afzalhamdulay 5 месяцев назад +3

    maza gaya dekh ke. bohot dimaag khul gaya ki kaise user details ke controllers banaye. dil jeet liya❤

  • @codingwave56
    @codingwave56 2 месяца назад +1

    34:09 Future developers sir is giving the best advice to keep this in your mind

  • @ashutoshsabale
    @ashutoshsabale 11 месяцев назад +3

    I just wanted to take a moment to express my sincere gratitude for the incredible industrial knowledge you share on your channel. Your videos have been an invaluable resource for me, providing insights and understanding that I couldn't find elsewhere.
    The way you break down complex industrial concepts and explain them in a clear and engaging manner is truly commendable. Your passion for the subject shines through, making learning not only informative but also enjoyable.
    I appreciate the time and effort you invest in creating such high-quality content. It has made a significant impact on my understanding of Backend, and I look forward to each new video you release.
    Thank you for being a guiding light in the realm of industrial knowledge. Your dedication to educating and empowering your audience does not go unnoticed.

  • @Agastyasharma-j3c
    @Agastyasharma-j3c 11 месяцев назад +2

    Please don't stop the series sir, it is very helpful for me, upload the video late it's alright but don't stop it, I'm learning so much from it

  • @saurabhsinghverma4027
    @saurabhsinghverma4027 11 месяцев назад +4

    Unique series on RUclips in Backend development

  • @piriyanshu583
    @piriyanshu583 10 месяцев назад +2

    u literally have made me an enthusiastic developer , skills can be learnt from anywhere but, to ignite the passion and interest in students should be the ultimate goal. highly grateful for your teachings

  • @Neerajkalyan3367
    @Neerajkalyan3367 11 месяцев назад +3

    your series gives us more confidence on javascript. Thanks for all you are doing for us.

  • @suchakbarik-0812
    @suchakbarik-0812 11 месяцев назад +1

    Please don't stop this series... Currently I'm doing an internship so I'm not getting much time but I'm planning to complete this series to become a full stack developer.
    Please keep it coming.

  • @ridamsinghal1073
    @ridamsinghal1073 11 месяцев назад +3

    Sir, I will say it is the number one channel for learning programming.

  • @suryapratap_bit
    @suryapratap_bit 11 месяцев назад +1

    Sir just seen your Whats app post that people aren’t watching this amazing series. I have also missed some due to wedding season. Next Christmas then new year. I think people will start watching and learning from this series once new year gets started.

  • @veershah3415
    @veershah3415 11 месяцев назад +7

    Please dont leave this series in half way we want it hardly sir 🙏🙏 its like a forever guide for all of us

  • @akshat-09
    @akshat-09 11 месяцев назад +1

    @chaiaurcode just saw the message on your WhatsApp channel about continuing the backend series. I have recently completed the *Javascript* series & currently on *React* series. Please do not stop the backend series. Will watch the backend series after that. The content quality is unparalleled. We will try to support you in whatever way possible 🙏🏼🙏🏼

  • @premranjan1757
    @premranjan1757 11 месяцев назад +3

    thank you sir for this amaging indepth backend series ,really loving the way you are explaining every concepts in depth and is excited for the next upcoming videos

  • @MuhammadHaris-ti9jq
    @MuhammadHaris-ti9jq 11 месяцев назад +2

    Sir, please continue this series. No playlist series videos on youtube has the same number of viewers for each video. After a year or so, you will see that this series will have a lot of views. Views for each subsequent video in a playlist tend to go down, even if it is a channel with 5 million subscribers. So please continue, this series is very helpful

  • @forexspectrum4799
    @forexspectrum4799 11 месяцев назад +3

    I have to say Hitesh sir is gem our community ❤❤❤❤

  • @avinash3701
    @avinash3701 11 месяцев назад +1

    Sir, after learning from you, the first thing I gained was confidence. Secondly, whenever I encounter other code, it consistently reminds me of the proper way it should be structured. I've seen significant improvement, and I owe it to your guidance. Big thank you!

  • @shashanksharma136
    @shashanksharma136 11 месяцев назад +4

    Sir, Great video. All i want is to learn. Please be consistent again. Thanks a lot for this series.

  • @wasifurrahmanefaz4216
    @wasifurrahmanefaz4216 11 месяцев назад +1

    Your teaching style goes beyond the conventional. You don't just educate; you inspire curiosity and create a framework for effective teaching. Every teacher should adopt your teaching approach. Grateful for the unique perspective you bring to education!
    Love form Bangladesh💝

  • @aamir067
    @aamir067 11 месяцев назад +3

    We are waiting for next js series after completing this one

  • @amoghphaterpekar740
    @amoghphaterpekar740 11 месяцев назад +3

    Very informative and helpful video. Able to visualise everything properly

  • @navneetkumarsharma9092
    @navneetkumarsharma9092 11 месяцев назад +2

    Awesome series, I have never encountered this level of production quality training in any course, Please keep it up

  • @mitvavirvadiya8993
    @mitvavirvadiya8993 11 месяцев назад +5

    Sir is being consistent again, loving your backend content and always eager to learn more from you

  • @vishal-shinde
    @vishal-shinde 4 месяца назад +1

    Amazing Video as always.
    I am rewatching it second time.
    I had to stop due to college, now that it's over, I am determined to finish the Course

  • @the_haryannvi_coder
    @the_haryannvi_coder 11 месяцев назад +3

    Best lecture from best teacher 🎉🎉

  • @shivanand0297
    @shivanand0297 11 месяцев назад +3

    sir in production mysql database is preferred as mongodb in not scalable ? any thoughts when to use mysql data base and when to use mongodb database, because in mongodb we can also make relations my passing ref in the schemas and sql is already relational database. so why sql is preferred over mongodb.

  • @subashranabhat5971
    @subashranabhat5971 11 месяцев назад +3

    In mern stack only mangodb is been used or other RDBMS are also been mixed up in production practice? Love from Nepal.

    • @Abdul_Wajid
      @Abdul_Wajid 11 месяцев назад +1

      Database choice depends on the company you're working for, in case of relational databases you should use an ODM like sequelize

    • @sxjeed
      @sxjeed 11 месяцев назад

      Lot of open source code bases use SQL database a lot

  • @phil_dunphy-fz1fw
    @phil_dunphy-fz1fw 6 месяцев назад

    The best tutorial out there for backend in js. I already have experience in making full stack but this playlist is just clearing all the fog in my mind. THANKS A LOT HITESH SIR. YOU ARE TRULY A “TEACHER”.

  • @Rohit_Rai901
    @Rohit_Rai901 11 месяцев назад +3

    🙋‍♂
    Hamesha "7:30 PM" par kyun?🤔
    Lagta hai sir bhi "Taarak mehta ka ulta chashma" dekhte hain! 😂🤣🤣

  • @tanishkagupta3479
    @tanishkagupta3479 6 месяцев назад

    Sir I can't thank you in my words. I feel so confident. There was a time when I was learning Frontend, I was low I was sad i believed that i'm not for programming I can't do programming. But this is me who is enjoying backend more than anything. You made backend this much easy jisse ki i fell in love with backend and with your channel. Bless me Teacher to have a great future ahead. Thanks a lot again!

  • @bigyan_sapkota8641
    @bigyan_sapkota8641 3 месяца назад

    for updating avatar:
    1)find the selected user and get avatar input
    2)update the avatar in multer and reflect the link in database
    3)send avatar updated response

  • @107-jerrybritto5
    @107-jerrybritto5 11 месяцев назад

    Sir uptil now I have referred many yt channels for studying anything related to programming or cs but after visiting your channel through pw I almost stopped watching them. Through your courses I have explored many things which I couldn't do if I done this all by myself. Thank you sir for providing such a valueable content and also giving us a environment where we explore our understanding and learn only those concepts which are actually being used in the industries.

  • @mohsinzia8566
    @mohsinzia8566 2 месяца назад

    just a guess to update avatar before watching further:
    - extract new avatar image using multer
    - save temporary old and new avatar image in local directory using cloudinary url
    - upload new avatar image to cloudinary
    - delete the temporary images and if not successful then throw new ApiError

  • @Ofcl-Javed
    @Ofcl-Javed 10 месяцев назад

    31:14 To update avatar
    Step 1: get avatar from user
    Step 2: find user with the id from req.user
    Step 3: upload avatar to cloudinary
    Step 4: Save avatarUrl to database
    Step 5: Send success response

  • @Ali-2812
    @Ali-2812 3 месяца назад

    What an amazing journey so far. I learned so much in the comfort of my home.

  • @SumitKumar-nd1nd
    @SumitKumar-nd1nd 6 месяцев назад +1

    Sir, you are great, I mean best thing I found on RUclips is your channel

  • @TheSydney1292
    @TheSydney1292 11 месяцев назад +1

    Hi Hitesh Sir,
    Each and every video of this channel is giving me more confidence
    Thank you for your time making this videos

    • @chaiaurcode
      @chaiaurcode  11 месяцев назад +1

      Glad to hear that 😃☕️🙏

  • @muhammadahsan6477
    @muhammadahsan6477 2 месяца назад

    5:08 arey sir ap itni mehnat se videos banaty hai to hum itny gor se q nahi dekhy gy thank you so much sir love from pak

  • @rakib_bhai74
    @rakib_bhai74 11 месяцев назад +1

    Love you sirr ,❤ Mene kavi paid course nehi liya thaa , Aab pata chala ki Quality content kiya hote he , Aage app khabi vi paid course launce karenge toh me us course ka first 100th student mese ek rahunga , promise ❤, & Thank you again ❤❤🎉

  • @6363SarvanMauryaS
    @6363SarvanMauryaS 7 месяцев назад +1

    This Backend series is very Helpful and unique Thank you so much, sir

  • @subhasssadhu
    @subhasssadhu 11 месяцев назад +1

    This series is great. Such comprehensive and detailed explanation of every concept. It really gives a unique perspective of developing backend for real world applications.
    Thankful for such great teaching, Hitesh sir.

  • @RahulSharma-wz6yv
    @RahulSharma-wz6yv 3 месяца назад

    I am wondering, the level of energy and efforts you put in every video, can't stop myself from learning when I start watching your backend series

  • @rakib_bhai74
    @rakib_bhai74 11 месяцев назад

    Bug: : Line 267 __ missed 'await' keyword ❤❤❤ while finding the user and update user details.... , love you sir ❣️❣️❣️❣️🎉 don't discontinue this series ❣️❣️

  • @arrow3834
    @arrow3834 11 месяцев назад +2

    Thanks sir for providing best backend series 😊

  • @moidalam
    @moidalam 11 месяцев назад +1

    "Your backend JavaScript tutorials are an absolute game-changer! 🚀 The way you break down complex concepts into easy-to-understand steps is a lifesaver for someone like me who's diving into backend development. Your clear explanations and hands-on examples make learning a joy, and I appreciate the depth you go into without overwhelming your audience. Keep up the fantastic work! 🙌 Looking forward to more enlightening content that turns backend development into a breeze!"

  • @prashantsaw9952
    @prashantsaw9952 11 месяцев назад

    took a paid course to learn mern stack that too is a very good course but this is an extraordinary one . Maza hi agya bilkul. Concepts itna achese se clear hua + dimaag mein baith gya hai ki koi neend mein bhi bolega bhai ye kaisa work krta hai toh batadu
    Literally i can bet paid courses ka koi match hi nhi iss course se

  • @omprakashbind7237
    @omprakashbind7237 5 месяцев назад

    Hello Sir, I would like to thanks from the bottom of my heart , for making such a good backend series. I have not seen such type of videos on you-tube even not on paid course as well. thanks a lot once again Sir.

  • @sufiyanahmad1603
    @sufiyanahmad1603 11 месяцев назад

    Sir sabse jaysa reset & forgot password me hoti hai , but ab aapki video aagai to ab sab kr lenge❤❤

  • @yashpandey350
    @yashpandey350 10 месяцев назад

    Never binged any series like this, Since I've implemented some of the stuffs in my previous projects so everything is clicking why I did that why that thing worked and all sorts of doubt is getting solved here😅😅🌸🌸

  • @samirneupane7563
    @samirneupane7563 9 месяцев назад

    follwing this series ,i realized how complex and hard task is to desgin ,scale a website with a scale to youtbe ,facebook.

  • @kanailalmanna5005
    @kanailalmanna5005 11 месяцев назад

    Before this series I was able to solve complex dsa problem but in backend I was just a cat, but now I just feel like a lion king, we really love ❤‍🔥❤‍🔥❤‍🔥 the way you teach

  • @satwikgupta5574
    @satwikgupta5574 8 месяцев назад

    as a beginner i am unable to understand all thing as once, it just like a bouncer to me at first. I make all files, write all codes, but when the first error came I scared and it became a burden to me. Then I tried another basics study option from another channels, then I got to know what is happening. Now, after a basic practice there, I am now confident enough to go with this large project.
    Thanks a lot for this big project, from which I got to know the production level code of backend projects.

  • @JATIN_PATEL_94
    @JATIN_PATEL_94 11 месяцев назад +1

    underrated video only 815 likes. do hit like button every single video

  • @lifespend3080
    @lifespend3080 11 месяцев назад +2

    Sir you are great teacher sir you are really heart touching for developers ❤

  • @suhailchouhan6467
    @suhailchouhan6467 11 месяцев назад +1

    Thankyou for the backend series. Learning alot of things.

  • @SKD14344AK
    @SKD14344AK 29 дней назад

    31:15 , todo's to update the avatar,
    Step 1: - Obtain the user ID, email, or possibly the password to make sure you're updating the right user's avatar,
    Step 2: - Remove the user's old avatar.
    Step 3: Get the new avatar from the user.
    Step 4: Save it locally using the multer middleware.
    Step 5: Send it to Cloudinary to make sure the avatar is uploaded successfully.
    Step 6: Finally, replaced the user's old avatar with the new one.
    I hope it's right about 40 to 60% of the time.

  • @aryanisgood
    @aryanisgood 20 дней назад

    20:28
    const getCurrentUser = asyncHandler(async(req, res)=> {
    const user = req.user
    return res
    .status(200)
    .json(
    new ApiResponse(200, user, "Current user")
    )
    })

  • @mzafarr
    @mzafarr 11 месяцев назад

    I hope this becomes the most popular CS related channel.

    • @chaiaurcode
      @chaiaurcode  11 месяцев назад +3

      Hope pe q rhna, aap share kro, failao channel ko

  • @AavaniVedanshi
    @AavaniVedanshi 11 месяцев назад

    Learning by myself after watching this video is a major benefit I found.

  • @Rishabh__singh7
    @Rishabh__singh7 11 месяцев назад

    Database is on other continents ......
    Sir maja aata hai Study krne me Thank you sir 🥰🥰🥰

  • @vaibhavchopra5297
    @vaibhavchopra5297 11 месяцев назад +1

    Sir please continue this series. It's amazing and we are learning a lot. 💯🙏🙏❤

  • @RupamSasmalYt
    @RupamSasmalYt 11 месяцев назад

    Sir I'm coming from WhatsApp channel community post. currently I've finished JS playlist, now I'm doing the react playlist, after that I'll definitely finish this one too, so don't stopped this playlist 🙏
    Like this comment if you are also in the same stage

  • @jitenmohanty8273
    @jitenmohanty8273 11 месяцев назад

    Avatar Update:1->Check user login or not
    2-> With the help of req.user._id come user
    3-> Then use multer to add avatar and update
    4-> then update on Backend

  • @craftingbugs21
    @craftingbugs21 4 месяца назад

    Continuing the Series again sir! Was busy with job interviews and examinations. Happy to say I got the Job sir, but still, I will grind more. ♥

  • @musaibalichandio
    @musaibalichandio 3 месяца назад

    Hi hitesh sir, each and every video is giving me more & more confidence before your channel I thinked that coding is not for me but now I'm realizing that i can be aa good developer.

  • @HARSHKUMAR-g2d6u
    @HARSHKUMAR-g2d6u 9 месяцев назад

    sir hum toh video dekhane se pehle hi like and also comment bhi kar dete hai because i know the quality of the video which you provide to us

  • @sarkar4670
    @sarkar4670 11 месяцев назад

    Sir,
    Your are teaching style all the best than other RUclipsr . That why I m waiting your video .
    Thanks sir💙💙

  • @muhammadubaid3800
    @muhammadubaid3800 11 месяцев назад

    Sir, I appreciate your efforts to teach us in that depth and your teaching ability is on the next level. During watching this video, I think in the updateAccountDetails method, we should use && operator between fullName and email when we are checking it to be not null. Thanks🙂

  • @shivanshuhere
    @shivanshuhere 11 месяцев назад

    Sir don't stop the backend series, we are very impressed with the previous videos and will continue to show love, but to understand the previous concept we are rewatching the previous videos that's why new videos doesn't have that much engagement, 🙏🏻 we are trying our best to complete previous lecture as soon as possible and give love to new lecture, hope you understand ❤, lot's of love

  • @AdityaSingh-ex4bn
    @AdityaSingh-ex4bn 7 месяцев назад

    19:58
    one more validation we can put is to check whether the old-password and the new-password is equal or not, if we found same than we need to throw error else we can move ahead.

  • @Ba-dastooor
    @Ba-dastooor 11 месяцев назад +2

    Im learning frontend .....but just for you sir.....❤❤

  • @JamesBond-mc7kl
    @JamesBond-mc7kl 7 месяцев назад +1

    Hi i just stop watching next video for some time because now I am playing with update user profile with api and return some funny messages 😂😂
    Thank you🙏

  • @kishalaybhattacharya5015
    @kishalaybhattacharya5015 8 месяцев назад

    Very helpful content sir! Understanding and learning a lot..it is also good that I can watch many videos in one go due to this series being already over...very grateful to you.

  • @thecloudstories
    @thecloudstories 11 месяцев назад +2

    Amazing, Totally Professional.

  • @rakeshbhetariya
    @rakeshbhetariya 10 месяцев назад

    First I watch this video and then write all of the endpoint feel confident ❤

  • @MdShihabUddin-dh5vc
    @MdShihabUddin-dh5vc 11 месяцев назад

    Thanks sir❤️,
    We need This type of professional projects/learning more.

  • @mohsinzia8566
    @mohsinzia8566 2 месяца назад

    Your videos are very easy to understand and are very practical

  • @shivkojha
    @shivkojha 8 месяцев назад

    Maja aa rha hai
    completed at - 15 March 2024 4:19
    Today I'll finish this series by GOD

  • @HARSHKUMAR-g2d6u
    @HARSHKUMAR-g2d6u 9 месяцев назад

    31:14
    For Updating the Avatar Images lowing steps are have to be take ( Only in Controller )
    1. Taking the new Avatar Image from the inserted middlware multer requests.files
    2. validate that files are received or not
    3. upload on the server locally
    4. delete the cloudinary url which is store in the User.avatar field
    5. uploading new avatar ( received ) image on the cloudinary and take the url from the cloudinary and then updating the user.avatar filed in the database

  • @tuhinghosh9737
    @tuhinghosh9737 3 месяца назад

    I can write controllers now.. thank you so much to this man❤
    Thank you so much sir ❤

  • @HassanAli-bq8vc
    @HassanAli-bq8vc 4 месяца назад

    31:20 updating avatar :
    get new avatar from user
    find user by id
    use multer to delete old avatar and set new avatar

  • @pranavjadhav4147
    @pranavjadhav4147 5 месяцев назад

    Thank you sir for giving this much needed knowledge......how to develop user details management controller in depth

  • @forexspectrum4799
    @forexspectrum4799 11 месяцев назад

    Great tutor ever all over the youtube developer community

  • @tarunjhamb5388
    @tarunjhamb5388 11 месяцев назад

    Sir please continue this full series, we need this awesome content.

  • @learner8053
    @learner8053 11 месяцев назад +1

    Please continue this backend series 🙏

  • @liberal.baniya
    @liberal.baniya 9 месяцев назад

    hahahaha , sir ji only commenting here because you caught me red-handed about watching this video while lying on my sofa! ek dum man-mugth kar dete ho aap sir loads of love...aur sir ji python complete aapne sikha hi diya hai , bas django bhi sikha do jaldi...chai ke saath

  • @allyn3015
    @allyn3015 10 месяцев назад

    Journey of being professional continues and you are the pilot 🚁. Thank you for this amazing content. Hope to meet you soon sir❤

  • @sugarfreecode
    @sugarfreecode 11 месяцев назад

    Please continue making videos in this series. My personal project depends on you.

  • @zia-kayani
    @zia-kayani 11 месяцев назад +1

    great instructor with great knowlege ..

  • @tejashmaurya2149
    @tejashmaurya2149 8 месяцев назад

    Maintaining the learning consistency of Backend

  • @AbhishekSharma-sq4ps
    @AbhishekSharma-sq4ps 11 месяцев назад

    Sir humble request please don't stop this series