How to connect database in MERN with debugging

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 1.8K

  • @chaiaurcode
    @chaiaurcode  ปีที่แล้ว +146

    hitesh.ai/whatsapp
    Join here for all updates

    • @yogeshsaini9021
      @yogeshsaini9021 ปีที่แล้ว +1

      Congratulations sir for 100k

    • @ShivamKumar-uw1il
      @ShivamKumar-uw1il ปีที่แล้ว

      Sarkar ab tohh 100k ho gya
      Ab Mac dilva do laptop kharab ho gya hai Mera
      Video b nahi dekh pa Raha hu😢😢😢

    • @jatinthakur2501
      @jatinthakur2501 ปีที่แล้ว

      You are the best explainer on TH-cam sir. I didn't find this kind of information related to production practices anywhere on TH-cam or on paid courses as well.
      At last congratulations for 1 lAkhs subscribers.

    • @kuntalojhadev
      @kuntalojhadev ปีที่แล้ว

      Chai aur Code #ChaiaurCode @chaiaurcode

    • @chusama2225
      @chusama2225 11 หลายเดือนก่อน

      thanks bhai for teaching backend love from pakistan

  • @djpreyas5738
    @djpreyas5738 9 หลายเดือนก่อน +108

    This is not a connection of professtional mongoDB .....this is connection of heart to heart and brain to brain. you are best teacher whom i meet on youtube.

    • @ShaquibKhan
      @ShaquibKhan 2 หลายเดือนก่อน

      bro have you tried? it is connecting or not i am getting issue while connection

    • @sayanbiswas8242
      @sayanbiswas8242 หลายเดือนก่อน

      @@ShaquibKhan what version of node are you running?

    • @ShaquibKhan
      @ShaquibKhan หลายเดือนก่อน

      @sayanbiswas8242 my node v is 18, I was frustrated same string I tried in my friends laptop it was working I don't know what wents wrong evrything tried from stack overflow to chatgpt and also disabled all firewalls runs many commands changed the internet may be my ISP has dynamic IP tried everything bro. BTW was much interested in python also doing more code in python so I shifted to django framework now in python same string works very well also I don't need to directly write query Python ORM helps to communicate with database and write query on behalf of you

    • @hkinfohub5269
      @hkinfohub5269 หลายเดือนก่อน

      @@ShaquibKhan what issue are you facing

    • @PriyanshuTiwari01
      @PriyanshuTiwari01 26 วันที่ผ่านมา

      @@hkinfohub5269 hello, i have just ran the dev command, nodemon is waiting for further changes, but it is not showing the successfull connection message that i wrote in the try{} block. Is it connected successfully?

  • @soniyaprasad77
    @soniyaprasad77 11 หลายเดือนก่อน +59

    Two important points about database connectivity:
    1. When connecting to databases, handling potential data-not-found scenarios is essential. Employ try/catch blocks or promises to manage errors or we can also use promises.
    key to remember : ( wrap in try-catch )
    2. Database operations involve latency, and traditional synchronous code can lead to blocking, where the program waits for the database query to complete before moving on. So, we should async/await which allows for non-blocking execution, enabling the program to continue with other tasks while waiting for the database response.
    key to remember : ( always remember the database is in another continent, so use async await)

    • @Suryakant0708
      @Suryakant0708 10 หลายเดือนก่อน +2

      Thank u for inform that 🤗

    • @Suryakant0708
      @Suryakant0708 10 หลายเดือนก่อน +3

      Hye soniya , just now I have saw your linkdin profile. Could you learned your backend from this series? Because now I am learning by backend from this series.

    • @LearnerAbhi21
      @LearnerAbhi21 10 หลายเดือนก่อน +1

      @@Suryakant0708 ​ mujhe nhi samjha... ki sir ko phir se video record kyo karna pada... pichle wale mei kya issue aaya tha

    • @ahmedsnippet
      @ahmedsnippet 10 หลายเดือนก่อน

      Error A Raha MEra (bad option: --exprimental-json-modules)

    • @ahmedsnippet
      @ahmedsnippet 9 หลายเดือนก่อน

      package.json mei -r dotenv/config YAha tk likho

  • @broke_codez
    @broke_codez 11 หลายเดือนก่อน +82

    he is the only teacher jis ka course agar main chalu krta hu toh hamesha pura khatam bhi krta hu! ty sir!!!

    • @chaiaurcode
      @chaiaurcode  11 หลายเดือนก่อน +60

      Bs aise hi dedicated students chahiye ☕️

    • @broke_codez
      @broke_codez 11 หลายเดือนก่อน +7

      @@chaiaurcode ji sirr chai aur aap (perfect combo)😂

    • @LearnerAbhi21
      @LearnerAbhi21 10 หลายเดือนก่อน +2

      ​@@broke_codez mujhe nhi samjha... ki sir ko phir se video record kyo karna pada... pichle wale mei kya issue aaya tha

    • @allthebest2060
      @allthebest2060 10 หลายเดือนก่อน +2

      @@LearnerAbhi21
      Hy everyone, i tell you sir recorded half video in english and half in hindi so its reason for re recorded video

    • @ahmedsnippet
      @ahmedsnippet 10 หลายเดือนก่อน

      Sir Error A Raha MEra (bad option: --exprimental-json-modules)@@chaiaurcode

  • @shoaib_akhtar_1729
    @shoaib_akhtar_1729 3 หลายเดือนก่อน +8

    24:00: DB is another continent, hence use promises or try-catch with async-await whenever you are connecting to any database, thanks Hitesh Sir for teaching with this much clarity!
    1. Assignments :
    - Read about process and exit() method in nodejs
    - Console log karke dekho joh object DB connect hone par return hota hai.
    2. Tips:
    - Read the errors before referring to any material for resolving.
    - write error statements in a clear manner, debuggging mei help karegi.
    - env file mei change karte hi, server ko restart karna hi padega, no other option, nodemon env files ka track nahi rakhta.

  • @unstoppable-ayush
    @unstoppable-ayush 8 หลายเดือนก่อน +48

    # Connecting database in MERN with debugging
    - Created MongoDb Atlas account.
    - Created a Database and connect I.P Address to access database from anywhere.
    - Used `dotenv , mongoose , express` packages.
    - Two important points about database connectivity:
    1. When connecting to databases, handling potential data-not-found scenarios is essential. Employ try/catch blocks or promises to manage errors or we can also use promises.
    - key to remember : ( wrap in try-catch )
    2. Database operations involve latency, and traditional synchronous code can lead to blocking, where the program waits for the database query to complete before moving on. So, we should async/await which allows for non-blocking execution, enabling the program to continue with other tasks while waiting for the database response.
    - key to remember : ( always remember the database is in another continent, so use async await)
    - Used two approach to connect the database - 1. In Index File, 2. In Seprate DB file
    - Assignments -
    - console log `connectionInstance`
    - Read more about process.exit code

    • @tusharchandak2004
      @tusharchandak2004 4 หลายเดือนก่อน +2

      Thanks looking for this only

    • @riya2448
      @riya2448 2 หลายเดือนก่อน

      Hello ayush , actually I am facing issue while connecting to database . I followed all the steps along with the sir but i am getting an error saying "MONGODB connection error MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted" . I literally tried everything possible but still not able to resolve it . Please help me resolve this issue

    • @unstoppable-ayush
      @unstoppable-ayush 2 หลายเดือนก่อน

      @@riya2448 you have to global assign ip address 0.0.0.0/0 to you mongodb cluster.

    • @SKD14344AK
      @SKD14344AK 2 หลายเดือนก่อน

      @@riya2448 Now your error get resolve ?? : if not kindly tell me , Where you are facing this issue , is that after running (console.log(connectionInstance)) or while doing Setup of MongoDB, Kindly breakdown the problem .

    • @riya2448
      @riya2448 2 หลายเดือนก่อน

      @@SKD14344AK nope the same error message is popping again and again. The error is coming after running npm run dev. I have added the Ip address but it is not able to connect

  • @pkgamer7860
    @pkgamer7860 9 หลายเดือนก่อน +28

    Agr koi itna indepth ja kr production level prha sakta hai to wo ap hi ho Sir. Huge respect and love from Pakistan

    • @arifsaleem-7377
      @arifsaleem-7377 8 หลายเดือนก่อน +1

      love from Lahore

    • @VikasKumar-bf5wu
      @VikasKumar-bf5wu 4 หลายเดือนก่อน +1

      Bhai Pakistan me bhi study hoti hai

    • @muhammadahsan6477
      @muhammadahsan6477 4 หลายเดือนก่อน

      ​@@VikasKumar-bf5wu Q bhai india me jahil rehty hai kia ?

  • @Kuch-Bhi-Ho-Raha
    @Kuch-Bhi-Ho-Raha ปีที่แล้ว +9

    We cannot just use the phrase THANK YOU for the kind of content you are giving.
    Worked for almost 2 years in a mnc then also I think I could not learn so much which you have taught through your videos.

  • @AmarjeetKumar-hx7mh
    @AmarjeetKumar-hx7mh 2 วันที่ผ่านมา

    Slow pace , highly professional and passing through head not above head like other youtubers who are flexing instead of teaching

  • @bm9code
    @bm9code ปีที่แล้ว +14

    connectionInstance is an object with 53 properties which are
    'connections object',
    'nextConnectionId number',
    'models object',
    'events object',
    '__driver object',
    'options object',
    '_pluralize function',
    'Schema function',
    'model function',
    'plugins object',
    'default object',
    'mongoose object',
    'cast function',
    'STATES object',
    'setDriver function',
    'set function',
    'get function',
    'createConnection function',
    'connect function',
    'disconnect function',
    'startSession function',
    'pluralize function',
    'deleteModel function',
    'modelNames function',
    'plugin function',
    'version string',
    'Mongoose function',
    'SchemaType function',
    'SchemaTypes object',
    'VirtualType function',
    'Types object',
    'Query function',
    'Model function',
    'Document function',
    'ObjectId function',
    'isValidObjectId function',
    'isObjectIdOrHexString function',
    'syncIndexes function',
    'Decimal128 function',
    'Mixed function',
    'Date function',
    'Number function',
    'Error function',
    'MongooseError function',
    'now function',
    'CastError function',
    'SchemaTypeOptions function',
    'mongo object',
    'mquery function',
    'sanitizeFilter function',
    'trusted function',
    'skipMiddlewareFunction function',
    'overwriteMiddlewareResult function'

    • @yubrajkhatri3519
      @yubrajkhatri3519 10 หลายเดือนก่อน +3

      yehi dhudne aaya tha milggya thanku

    • @chickukoshti3741
      @chickukoshti3741 9 หลายเดือนก่อน +1

      thnx

    • @adityaghosh6170
      @adityaghosh6170 8 หลายเดือนก่อน

      ha toh woh connectionInstance.connections.host nahi hoga?

    • @guptasagar694
      @guptasagar694 8 หลายเดือนก่อน

      Isme connectionInstance ke liye phir connections.host kaha he phir...kon se object me he

  • @Dev-Phantom
    @Dev-Phantom 9 หลายเดือนก่อน +2

    I have never seen this type of Data base connection Lecture ever. This is GOD Level. This was a great help. Thanks sir.

  • @vaibhavsingh3453
    @vaibhavsingh3453 11 หลายเดือนก่อน +7

    The way you explain things is on whole different level ❤
    It's been 3 days i started this series and got soo much clarity in almost everything you taught.
    Thank you so much sir!❤🙏

  • @HarsimranKaur-h2o
    @HarsimranKaur-h2o 14 วันที่ผ่านมา +1

    Your hardwork clearly displays in your videos

  • @adarshjhaxiif-1289
    @adarshjhaxiif-1289 ปีที่แล้ว +5

    Sir you're a gem of teacher, I request you to please complete this series. We will make sure to compete all your targets of likes and comments.

  • @Vaishnavi-x3h3x
    @Vaishnavi-x3h3x 25 วันที่ผ่านมา

    Best teacher I have ever got...........which makes the code understand ability so easy.
    Thank you so much for creating such inspiring and knowledgeable content.
    ❤❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @asmittyagi6250
    @asmittyagi6250 10 หลายเดือนก่อน +4

    "aanand hi aajata hai jab sab samajh aajata hai" 🙏 Thank you sir .

  • @chitwan9129
    @chitwan9129 ปีที่แล้ว +8

    Hats off to you Sir, You are reallly helping. Every video of yours is great. I haven't watched all of them but I am following your backend tutorials, tbh from last 4 hrs, practicing accordingly. The way you are teaching and telling every single thing what a student can think of ( kam se km mein ), every chota se chota doubt which I always faced earlier, is getting clearer. Now I know what I am writing.

  • @HarshKumar-ff1se
    @HarshKumar-ff1se 9 หลายเดือนก่อน +2

    40min without any distraction...pata nhi chalta 40min kaise katam hogye
    Thank u hitesh sir

  • @electro1146
    @electro1146 11 หลายเดือนก่อน +5

    Hats off to you!! I set a password with special characters and it was throwing errors when connecting to MongoDB, then I remembered that you told not to use special characters. Upon changing the password, the error got solved. I whole heartedly appreciate your efforts in providing such high quality content and in-depth content.

    • @RohitKumar-ge5tq
      @RohitKumar-ge5tq หลายเดือนก่อน +1

      Brother, I thank you for your helpful comment

  • @ashimethos
    @ashimethos หลายเดือนก่อน

    I would say that this is the best backend series in TH-cam right now with industry knowledge Thank you for this

  • @kumarsubhambili3
    @kumarsubhambili3 8 หลายเดือนก่อน +4

    Concepts in Hindi is so easy to absorb. It just feels like a story

  • @01souravkumar
    @01souravkumar 8 หลายเดือนก่อน +3

    as described in video for setup of dotenv config is not working in node 20+ versions so, --> we can simply include - import {} from 'dotenv/config' at the top of the src/index.js file and by this we can avoid the require experimental module configuration inside the package manager.
    This works because of how ES6 modules imports modules. Before doing anything else in a file (say index.js) it does all the imports first. It does a depth first traversal of these imports, executing any code inside it. If we import dotenv first, it will execute config and add any env variables before doing anything else in the code.

  • @dhanrajhuli2931
    @dhanrajhuli2931 5 หลายเดือนก่อน

    sir no words for you teaching. the way you explained first IIFI , then async then try/catch .. just wow. maza agaya sir.
    The best backend series i have watched so far.. ☕☕♥

  • @NOT_TON_Fan
    @NOT_TON_Fan ปีที่แล้ว +25

    Congratulations for 100K ❤

  • @zoro-nf9pg
    @zoro-nf9pg 10 หลายเดือนก่อน +1

    after waisting 1 hour and watching several i found this video and this video help me to connect my db in 7 min what a helpful video

  • @prigo333
    @prigo333 ปีที่แล้ว +5

    congratulations on 100k ...soon you will complete your next milestone 500k and then 1million and so on...your teaching style is very unique and different...i am 100% sure that on youtube no one give this level of knowledge....we are very lucky that we are in the ERA of Hitesh sir💯

  • @mohammadshezan
    @mohammadshezan ปีที่แล้ว +35

    Since Node v20.6.0, node is supporting env file without any 3rd party library (dotenv). You have to just add --env-file in your script tag in package.json. So, your script tag will look like:
    "scripts": {
    "start": "node --env-file=.env src/index.js",
    "dev": "nodemon --env-file=.env src/index.js"
    }

    • @dungeonwolf6991
      @dungeonwolf6991 ปีที่แล้ว +1

      thanks

    • @AshishRaj04
      @AshishRaj04 ปีที่แล้ว +1

      Thanks bro . Much appreciated

    • @akshaysrivastava4304
      @akshaysrivastava4304 ปีที่แล้ว

      thanks for the info !

    • @rapidreasearchyt
      @rapidreasearchyt 11 หลายเดือนก่อน +2

      bro thank you so much, yr 2 din ho gye the erro resolve nhi hua, aaj mei ye playlist leave krne wala tha sirf is error ki waja se, thanks yr, aapne ye solution kahan se nikala, khud kra he ya source se? and again thanks for ur comment bro ♥

    • @udayasishbora9708
      @udayasishbora9708 11 หลายเดือนก่อน

      Bro really appriciate your help....Its a real problem that I am facing from a long time...What I am doing is: cd src, then node --env-file=.env index.js, which is giving error. Just adding the src/index.js and running it from the root directory solves it. Really funny, but thanks bro.

  • @SarveshKumar-08
    @SarveshKumar-08 ปีที่แล้ว +16

    00:05 Learning how to connect a database in MERN
    01:58 Connect database in MERN with debugging
    06:22 To connect to the MongoDB database in the MERN stack with debugging, you need to allow IP address access, have the correct ID password, and the URL.
    08:20 Connect database in MERN with debugging
    12:08 Two approaches to connect database in MERN
    14:24 Mongoose is used to connect to the database
    18:14 Connect database in MERN with debugging
    19:59 Connecting the database in MERN with proper error handling
    23:21 Connect database in MERN with debugging
    25:01 Handle connection errors and exit the process if needed.
    28:27 Connecting database in MERN
    30:34 Set up environment variables in the index file for consistent code
    34:09 Troubleshooting database import issues in the MERN stack
    35:49 Successfully connected the database
    39:07 Learned how to connect database in MERN
    40:54 Connecting a database in MERN with debugging

    • @MohammedHasmi577
      @MohammedHasmi577 ปีที่แล้ว

      Aapki comment hitesh sir ne LinkedIn pr share kiya

  • @darsh_patel
    @darsh_patel 6 วันที่ผ่านมา

    Thank you so much for your amazing work! As a student just starting out in the industry, your videos have been incredibly helpful in understanding industry standards and practices. I truly appreciate the insights you share-they’ve made a big difference in my learning journey!

  • @abhishekkhatana1256
    @abhishekkhatana1256 ปีที่แล้ว +40

    Ye 6 lakh likes mhuje hi dika rhe hai ya sabko dekh rhe hai 🧐🧐🧐🧐

  • @legendyt116
    @legendyt116 7 วันที่ผ่านมา +1

    i saw this video when my Sir hit 513k and in one year your channel grow 413k sub in a year it a big achievement. keep growing Sir.

  • @ArjunSingh-wo1tg
    @ArjunSingh-wo1tg 8 หลายเดือนก่อน +1

    best part is - "Error ko read krna sbse important hai "(timestamp : 35:20)
    sir ke hrr video me 1 na 1 line to jarur hi milegi jo coding to assan(easy) bnayegi 🙏

  • @pratikpatel8874
    @pratikpatel8874 หลายเดือนก่อน

    DB is another continent, hence use promises or try-catch with async-await whenever you are connecting to any database, thanks Hitesh Sir for teaching with this much clarity!

  • @relaxationmusic2013
    @relaxationmusic2013 8 หลายเดือนก่อน

    He is the only teacher jis ka course agar main chalu krta hu toh hamesha pura khatam bhi krta hu! ty sir!😊

  • @kasifmansuri7552
    @kasifmansuri7552 11 หลายเดือนก่อน +1

    Sir you are great....Despite the views count on your series you are still committed to teach with full enthusiasm...Kudos👏👏👏👏

  • @Prakash-z8p
    @Prakash-z8p 11 หลายเดือนก่อน +1

    Bhaiya jitna thanku bolu utna kam pdega aapke liye, pata nhi aap itna efforts humare liye kyu laga rhe ho but please kabhi piche mat hatna ,hume aap jaise logo ki bohot jrurat hai ,jjisme koi ghamand aur lalach naa ho , mai try karunga ki mai bhhi aage jaake aapke jaisa banu , logo me knowledge baatu and batau ki maine hitesh bhaiya se sikha hai ye

  • @tuhinghosh9737
    @tuhinghosh9737 8 หลายเดือนก่อน

    The way you explain is just another level sir, i watched this video 2times. Now my concepts about database is so clear. So much knowledge in these videos.
    Thank you sir ❤

  • @ramannagwan8812
    @ramannagwan8812 11 หลายเดือนก่อน +1

    01:58 Connect database in MERN with debugging
    06:22 To connect to the MongoDB database in the MERN stack with debugging, you need to allow IP address access, have the correct ID password, and the URL.
    08:20 Connect database in MERN with debugging
    12:08 Two approaches to connect database in MERN
    14:24 Mongoose is used to connect to the database
    18:14 Connect database in MERN with debugging
    19:59 Connecting the database in MERN with proper error handling
    23:21 Connect database in MERN with debugging
    25:01 Handle connection errors and exit the process if needed.
    28:27 Connecting database in MERN
    30:34 Set up environment variables in the index file for consistent code
    34:09 Troubleshooting database import issues in the MERN stack
    35:49 Successfully connected the database
    39:07 Learned how to connect database in MERN
    40:54 Connecting a database in MERN with debugging

  • @VikasKumar-bf5wu
    @VikasKumar-bf5wu 4 หลายเดือนก่อน

    Thanks sir aapi video se confidence bahut jyada Aata Hai or aapki video ko digest karne mein time Bhi lag Jaate Hain

  • @NoraizAmeen
    @NoraizAmeen 6 หลายเดือนก่อน +1

    Nice Playlist .It is Difficult for me to understand your lecture😁😁 but i know it is beneficial for me .Thanks a lot

  • @_TechInsightHub
    @_TechInsightHub 3 หลายเดือนก่อน

    Idk what is people's problem that thay cant even like this helpful video i really want you to grow even more ❤❤ i cant even watch 5min of video of other youtubers on backend they make me sleep while here i watch hours of bideos and dont even realize just love you and your way of teaching 💗😊😊

  • @khansaazeem-ht4sy
    @khansaazeem-ht4sy 5 หลายเดือนก่อน

    thanku so much for this backend we also want a full mernstack ...we can learn frontend and backend but we want a proper guideline through you in which you actually teach us the approach so that we can make projects by our own

  • @vanshgrover2432
    @vanshgrover2432 4 หลายเดือนก่อน

    This course offers top-notch content that even surpasses paid courses out there. thankyou sir for providing this for free to us .

  • @Gentle_Himanshu
    @Gentle_Himanshu หลายเดือนก่อน

    Sir we are lucky to have a teacher like you, luckily my friend suggested about you I must thank him ☺

  • @unknownmaster6184
    @unknownmaster6184 4 หลายเดือนก่อน

    One imporatant thnk to take away from this video is -
    Read the error, it is important to read the error, inspite of doing just chatGpt or stack-overflow.
    Very motivational for be the engineer.
    one important is just install the mongodb extension in vs code, and while connection in mongodb check for vs code connection option, and ready to boom the mongodb.

  • @ashfaqkhichi3455
    @ashfaqkhichi3455 6 หลายเดือนก่อน

    Sir thanks a lot . Itna in depth content to udemy py bhi nai milta sir
    thanks for your hard work for us yeh cheezain hmain compnay main seekhtay seekhtay 3 sy 4 months lag jaty but apki yeh series too best hain ab aik beginner level ka developer bhi Well structured and fully optimized web app bnany k qabil hoo jaye ga yeh series dekh k.....
    Again a Large Bundle of thanks for your efforts

  • @Swarn-eb9ok
    @Swarn-eb9ok 2 หลายเดือนก่อน +1

    sir your dedicating toward delivering quality content is unmatchable.thanks a lot

  • @aayushjha3623
    @aayushjha3623 4 หลายเดือนก่อน

    Amazing video. Explanation on how to handle error in DB connection was well explained. Thanks for the insights and sharing experience.

  • @SNEHASINGH-fr4vo
    @SNEHASINGH-fr4vo 10 หลายเดือนก่อน +1

    Just another great explanation on this series 🤩

  • @itsayush7195
    @itsayush7195 11 หลายเดือนก่อน

    Sir, your way of teaching and knowledge is totally different from every teacher on TH-cam

  • @shashiKPD
    @shashiKPD 5 หลายเดือนก่อน

    love your dedication to re record the whole video to maintain the quality that we've come to know and love.

  • @IndiaShortNewsfbd
    @IndiaShortNewsfbd 7 หลายเดือนก่อน

    tankyou sir,sai kah rhe ho aap 2lakhs ka course kiya but smjh yehi se arha h, waiting for your top notch course :)

    • @chaiaurcode
      @chaiaurcode  7 หลายเดือนก่อน +1

      🤗☕️

  • @Khushi_Chauhan759
    @Khushi_Chauhan759 3 หลายเดือนก่อน

    thankyou so much sir for guiding us on this journey and making backend development so clear🙏🙌

  • @Munazzam-q4d
    @Munazzam-q4d ปีที่แล้ว +1

    Itna acha detail me to aap hi padhate ho, dusre YT channel wale to Mongooes padhna shuru hi mongooes.connect se karte hai......Hats off and much appreciate your effort.

    • @chaiaurcode
      @chaiaurcode  ปีที่แล้ว +2

      Thanks a ton 😊☕️

  • @HimanshuPrajapati-p4h
    @HimanshuPrajapati-p4h 10 หลายเดือนก่อน

    This level of deep knowledge you got from doing work for so many years and now you giving it to community for free of cost to do this type of efforts are not that easy it is difficult for you also but although you are giving too much to the community and as you said in the podcast with Ranveer you will definitely bring new revolution in the tech community I believe in you sir keep going whole community is with you. Thank you too give this production grade level knowledge that no one talk in current market. You are great lots of love from Mehsana, Gujarat❤🙌☺.

  • @developer_dhanji
    @developer_dhanji 8 หลายเดือนก่อน +1

    part time me reels nahi comment scroll karne ka sokh hai 🤣🤣 to beshak hame bhi aise parttime work dene me maja ata hai karte rahiye comment ko scroll ,
    and thanks for this valuable content , ab kya hi bole jata jate amzing bol deta hu ❤❤

  • @AliBro-p2s
    @AliBro-p2s 15 วันที่ผ่านมา

    thank you sir for such a hardworking i watching this series from javaScript sir your the best teacher

  • @sumanjeet2300
    @sumanjeet2300 ปีที่แล้ว

    Database is in another continent, but Hitesh sir is in our continent.
    Thank you so much for this wonderful course ♥

  • @atanumalik5338
    @atanumalik5338 8 หลายเดือนก่อน

    This is the best Backend series on youtube!!

  • @gamingmode2868
    @gamingmode2868 3 หลายเดือนก่อน

    La jawab series for backend development. Love you sir ji

  • @FizaShakil-c4k
    @FizaShakil-c4k 3 หลายเดือนก่อน

    You're the teacher who deserves millions of views and likes!♥️

  • @amanbadhan7546
    @amanbadhan7546 11 หลายเดือนก่อน

    Best explanation of every topic. Thank you sir. And one more thing 'Database is always in another continent' ...

  • @himadriroy7980
    @himadriroy7980 4 หลายเดือนก่อน

    It's always a pleasure learning from you sir. The way you teach is just pure talent. Love you sir. ❣❣

  • @_ravindrabhusare_
    @_ravindrabhusare_ 9 หลายเดือนก่อน +1

    Sir ye video mai aaj 4 months bad dekh raha hu aur hamare chanel ke 236k subscriber hai aaj ki date mai... Keep growing sir ji!!!!

    • @listen_aloud
      @listen_aloud 9 หลายเดือนก่อน

      How to solve this error?MONGODB Connection Error: MongoParseError: Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"
      at new ConnectionString (C:\Users\Govind Mishra\OneDrive\Desktop\WebDev\Chai Aur Backend
      ode_modules\mongodb-connection-string-url\lib\index.js:86:19)
      at parseOptions (C:\Users\Govind Mishra\OneDrive\Desktop\WebDev\Chai Aur Backend
      ode_modules\mongodb\lib\connection_string.js:186:17)
      at new MongoClient (C:\Users\Govind Mishra\OneDrive\Desktop\WebDev\Chai Aur Backend
      ode_modules\mongodb\lib\mongo_client.js:51:63)
      at NativeConnection.createClient (C:\Users\Govind Mishra\OneDrive\Desktop\WebDev\Chai Aur Backend
      ode_modules\mongoose\lib\drivers
      ode-mongodb-native\connection.js:293:14)
      at NativeConnection.openUri (C:\Users\Govind Mishra\OneDrive\Desktop\WebDev\Chai Aur Backend
      ode_modules\mongoose\lib\connection.js:801:34)
      at Mongoose.connect (C:\Users\Govind Mishra\OneDrive\Desktop\WebDev\Chai Aur Backend
      ode_modules\mongoose\lib\mongoose.js:404:15)
      at connectDB (file:///C:/Users/Govind%20Mishra/OneDrive/Desktop/WebDev/Chai%20Aur%20Backend/src/db/index.js:6:47)
      at file:///C:/Users/Govind%20Mishra/OneDrive/Desktop/WebDev/Chai%20Aur%20Backend/src/index.js:12:1
      at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
      at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
      [nodemon] app crashed - waiting for file changes before starting...

  • @namannema3349
    @namannema3349 8 หลายเดือนก่อน +1

    sir watching your video after watching the basic video of piyush garg bhaiya and your video is like the cherry on the top his video has perfect for basics and you video takes that basics in advance

  • @yosayaan7013
    @yosayaan7013 หลายเดือนก่อน

    Best teacher i have seen in my life

  • @surajgoraicse
    @surajgoraicse 2 หลายเดือนก่อน +1

    Radhe Radhe... Watching this lecture on 25 - 10 - 24.

  • @Shalin0003
    @Shalin0003 หลายเดือนก่อน

    Sa-port bhai ko backend ke baare mein sikhane ke liye
    FULL SAPORT Brotherrr!!!

  • @kazitanim007
    @kazitanim007 9 หลายเดือนก่อน

    Great tutorial, after starting this backend tutorial i don't like frontend any more. Keep up the good work.

  • @saurabhjaykar1603
    @saurabhjaykar1603 ปีที่แล้ว +1

    Recognizing Hitesh Sir's role in #chaiaurcode #backenddevelopment is commendable. Being grateful to teachers like him who shape our learning journeys is valuable

  • @comedyshorts4938
    @comedyshorts4938 ปีที่แล้ว +1

    thanku bhai aapne double mehnt krne ke liya 😅😅💞💞

  • @yamsheeajaz5624
    @yamsheeajaz5624 11 หลายเดือนก่อน

    The explanation was the best. It was now so easy for me to connect the db

  • @PsychEd-z3q
    @PsychEd-z3q 14 วันที่ผ่านมา

    Great content sir, keep coming up with quality content like these. Love from Pakistan

  • @gamingchannelX9
    @gamingchannelX9 7 หลายเดือนก่อน

    00:40 salute to you for making videos again for us 🙌🏻

  • @Shafique5930
    @Shafique5930 7 หลายเดือนก่อน

    Most professional way of teaching, love and support hitesh sir for giving us free knowledge and technology experience

  • @K_EE_Koshal
    @K_EE_Koshal ปีที่แล้ว +1

    It's wonderful that you recognize and appreciate Hitesh Sir's contributions to #chaiaurcode #backenddevelopment. Expressing gratitude to those who have positively impacted our lives is always a meaningful gesture.

  • @akshayjain2777
    @akshayjain2777 ปีที่แล้ว

    sir jiiii apse padhne ke baad tho experience job role pe bi apply kia jaa skta . soo deep content of such highlevel knowledge just free ! op hitesh sir

  • @babunroy4271
    @babunroy4271 18 วันที่ผ่านมา

    Your videos help us so much...Always continue to educate us.

  • @vishalratnakar592
    @vishalratnakar592 ปีที่แล้ว

    In the garden of education, you are the rare and precious bloom that makes it a place of beauty and growth. Thank you for cultivating a love for learning in all of us🥰

  • @harshkanani9831
    @harshkanani9831 9 หลายเดือนก่อน

    Best video for backend on youtube

  • @aniksaha8108
    @aniksaha8108 10 หลายเดือนก่อน

    Thank you so much sir for this amazing playlist, I was feared of mongodb connection but you made modeling easy now also you made connection very easy, I can connect anytime now in this way, Thank you so much! Hope one day I could be a great developer like you

  • @mdmazharulislamshishir
    @mdmazharulislamshishir 7 หลายเดือนก่อน

    Thanks for this Playlist. Best on TH-cam for Backend

  • @ArshanAli-u3h
    @ArshanAli-u3h 11 หลายเดือนก่อน

    your Commitment towards Your Videos , just amazing
    great content

  • @utkarshkrishna.youtube
    @utkarshkrishna.youtube ปีที่แล้ว

    Finished this lecture on the last day of '23 and I can happily say that ki mera MongoDB ka darr almost khatam ho gaya..!
    Really grateful for this series...🤍
    Thank You so much Hitesh Sir and a very Happy New Year...💫

  • @aneerzaman5366
    @aneerzaman5366 11 หลายเดือนก่อน

    Your teaching way is simple and advance. Hope You reach at your desire place

  • @sanskaricoder07x
    @sanskaricoder07x ปีที่แล้ว +1

    Thank you sir for this precious course ❤❤❤

  • @shekhar_ranjan
    @shekhar_ranjan 11 หลายเดือนก่อน

    Bahut acha video on database connection with added advantages, Sir ❤

  • @prajwalm.s7976
    @prajwalm.s7976 ปีที่แล้ว +1

    We all are very lucky to learn from you Sir

  • @ajitgurav5898
    @ajitgurav5898 4 หลายเดือนก่อน

    Chai aur code is India's number one TH-cam channel ❤❤

  • @S.K.IntelliCy
    @S.K.IntelliCy 3 หลายเดือนก่อน +1

    the content 🦾 , the educator 🦾, kahin esa content nahi milega jesa yahan hen

  • @tarunbharti1835
    @tarunbharti1835 ปีที่แล้ว

    thankyou so much Hitesh for providing legendary tutorial of backend

  • @SarwanKumar-dz2hh
    @SarwanKumar-dz2hh ปีที่แล้ว

    It's wonderful that you recognize and appreciate Hitesh Sir's contributions to #chaiaurcode #backenddevelopment.

  • @DeepakNamdev-i6m
    @DeepakNamdev-i6m 4 หลายเดือนก่อน

    A simple thing can be made so much better. Amazing 🤩

  • @dhrubaduttabanik5895
    @dhrubaduttabanik5895 ปีที่แล้ว

    One of the best backend courses ever ❤

  • @utkarshkrishna.youtube
    @utkarshkrishna.youtube ปีที่แล้ว

    Day 4 of Learning Backend with Hitesh Sir... So far bohot mazzaa aaya....😁

  • @rudra9535
    @rudra9535 7 หลายเดือนก่อน

    thankyou Hitesh bhai ! amazing lectures.

  • @ashu_kumar
    @ashu_kumar 10 หลายเดือนก่อน

    Love your videos and your way of teaching in a very easy way.❤❤

  • @decent719
    @decent719 6 หลายเดือนก่อน

    Best teacher on the internet.

  • @75_adityautekar84
    @75_adityautekar84 11 หลายเดือนก่อน

    Completed javascript course ✅ Completed Chai aur React ✅❤ Now here overcoming my fears 🙏.Thank you Hitesh Sir for this pure gold teachings and helping us become what we dream to be...

  • @NikhilEnigma
    @NikhilEnigma ปีที่แล้ว

    I was studying mongodb for first time after completion of 39min I feel confident about mongodb, thanks alot hitesh sir 🍵💌❤(most important thing : database durse continent me hai)😁😁