Custom api response and error handling | chai aur backend

  Рет қаралды 164,562

Chai aur Code

Chai aur Code

Күн бұрын

Пікірлер: 1 100
@chaiaurcode
@chaiaurcode Жыл бұрын
hitesh.ai/whatsapp Saare updates n video notifications yaha milte h
@shamim-ey8ik
@shamim-ey8ik Жыл бұрын
best teacher in youtube
@fit.panda9813
@fit.panda9813 Жыл бұрын
Sir error aa raha hai WhatsApp mai isse kaise handle kare😂 Group join krte waqt
@nabinr.chaudhary9971
@nabinr.chaudhary9971 Жыл бұрын
Sir please make a video on git and github
@kuntalojhadev
@kuntalojhadev Жыл бұрын
Chai aur Code #ChaiaurCode @chaiaurcode
@ন.ই.রিমন
@ন.ই.রিমন Жыл бұрын
Discord channel hay brother?
@Harsh-w1i
@Harsh-w1i Жыл бұрын
This series is gold. Literally worth it and no other tutorial out there in any paid course. Thanks a lot.
@chaiaurcode
@chaiaurcode Жыл бұрын
Great to hear!
@RhythmAlgo
@RhythmAlgo Жыл бұрын
I saw multiple KZbin videos on express or backend related or even talked with multiple people for the last 1.5 years, but no-one has ever told me about the api response and api error thing. 46 mins worth it.. Thank you so much ❤️
@chaiaurcode
@chaiaurcode Жыл бұрын
Kaafi standard approach h, almost hr badi company ke project me hoti hi h
@RhythmAlgo
@RhythmAlgo Жыл бұрын
@@chaiaurcode Okay sir. Ak aur chota request tha, iss wale series mai Microsoft authentication (majority KZbin mai google and other authentication hai but koi Microsoft account authentication cover nhi kiya hai) cover kr lena please. Although mai neh documents pad ke implement kiya hai and working bhi hai, but production level wala sikhna hai sir
@ashusaifi7255
@ashusaifi7255 2 ай бұрын
@@chaiaurcode ye thik hai sir lekin mujhe muhe 50% samjj hi aaya code, theory to samjh aa gai hai
@hrishikeshgaikwad910
@hrishikeshgaikwad910 Ай бұрын
Quick note to help understand asyncHandler-thanks, ChatGPT! 😄 What is asyncHandler? asyncHandler is a higher-order function. A higher-order function is a function that takes another function as an argument and possibly returns a new function. Why is asyncHandler needed? In Express.js, if an asynchronous function throws an error, you need to explicitly pass that error to the next function for the Express error-handling middleware to catch it. Without this, your server might crash or not handle the error properly. Different Variations Version 1: The normal function const asyncHandler = () => {}; This is a simple function Version 2: The higher-order function const asyncHandler = (func) => { return () => {}; }; Takes a function (func) as an argument. Returns a new function. Version 3: The higher-order async function const asyncHandler = (func) => { return async () => {}; }; Same as above, but the returned function is asynchronous (async). Used when the inner function (func) involves asynchronous operations.
@Dev-Phantom
@Dev-Phantom 10 ай бұрын
The lecture was Hard, because its new to us . very deep understanding . GOD Level. I enjoyed a lot Because this is production level . Thanks sir for such a wonderful and interesting lecture.
@vanshchoubey7396
@vanshchoubey7396 Жыл бұрын
00:03 Explaining custom API response, error handling, and middleware setup 02:03 Create an app using Express 06:00 Understanding the request and response handling in Express 07:57 Installing and using cookie parser and cross origin resource sharing packages for middleware 11:42 Configuring custom API responses and error handling in production 13:29 Custom API response and error handling 17:29 Setting up static file configuration in Express 19:08 API response and error handling overview 23:09 Understanding the concept of 'next' in middleware 24:42 Creating a utility file for error handling and database operations 28:08 Removing curly braces and understanding disassembly of functions. 29:56 Error handling and response crafting using custom API 33:40 Standardize API errors and responses 35:24 Custom API error handling 38:48 Custom api response and error handling 40:27 Custom API response and error handling in Express 43:57 Setting API response standards and error handling 45:54 Testing API controllers and databases in a production-grade code Crafted by Merlin AI.
@shivam-codes-687
@shivam-codes-687 Жыл бұрын
Yaar sir ke videos dekh ke pata nhi kyun but bhot jyaada sukoon feel hota hai... Agar kisi coding problem me phase ho aur inke video dekho to poora mind CALM ho jata hai... Love you sir❤
@subhassssadhu
@subhassssadhu Жыл бұрын
Today, it was a great session in backend where middlewares and api errors/responses were handled. Some parts were tricky and would require some more efforts from the side of the students and it will be fun to put that input as an exercise. Thanks sir for such a great lecture.
@vipinishere9679
@vipinishere9679 Жыл бұрын
i have enough knowledge of backend development but it was little bit difficult to understand for me because these things are industry-level and good practices as well. thanks for such awesome content.
@chaiaurcode
@chaiaurcode Жыл бұрын
Glad it was helpful! 😊🙏
@Sanya-ic8gr
@Sanya-ic8gr 6 ай бұрын
Earlier i was shifting here and there ki backend kaha se sikhu..But decided to start with you..AND the way you teach things..i feel like i am getting so much knowledge how things are done professionally..thank you so much for sharing your experience and your knowledge with us!!! Thank you sir!!!
@Iammuslim947
@Iammuslim947 Жыл бұрын
abhi video puri dekhi nahi hai mgr maine socha phle comment krdu sir ka target pura ho jayega😊Amazing sir
@chaiaurcode
@chaiaurcode Жыл бұрын
❤️
@CodeDaily365Days
@CodeDaily365Days 5 ай бұрын
Jab se aap se padta shuru kiya tab se kisse aur se kuch bhi padna pasand nhi aata. Utna maza aata mujhe apke lectures me. Thank you so much sir ❤
@sanskaripatrick7191
@sanskaripatrick7191 7 ай бұрын
33:05 I'm pretty sure that there is a mistake in the asyncHandler that uses the promise (the top function). There should be no curly braces after the arrow otherwise there wouldn't be a value returned at all -> and that is because we haven't written an explicit return statement. The correct code is to either include a return statement before the internal arrow function or to just remove the curly braces, although adding a return statement makes it a bit easier to understand.
@mohd.maasir8198
@mohd.maasir8198 7 ай бұрын
thanks I was also having doubt there.
@the_haryannvi_coder
@the_haryannvi_coder Жыл бұрын
I am not beginner in backend, par aapki videos dekhta hu kyuki i know yha se padha to crystal clear ho jaega sab kuch. Respect for your hardwork ++
@palbijewar6070
@palbijewar6070 Жыл бұрын
As a working professional I can say its literally the most professional course ever
@supremeleader5516
@supremeleader5516 7 ай бұрын
Which company u work for?
@sigmagreedycoder
@sigmagreedycoder Жыл бұрын
Sir ka content ekdam hatkat koi chu bhi nahi sakta
@chaiaurcode
@chaiaurcode Жыл бұрын
❤️❤️
@shubhamarya5432
@shubhamarya5432 Жыл бұрын
vedio chota bol bol ke ek ghnta ka bna dete hain sir..😅.lekin dekhne me 20 mint ka hi lgta h.....mindblowing sirr😊😊😊
@SILVERFANG77
@SILVERFANG77 9 ай бұрын
yeh wala video mujhe thoda heavy lga digest krneko 😓. Thodasa jyada advance lga ye video
@emazashraf9735
@emazashraf9735 6 ай бұрын
Series is a Long But is 1000% worth it Loved the way he taught about professional practices and in depth knowledge
@hammadahmad860
@hammadahmad860 Жыл бұрын
VIDEO CHOTA KAISE H? HAHA
@_rishi_ranjan
@_rishi_ranjan 6 ай бұрын
😂
@karma97652
@karma97652 3 ай бұрын
Haha😂
@dsouzaedson
@dsouzaedson Жыл бұрын
thoda sa concept bounce hoke chala gaya. Phir se dekh na aur samajna padega. Excited to learn more :)
@drlovephukn
@drlovephukn 11 ай бұрын
attendance ✋✋✋✋
@karma97652
@karma97652 2 ай бұрын
love this series never see this type of backend series in the entire youtube 🔥 with crystal clear explanation ❤
@unbeatable1743
@unbeatable1743 3 ай бұрын
sir ji thank you bolna tha yaad aa gya, Thanks a lot Chai theme ko mere zindagi mein lane ke liye ekdum pyar ho gya hai vscode open kiye hi rehta hu humesha har ek line ka code dekhta rehta ye bahut hi khubsurat hai iska didaar karke din ban jata hai.... Thank you Guru ji 😘😘😘😘😘😘
@Saurabh.Sharma
@Saurabh.Sharma 4 ай бұрын
Sir aapke channel par ekdam apna pan feel hota hai, your videos qualities are outstanding, bina bore huye poori video dekh leta hu 😄
@manishgautam1927
@manishgautam1927 Жыл бұрын
Yha tk aapne jitna bhi pdaya h is series mai ..mujhe already sb aata h ..abhi tk aisa kuchh na mila jo mujhe na aata ho....aage ka dekhte hai...but really excellent content...dobara dekhne mai bhi boring feel nahi ho rha ..balki mja aa rha
@vinayjoshi4449
@vinayjoshi4449 6 ай бұрын
sir your explanation with calmness is great .. with you learning is great i hope that you will further add some valuable content .. bcoz this is the only source from which i feel that i learn a top grade thing ... and Rest we all are here to support and praise you sir ....
@Ofcl-Javed
@Ofcl-Javed Жыл бұрын
In starting You said it's gonna be short video but it's long and very informative and thanks to you I keep referring documentation to learn more about the things you taught. So a huge thanks for making this video... Now I'll rewatch it and complete the assignment and code with your github files
@surajgoraicse
@surajgoraicse 3 ай бұрын
when lecture was posted , subs count was 100k , and while i am watching the lecture channel has close to 500k subs.. Thankyou Hitesh sir , you are Greatest Of All Times.
@JayantBokade
@JayantBokade 11 ай бұрын
although some syntax goes above head at first, but yahhh this is how you become strong in reading and understanding code blocks . Thank you sir providing such quality content for free, just like me who cant afford to buy courses this helps a lot to start somewhere and to begin with something ❤❤
@ThaCoders
@ThaCoders Жыл бұрын
I'm happy to learn this with standard way , no one is place of you , really chai aur backend is insightful for backend developer with good approach , It's unique , no one follow this way to teaching. I salute you & your team and keep teaching
@rahulpandeyvlogs2874
@rahulpandeyvlogs2874 Жыл бұрын
24:01 ----> it's getting interesting as I am moving forward to it . I didnt able to understand everything very cleary but as Hitesh sir " Bich bich me bolte aur kuch kuch terms ko samajha rahe hain ...mujhe kaafi help mil jaa rahi hain ." Hitesh sir ....I would again want to thank you that you are giving your best content ever and my first ever awsm and fun loving development journey . Sir main iske sath javascript ke basic bhi kar raha hun ...Late hun sir but I know that main Phorunga . Middlewares is so easy to understand now.... that part (err, req, res, next) .... Abhi next flag ayega ..... so yeah . GREAT ONE Hitesh sir 🥰
@ramannagwan8812
@ramannagwan8812 Жыл бұрын
02:03 Create an app using Express 06:00 Understanding the request and response handling in Express 07:57 Installing and using cookie parser and cross origin resource sharing packages for middleware 11:42 Configuring custom API responses and error handling in production 13:29 Custom API response and error handling 17:29 Setting up static file configuration in Express 19:08 API response and error handling overview 23:09 Understanding the concept of 'next' in middleware 24:42 Creating a utility file for error handling and database operations 28:08 Removing curly braces and understanding disassembly of functions. 29:56 Error handling and response crafting using custom API 33:40 Standardize API errors and responses 35:24 Custom API error handling 38:48 Custom api response and error handling 40:27 Custom API response and error handling in Express 43:57 Setting API response standards and error handling 45:54 Testing API controllers and databases in a production-grade code Crafted by Merlin AI.
@pranavjadhav4147
@pranavjadhav4147 10 ай бұрын
This series literally brings revolution in Backend Development and no other paid course can match this level of content. Hat's off to you Sirji ....thanks a lot for such amazing production grade content
@Sachin-yt5bo
@Sachin-yt5bo 9 ай бұрын
17:07 mujhey aaj tak patha nahi tha vo sare chiz kyu likth the baas i would write in code thnaks for your next level of teaching
@30sunique78
@30sunique78 8 ай бұрын
Next Level ❌ Next middleware✅ 😂
@roasttq999K
@roasttq999K 19 күн бұрын
Video dekhene baithta hu sochta hu do video dekhunga taki blackout na ho jaye jitna bhi padha hai par sir ke pdhane ka trika hi aaisa h ki man krta h poori series hi do din mai khatam kardu
@Kiran__-kv4qx
@Kiran__-kv4qx 29 күн бұрын
BEST COURSE IN THE ENTIRE INDUSTRY
@samadsiddiqui5925
@samadsiddiqui5925 11 ай бұрын
This series isn't less than ₹5k coourse on backend. And I'm genueinly grateful to you Hitesh Sir for putting it on this platform so who can't afford it can have it here.
@mayanksh219
@mayanksh219 11 ай бұрын
Believe me brother this series is way more ahead than 5k.
@yudhyasva-rv
@yudhyasva-rv Ай бұрын
Maine itna accha and itna deep youtube pe kahi nahi dekha ..
@CoderBuddy-lu1gy
@CoderBuddy-lu1gy 7 ай бұрын
Sir, Series is super and too much worth watching . This really helped me a lot. There is a small thing that at last of video please summaries what we have done in this video in a min like short note etc. So that we can recall back all the things we have done And that also will be very much helpful. Thanks a lot for this series 😊😊
@Debraj-HTC
@Debraj-HTC 11 ай бұрын
Writing the try-catch again and again was so troublesome, now it's fixed, thank you Sir!
@WAQAZ-OFFICIALgfum
@WAQAZ-OFFICIALgfum Жыл бұрын
I watch many tutorials but this type of content is not available. Thanks Alot sir
@developer_dhanji
@developer_dhanji 9 ай бұрын
maan gaye hitesh sir , so backend to padhe but is trah se kaha nahi ja sakta , amazing 👌👌👌👌👌👌👌👌👌👌
@GauravKumar-cv4yz
@GauravKumar-cv4yz Жыл бұрын
Mai api request or response mo handle krne ka video kitne time se dund raha tha finally aapne kar hi diya thanks you so much sir .
@-a-1787
@-a-1787 Жыл бұрын
Your lecture are just like movies bas man karta hai dekhta hi rahoon
@kabir7735
@kabir7735 7 күн бұрын
Series dekh k boht topics clear ho rahe hain
@sakshamsharma3360
@sakshamsharma3360 3 ай бұрын
Thanks Hitesh. This is really good stuff. Probably the best series on backend.
@spywolf-cs9js
@spywolf-cs9js 9 ай бұрын
I am an engineering second year student.. This is one of the best backend course.. Believe me guys
@rahulawasthi886
@rahulawasthi886 Жыл бұрын
Hitesh being HITESH here. He is on the youtube. He designing a backend. He setting the bar too high for the backend developers. Thank you so much 🙏
@rahulawasthi886
@rahulawasthi886 Жыл бұрын
KZbin community ka HITESHI हितैशी
@BK69XXX
@BK69XXX 8 ай бұрын
I watch each video three times to completely understand the concept, in first try i just try to learn from the video, in second try i check if any concept is still needed to learn, i do side research in this stage and in the last i write code with my own and watch video if get stuck somewhere,
@ofy_naveen9973
@ofy_naveen9973 4 ай бұрын
next(err): If an error occurs (the catch block is triggered), next(err) is called with the err argument. This signals to Express that an error occurred, so it should skip all regular middleware functions and proceed directly to error-handling middleware.
@RealEstateandTechnology
@RealEstateandTechnology Жыл бұрын
lecture baad m complete kr lain .. comment phly .. this is appreciate to hitesh sir ..
@FaizSultan430
@FaizSultan430 Жыл бұрын
sir this makes you different from others that you make difficult things to ( basic, understandable, simpler ) and explain us why? why we need this ? what it does ? of every single thing which makes our more interest in to explore and understand coding thank you so much Hitesh Sir ❤ for this efforts this makes impact on peoples life
@Adarsh-e5y
@Adarsh-e5y 7 ай бұрын
This is probably the best backend series on KZbin
@WaasimAnsari-t5f
@WaasimAnsari-t5f 8 күн бұрын
This video is short but the content is quite valuable. Thank You Sir.
@Ankit_Das_98
@Ankit_Das_98 11 ай бұрын
amazing series by the way doing my internship project with your help, and my code base is looking better than anything I wrote before , it a same my boss is completely nub to appreciate this approach
@editorbharat
@editorbharat 11 күн бұрын
"Thank you for your guidance and dedication to teaching us coding. Your ability to simplify complex concepts and make learning enjoyable is truly inspiring. You've not only taught us how to code but also how to approach problem-solving with confidence and creativity. I'm grateful for your patience, expertise, and encouragement throughout the journey!"
@Ghulammustafa-wg6cy
@Ghulammustafa-wg6cy Жыл бұрын
thank you sir for creating this type of content, i am 16 years old and from Pakistan, learning backend from you. LOVE FROM PAKISTAN
@rogerXgameing
@rogerXgameing 10 ай бұрын
thank you bhai international level teaching hindi mei laae k liye , Best channel infact mai scaler academy ka student hu waha k instructor bhi aapko kbhi kbhi recommend krte hai XD
@Amaankf
@Amaankf 4 ай бұрын
Maza aa gaya sir in between mene 2 aur videos dekhe aapke to have better understading and a fresh memery perspective of things: 1. how to connect front end with backend and also 2. class constructor and static, also used chat gpt for various doubts and made notes in my own language and understanding
@abdullahwaqar3024
@abdullahwaqar3024 4 ай бұрын
Brother can you please explain asyncHandler function , I am trying to understand this from past 7 hours and I didn't get it.
@Amaankf
@Amaankf 4 ай бұрын
@@abdullahwaqar3024 tell me the time stamp of exactly what you want to understand
@abdullahwaqar3024
@abdullahwaqar3024 4 ай бұрын
@@Amaankf at 30:00 asyncHandler function
@VineetSingh-fw9bn
@VineetSingh-fw9bn 3 ай бұрын
Thankful for this amazing course Hitesh, very insightful , helped me in my journey to become a Full stack developer, very greatfull 🙏🏻
@ParthCodeHub
@ParthCodeHub 7 ай бұрын
Best KZbin channel To learning All About Tech and aslo Hitesh Sir is 🔥 Thankyou sir for providing Such a Best resources 👏
@vaibhav8169
@vaibhav8169 Жыл бұрын
knowledge ki ganga to yahi se shuru hoti hai....🙏🙏🙏
@ranamujahid1549
@ranamujahid1549 Жыл бұрын
Ab tou sir din bhii ap kyy lecture se start hota haii sone se pehly Bhii ap ka lecture love from Pakistan ❤
@thebeastguy6925
@thebeastguy6925 7 ай бұрын
why didn't I find this gem in my 2nd or 3rd year I would be into one of the top companies ,guess it never too late ,thanks legend
@neplzbabu
@neplzbabu 7 ай бұрын
Bhaiya is the best tutor, full support from Nepal
@Zaid__1__9
@Zaid__1__9 5 ай бұрын
sir your teaching way is superb ❤
@aamirmalikAg
@aamirmalikAg Ай бұрын
00:08 100k nhi 504k while I'm watching. great Harry Bhai and Hitash Bhai are the greatest teachers on the youtube
@rizgamingvids
@rizgamingvids Жыл бұрын
Hi, I am Mohd Rizwan, Sir. Your teaching is absolutely great. It's so easy to understand even the hard coding concepts. Thanks for such contents. Love you
@animezone7721
@animezone7721 Жыл бұрын
Sir utility folder is very useful ...... It would provide us more important knowledge ... Thanks a lot SIR.......🤩🤩🤩🤩🤩
@Mayanksingh-18
@Mayanksingh-18 6 ай бұрын
literally i get addicted to the documentations and that's really helpful.
@Thinker-360
@Thinker-360 Жыл бұрын
Great video, i recently completed NodeJS from coding ninjas even though their course was great but they never went to this level of production grade. thank you sir
@ofcljaved
@ofcljaved Жыл бұрын
One of the best setup, I never enjoyed this much while setting up the project and also it's not easy on the first time so watch multiple times and read node documentation and learns the similarity working of asynchandler
@nitishofficial5147
@nitishofficial5147 Жыл бұрын
37:22 this is the timing when a goosebumps came and my heart says, yaar ek like, share and comment to banta hai iske liye.
@jaytamrakar8328
@jaytamrakar8328 Жыл бұрын
Maja aagya sir concepts dekh ke.. Itna detail me koi nhi pdhata hai
@chaiaurcode
@chaiaurcode Жыл бұрын
😁😁☕️
@mdprogrammer6146
@mdprogrammer6146 Жыл бұрын
I have never ever seen such detailed production grade video. 🤓🙌 Thank you so much Hitesh Sir.
@dhawlandrashrivastav
@dhawlandrashrivastav Жыл бұрын
This channel deserves more subscribers. I like each and every content and the way he teaches with fun
@chaiaurcode
@chaiaurcode Жыл бұрын
Thank you so much 😀
@dhawlandrashrivastav
@dhawlandrashrivastav Жыл бұрын
@@chaiaurcode Thanks sir for replying 🙂
@vanshikajain3021
@vanshikajain3021 3 ай бұрын
this series is literally worth it, must watch!!
@SaurabhSinghyadav-r4y
@SaurabhSinghyadav-r4y 3 ай бұрын
Bhai mujhe kuchh nhi samajh aa rha yaar....what should I do ?
@anonymousyt7725
@anonymousyt7725 3 ай бұрын
​@@SaurabhSinghyadav-r4y Pehle backend fullStackOpen se karo ya phir The Odin Project se, phir baad mein yeh playlist dekhna
@muzzammilhussain1344
@muzzammilhussain1344 Жыл бұрын
after watching this lecture, it feels like gaining good amount of knowledge...
@AmarjeetKumar-hx7mh
@AmarjeetKumar-hx7mh 26 күн бұрын
Thank you sir for explaining in most descriptive way
@Tech-kx4yc
@Tech-kx4yc 6 ай бұрын
Thank you so much, Sir. It was a tough lecture, but I will try to understand everything and if not able then u r here to help me and if possible I will post it to here.
@israrahmedjan4537
@israrahmedjan4537 Жыл бұрын
Very knowledgeable session as well as nice communication lectured thank you sir,
@poojalahane2584
@poojalahane2584 9 ай бұрын
THANK YOU SIR,... I AM ADDICTED YOUR WEBSERIES CHAI AUR JAVACRIPT BACKEND......... THANK YOU SO SO MUCH..........❤❤🙏🙏
@rahulparajuli6556
@rahulparajuli6556 Жыл бұрын
thanks for your series.. 🥰 No matter how many times I see it, It inspires me more and more. love from nepal
@Akanesp
@Akanesp 6 ай бұрын
Literally every second is worth investing in your channel sir.
@Amvflix7
@Amvflix7 Жыл бұрын
Your teaching style is just amazing ❤
@surajmaurya1515
@surajmaurya1515 8 ай бұрын
Thank You Sir for this amazing backend series. I appreciate your work.😊
@mustafazeb3750
@mustafazeb3750 3 ай бұрын
great series and i m doing day by day to improve my self
@PriyaSharma-v8u
@PriyaSharma-v8u 5 ай бұрын
Video chalu krne se pehle ek comment krdeti hu...i know i will learn something great from this video!
@rahulawasthi886
@rahulawasthi886 Жыл бұрын
Mind blowing code🤯🤯. Smoothly explained🤓 Have your juniors understood your code? Yes it's not my concern but.. The way you write code, I can say you are more than 80 years old😂
@Rohit_Rai901
@Rohit_Rai901 9 ай бұрын
One of the great Backend series I have seen :)
@vaibhavchopra5297
@vaibhavchopra5297 Жыл бұрын
Boht kuch seekh rha hu paji aape videos boht kaintt h ❤
@chaudharyvikrant2000
@chaudharyvikrant2000 7 ай бұрын
Best series on Backend to master your fundamentals and production standards practise 🎉🎉🎉
@saurabhjaykar1603
@saurabhjaykar1603 Жыл бұрын
Recognizing Hitesh Sir's role in #chaiaurcode #backenddevelopment is commendable. Being grateful to teachers like him who shape our learning journeys is valuable.
@developer_dhanji
@developer_dhanji 9 ай бұрын
best teacher in youtube , ab to sabko manana padega jo nahi manega usko jabaran manawa enge 😂😂😂😂😂😂😂😂😂😂😂😂
@K_EE_Koshal
@K_EE_Koshal Жыл бұрын
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.
@Khushi_Chauhan759
@Khushi_Chauhan759 4 ай бұрын
Thank you so much sir for Cristal clear explanation😊
@Ofcl-Javed
@Ofcl-Javed Жыл бұрын
24:25 two things that you should keep in mind when talking to database is that 1. Database is in another continent 2. Handle it with tryCatch to catch any error
@ermrityunjaykumarsingh6513
@ermrityunjaykumarsingh6513 Жыл бұрын
@hitesh I think we need a more explanation in this wrapper and functions and its basic to pro level - first without it and later with it and then showing its benefit to have more clarification . hope you will see this comment and resolve my concern . thanks in advance and one of admirer of your teaching .
@RameshChauhan-gp7pe
@RameshChauhan-gp7pe Ай бұрын
Valuable content ❤❤❤❤
User and video model with hooks and JWT
50:01
Chai aur Code
Рет қаралды 128 М.
Project Roasting with Founders - Coders ka Latent Show 🔥
2:25:33
Piyush Garg
Рет қаралды 129 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
How to handle Node.js errors like a Pro?
12:44
Software Developer Diaries
Рет қаралды 37 М.
JavaScript vs Node.js: Don’t Choose the Wrong Path!
7:28
LearnAIwithBibhu
Рет қаралды 602
How to connect database in MERN with debugging
40:53
Chai aur Code
Рет қаралды 174 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 914 М.
HTTP crash course | http Methods | http headers
24:19
Chai aur Code
Рет қаралды 141 М.
How to upload file in backend | Multer
38:21
Chai aur Code
Рет қаралды 147 М.
Logic building | Register controller
52:49
Chai aur Code
Рет қаралды 100 М.