A perfect video (playlist) for backend developers, it just teaches you so much and always keeps you in curiosity how things work behind the scenes.
@BhairavnathKarande Жыл бұрын
nice video thank you so much Sir 😍😍😍😍 00:03 Expect bugs in your code and debug it with attention 01:59 Using Postman for backend testing and sharing collections 06:03 Selecting and adding files in Postman for backend 08:03 Debugging and issue checking is important in backend development. 12:50 Using postman to upload and retrieve images in the backend 14:45 Automatically remove uploaded files for testing purposes 18:28 Issue of undefined property in JavaScript 20:17 Check if the request.data files have come and whether it is properly an array or not 23:58 Using Postman for backend development 25:32 Using Postman to create and organize collections 29:22 Using Postman for backend: Registering and sending requests 31:22 Using Postman for backend development allows for easy uploading and saving of files. 35:15 Fix all the bugs in the register controller 😍😍😍😍
@abhimanyupayasi Жыл бұрын
00:03 Expect bugs in your code and debug it with attention 01:59 Using Postman for backend testing and sharing collections 06:03 Selecting and adding files in Postman for backend 08:03 Debugging and issue checking is important in backend development. 12:50 Using postman to upload and retrieve images in the backend 14:45 Automatically remove uploaded files for testing purposes 18:28 Issue of undefined property in JavaScript 20:17 Check if the request.data files have come and whether it is properly an array or not 23:58 Using Postman for backend development 25:32 Using Postman to create and organize collections 29:22 Using Postman for backend: Registering and sending requests 31:22 Using Postman for backend development allows for easy uploading and saving of files. 35:15 Fix all the bugs in the register controller 😍😍😍😍
@techinfo4623 Жыл бұрын
do you know what theme he is using?
@ravishbisht502 Жыл бұрын
Mera to uploadOnCloudinary function me catch wala block chlra ha usi ko debug krr raha hu 2 ghante se😂
@RobinsonJohn-hy4br Жыл бұрын
@@techinfo4623 Chai Theme
@Tamanna-g1y Жыл бұрын
@@techinfo4623 chai theme--> on vs code
@rohitshrivastavdotcom Жыл бұрын
@@techinfo4623 chai theme
@vishal-shinde10 ай бұрын
great video. I am learning new things. in my previous backend project, I realise, I have done so many bad practices, now I will improve upon my old projects with newly learned practices.
@Eclipssed Жыл бұрын
Sir at 11:05, when you were facing an issue with fullName. Actually the issue was with the fullName spelling. You spelled it "fulName". Check it out.
@ExploreSciFi6 ай бұрын
bhai log mara system mei wo mongobd atlas aur cloudinary py upload ho rha hai laking mujy postmon mei mongodb server error dei rha hai keh rha hai localfield can't be empty string, jb ki mein sab de rha hou aur wo upload b ho rha ha.... plesae attention and help ????
@014_teevrabhandari46 ай бұрын
@@ExploreSciFi Getting 500 internal server error. Error: ENOENT: no such file or directory, unlink 'D:\Backend\ChaiBackend\public\temp\profileGithub.jpg' at uploadOnCloudinary (file:///D:/Backend/ChaiBackend/src/utils/cloudinary.js:22:12) at file:///D:/Backend/ChaiBackend/src/controllers/user.controllers.js:66:30 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
@universalgadgets3534 ай бұрын
Exactly
@alonegaming34242 ай бұрын
@@ExploreSciFi bro same problem here kuch solution mile toh plz batana
@iamprateek32202 ай бұрын
@@alonegaming3424 it could be due to the field names not matching in your request body and mongoose schema
@AvreetKaur-n6r10 ай бұрын
sir, you are way too good. This level of content on youtube is next to impossible to find, but you made it available to us for free. Really, thanks a lot sir.
@ramannagwan881211 ай бұрын
Initially I found difficulty in backend but now understand flow of code after watching these videos.
@ExploreSciFi6 ай бұрын
i am watching and practicing and understanding little bit 😢 😢
@Yamraj-se4hh4 ай бұрын
same here
@sharktanklover11 ай бұрын
ek akela channel jo aapko sabkuch professionally sikhata hai wo bhi free me thank you so much sir 💗
@ExploreSciFi6 ай бұрын
bhai log mara system mei wo mongobd atlas aur cloudinary py upload ho rha hai laking mujy postmon mei mongodb server error dei rha hai keh rha hai localfield can't be empty string, jb ki mein sab de rha hou aur wo upload b ho rha ha.... plesae attention and help ????
@sarowar-fd8ud Жыл бұрын
It's one of the best playlist. I enjoy very much. Your smiling face and talking style awesome and unique.
@arghya_0802 Жыл бұрын
Been on a problem for more than 2hrs, but finally debugged it myself. Initially, I didn't send the password while creating the user object. Earlier I used to panic a lot but due to Hitesh sir teaching and his continuous impetus on debugging, I don't fear errors anymore ❤❤
@sonukumarjalandara4 ай бұрын
my code throw an error : throw new error ApiError ( 409, "User already exists with this username ") can you help me
@arghya_08024 ай бұрын
Your database might contain duplicate records based on your key. I mean you might have set email as true and then using the same email again and again. Check for that
@chiraggupta6251Ай бұрын
@@sonukumarjalandara brother mera bhi same error he please help me agar tumhara resilve ho gye
@sonukumarjalandaraАй бұрын
@@chiraggupta6251 check your mongoDB data base See if user is created or not If yes that's why it shows it. Make a request with a different username or email, there will be no error 😊
@suhailchouhan6467 Жыл бұрын
Hello Hitesh Sir, I wanted to express my gratitude for the amazing content you've been providing. I recently began learning backend through your videos and it's been an incredible experience. 1. Regarding the code you mentioned at 20:33, there's a handy shorthand we can utilize to fix the error using optional chaining. By using the following line of code, we can resolve the issue: const coverImageLocalPath = res?.files?.coverImage?.[0]?.path This shorthand allows us to apply optional chaining on arrays as well. Once again, thank you for your guidance! 2. If a user is already exist then the temp file will not be removed as multer runs a middle ware and if a user already exist then we directly throw an error but not removing the files from the temp folder.
@sujeetrath96309 ай бұрын
can you share solution for 2nd point how can you delete the files if user exist
@adamyasharma_01357 ай бұрын
thanks for the chaining concept ,its way more convinient
@selfreflectionmotivation84216 ай бұрын
hii sir i'm pankaj sir maine chai aur code par backend ka series start kiya hai sir aapne isme coverImage upload cloudinary bata rahe the nahi ho raha tha par sir mere code direct chal rahe hai sir maine (const coverImageLocalPath = req.files?.coverImage[0]?.path) phir maine codition check bhi kiya sir phir bhi koi changing nahi mila but sir maine is code check laga diya maine (const coverImage = coverImageLocalPath ? await uploadonCloudinary(coverImageLocalPath) : null) sir mai bahut khush hu logic buliding ka matlab ye nahi ki aap kitne dsa ka question solve kara rahe hai iska matlab ye hota hai ki aap us code ko kis tarah se soch rahe hai i am very proud off you sir this chanel awesome 🙏
@ravishbisht502 Жыл бұрын
Its amazing series. Here i'm learning how professionally code works❤
@09khushbookumari4 Жыл бұрын
Initially I found difficulty in backend but now understand flow of code after watching these videos. 🧡❤
@nileshv123 Жыл бұрын
Hello Hitesh, you are doing a very great job. Keep it up..Always wanted to see a production grade professional code....You are making that happen....
@nishantbhalothia Жыл бұрын
Hitesh bhai ye course paid course se bhi bahot jyada superior h , thanks
@ravishbisht502 Жыл бұрын
I'm repeating watching videos and every time i repeat i get more confidence that i can build the same without seeing the code❤. I love this profession approach of setting up files. No words to thank you sir❤
@chaiaurcode Жыл бұрын
Glad you think so 😃🙏
@KARANKUMAR-bf9fl10 ай бұрын
@@chaiaurcodesir please help me to solve this error ,I faced this problem while setting postman, earlier all was fine 😢MongoServerError: E11000 duplicate key error collection: videotube.users index: userName_1 dup key: { userName: null } at InsertOneOperation.execute (C:\Users\SRI RAM KUMAR\Desktop\chai-backend ode_modules\mongodb\lib\operations\insert.js:48:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async executeOperationAsync (C:\Users\SRI RAM KUMAR\Desktop\chai-backend ode_modules\mongodb\lib\operations\execute_operation.js:106:16)
@ExploreSciFi6 ай бұрын
@@chaiaurcode bhai log mara system mei wo mongobd atlas aur cloudinary py upload ho rha hai laking mujy postmon mei mongodb server error dei rha hai keh rha hai localfield can't be empty string, jb ki mein sab de rha hou aur wo upload b ho rha ha.... plesae attention and help ????
@alonegaming34242 ай бұрын
@@ExploreSciFi @chaiaurcode can you look into this error
@travelingfordiscover213924 күн бұрын
@chaiaurcode sir mera image upload nhi ho pa rha hai cloudinary par postman se
@ChiragYadav-w1d10 ай бұрын
Ram Ram Sir G pata hi nhi tha ki postman ka use is tarah bhi kiya ja sakta hain lots and lots of thanks
@kratinsoni484011 ай бұрын
for all those who are getting avatar is required problem I resolved the issue by following steps 1. check the files path 2. do different console.logs and check where is the error 3. check the cloudinary func and compare it with sirs 4. you can also check your environment variables file mine error was in cloudinary func as i was writting v2.uploader.upload rather than i should have wrote cloudinary.uploader.upload thanks hope your error got resolved
@biketips133710 ай бұрын
my cloudiany return null how can fix?
@kratinsoni484010 ай бұрын
@@biketips1337 might be the local path is wrong
@shobitkhatri924210 ай бұрын
@@biketips1337 same here bro how can fix?
@ultimateintimater7 ай бұрын
could you share your code snippet
@EngineerWay6 ай бұрын
@@ultimateintimater brother have you fixed the issue?"share snippet"
@maninderkumarjassal6196 Жыл бұрын
Hello, Sir, there are several videos on backend on this plateform, but your videos stands out as the best. Most of the videos on youtube teach and show certain concepts of backend , but non have been avaible to link those concept with overall logic building for the backend. You hvave been doing a remarkable work sir, thanks a lot
@aadilkhannew Жыл бұрын
Ab to mai jab bhi youtube kholta hun to sabse pahle chai aur code ko check karta hun ki koi naya video aaya hai ki nahi , kabhi kabhi youtube notify nahi kar pata hai ya fir notification par dhyan nahi jata hai in cases.
@ExploreSciFi6 ай бұрын
bhai log mara system mei wo mongobd atlas aur cloudinary py upload ho rha hai laking mujy postmon mei mongodb server error dei rha hai keh rha hai localfield can't be empty string, jb ki mein sab de rha hou aur wo upload b ho rha ha.... plesae attention and help ????
@DeepakKumar-oz5ky10 ай бұрын
Thank u hitesh for providing us production level standard code or concept
@MuhammadAli-hh9td8 ай бұрын
sir meri pehli salary tu apko hi duga
@abcxyz-b3h3 ай бұрын
mili ki nahi
@Neha-qm6co2 ай бұрын
😂
@darkeye4513 күн бұрын
mujhe de de, tereko 5% refund dunga
@HamidRaza-tc1qs8 ай бұрын
00:03 Expect bugs in your code and debug it with attention 01:59 Using Postman for backend testing and sharing collections 06:03 Selecting and adding files in Postman for backend 08:03 Debugging and issue checking is important in backend development. 12:50 Using postman to upload and retrieve images in the backend 14:45 Automatically remove uploaded files for testing purposes 18:28 Issue of undefined property in JavaScript 20:17 Check if the request.data files have come and whether it is properly an array or not 23:58 Using Postman for backend development 25:32 Using Postman to create and organize collections 29:22 Using Postman for backend: Registering and sending requests 31:22 Using Postman for backend development allows for easy uploading and saving of files. 35:15 Fix all the bugs in the register controller
@CodeDaily365Days6 ай бұрын
sir is await ko na lagane ki wajah se mujhe 1 hour error ke saath await kardiya 😥😄😄
@jenilmangukiya525 Жыл бұрын
Great Video ❤ I have two Question 1 ) why are we passing two different status "201" in status Code and "200" in response body return res.status(201).json( new ApiResponse(200, createdUser, "User registered Successfully") ) 2) Why are we throwing error in response instead of error can we pass an response with error message? or we are going to build this in future?
@tipssedlife Жыл бұрын
1) both 200 and 201 indicates successfull responses Generally 200 ( OK ) status code is used for successful resquest. 201 ( created ) status code is used when the request is fulfilled and result in the creation of new response. These code are industry standards , but you can use any status code between 200 and 299. Sir, explained these things in HTTP headers crash course, please refer that. 2) Yes, you can pass an error with a response like : return res.status(400).json({ error : "error occurred"})
@meet2960 Жыл бұрын
Yes, i do have same doubt with the error message that we should use the res.status() and json() with the ApiError class to send our API error's as a response. Maybe it will be very helpful in Frontend side i guess. Correct me if i am wrong. Thankyou
@adityabharti18264 ай бұрын
such indepth content is hardly available anywhere . Loving this series sir
@Error404Codes Жыл бұрын
If we do not provide the any field property in the request body from the client, the code will proceed without error so i think it might be great to apply as if ([username, fullName, email, password].some(field =>field ===undefined || field?.trim() === "")) { throw new ApiError(400, "All field are required !!"); }
@lokehirl Жыл бұрын
thankyou bro for help, this was actually an issue, but I was unable to think about its solution.
@singhamita8 ай бұрын
This is purely high quality production level code wirting testing and debugging . Thanks for uploading such great content for free!!
@AbhishekChoudhary-p1h Жыл бұрын
I encountered two unexpected errors during my project, but I managed to resolve them. Sharing this in case it helps someone else: 1) When using the .env file for sensitive information like a secret key, I initially masked it using asterisks (***********). However, this caused an 'Invalid Signature' error. The fix was to ensure the secret key not in asterisks format. 2) I faced issues while setting up the MONGODB_URI. Adding the query parameters ?retryWrites=true&w=majority resulted in an error, preventing the creation of my database collection. Removing these parameters resolved the issue. Hope this insight saves someone else valuable time and frustration! Thank you for sharing your experiences.
@atharvarolkar62369 ай бұрын
Thank you bro. I was getting the Invalid Signature error. Go to see I have set the secret same as api key.
@utkarshkrishna.youtube Жыл бұрын
particularly iss video me bohot zyaada mazaa aaya sir
@chaiaurcode Жыл бұрын
😊☕️
@shubhamarya54328 ай бұрын
i already debug my code every times before your debuging...and also fixed bug that time....because of you sir.....thankyou so much sirr....
@sonukumarjalandara4 ай бұрын
throw new error ApiError ( 409, "User already exists with this username ") can you solve this error
@allyn3015 Жыл бұрын
I have used postman earlier to very basic testing but never had confidence to say Yes I know postman, but after this video I can say it very confidently. All thanks to you sir❤. Hope to meet you soon.❤
@InfiniteInsights-v7oАй бұрын
🥳The best
@ugyenofficial Жыл бұрын
watching at 3 am in the morning..writing code with chai is just a different feeling..thank yuou sir ji
@guptasagar6948 ай бұрын
Toh subah kya kar raha tha
@shubhammagotra4718Ай бұрын
one of best videos i have ever seen great and valuable content 🙌
@mauliingle8322 Жыл бұрын
sir almost i watched two to three time video again again.. and my confident build to make project without watching video.. just i follow the step.. also i am waiting for next video.
@ArunSingh-e2g5q9 ай бұрын
First message just for Hitesh Sir Gem, 8:45 same error(fullname->fullName) was with me also, keep doing keep growing sir , ❤❤❤❤❤❤❤❤❤
@Animesh.001 Жыл бұрын
#chaiaurcode sir I'm following you from javascript and react courses and I've learnt a lot from you. I want to complete whole backend series with you sir🙏.. lots of respect for your quality content and teaching style ❤❤❤🙏
@adarshjhaxiif-1289 Жыл бұрын
Thank you sir for all your efforts, I assure you if this project is entirely completed, this will be one of the most brilliant series on youtube, there is not a single creator explaining these complex concepts with such a simplicity and yeah with that cute smile 🥰 throughout the video. Thanks a lot sir.
@guptasagar6948 ай бұрын
Complete nahi hua...80% Khuud ko hi karna he
@devanand4269 Жыл бұрын
Thanks sir me ek dum comment nhi kr pata kuki job bhi sath me but me full support rkh rha hu...Continue rkhe bss aap iss series ko ❤
@itsdivanshugarg6 ай бұрын
sir I lovedd this video. it took me 3x time to complete this one. because i got so many errors of my own and their i went ahead to study about them and debugged all on my own, I also added a lot of checks on the password, email etc and taken care of some other cases like when user already exists then we need to unlink files from local in that case
@rakeshbhetariya Жыл бұрын
Ohhh God finally after more than 4 hours I solve one error but feel too good because I solve this error Once again thanks for starting this amazing backend series ❤
@arifsaleem-73778 ай бұрын
Its amazing series. Here i'm learning how professionally code works❤
@sarmadfaizan28105 ай бұрын
const coverImageLocalPath = req.files?.coverImage ? req.files?.coverImage[0]?.path : "" this thing work for me in empty coverImage. btw Thanks for this master playlist
@thenameispaashuАй бұрын
I was stuck in a error for 4 days and today it was solved, after looking at the entire file many times I found that I had written half the url in the env file, Such a proud moment ;)
@rajveerpandey5964Ай бұрын
Love your teaching style.
@manassingh916110 ай бұрын
Love the depth of this full free backend course
@haroonkiani-webdeveloper Жыл бұрын
Wonderfully registered user at the first attempt. Very excited. :D
@MHPavel-p3c10 ай бұрын
The knowledge of using Postman was fabulous
@aadilkhannew Жыл бұрын
Main itna khus hun ki mai apni khusi ko kaise jaahir karoon ki *Jo chij hame paid me bhi nahi milti hai hame yaha free me mil rahi hai* thank you to much sir ji *Dear Hitesh Chaudhary SIR ( CHAI AUR CODE )* ❤❤❤❤❤❤❤❤❤❤❤❤ Ager aapko mera comment accha laga ho thodi bhi. to please next video me mera bhi zikar to banta hai
@joywinbennis3567 Жыл бұрын
#chaiaurbackend #ChaiAurBackend #backenddevelopment. I cant wait to see hithesh sirs course 🤗
@dsouzaedson9 ай бұрын
I was so much excited to learn this lecture. I was like "First I'll learn this then I'll watch PBKS vs RCB" :)
@Neha-qm6co2 ай бұрын
Yes, sir mera bhi ./env nhi cla tha tb hi maine usko Google kiya or import ka tarika correct kiya tha!
@b5fw6jg7 Жыл бұрын
Great video as always. Thanks a lot for this effort. One thing missing in this Postman Topic is how to professionally document the APIs in Postmant. It is very important for better collaboration among the Backend Team and with Frontend Developers as well. So, please create a video about that too. Thank you again!
@Imtiaz-Ahmed-Real-Life2 ай бұрын
You are damn right sir. Sirf dekh k copy karney sey kuch nahi hota. I spent 4 hours today debugging the code written from my own hands. And most of them typo or missing schema.
@Rappat_Gaming2 ай бұрын
Thanks sir, for such a things teaching in free ❤
@selfstudytothepoint67058 ай бұрын
Sir. .. you r the best.. you make me speechless .. thank you so much..
@SarveshKumar-08 Жыл бұрын
Absolutely loved the tutorial on building logic and using Postman for backend development by Chai aur Code. Thank to Hitesh sir for the insightful content!
@yesstube6245 ай бұрын
Love from pakistan. best tutor in the world of development
@Aaodeenkytaraf8 ай бұрын
After a long time but ALHAMDULILLAH my code is running❤
@AmarjeetKumar-hx7mh11 күн бұрын
25:32 Using Postman to create and organize collections
@umesh97199 ай бұрын
Thank you sir ji
@SameerMalik-dm1sk Жыл бұрын
this is going to be amazing backend series. Thanks you sir
@Dev-Phantom9 ай бұрын
so interesting and helpful lecture. Thanks sir. God Bless you.
@RamdeepKesharwani2 ай бұрын
A perfect bindup for POSTMAN Fire bhai Fire
@shaheen163611 ай бұрын
feeling awesome after getting this amazing course. Thank You sir ❤
@developer_dhanji8 ай бұрын
i comment on this video 4 month before , becouse hitesh sir say if this video reach out ,,....number of comment so i will post next video , so i comment on this video 4 month before but watching / start this series from start before 10 days 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣 {{ ________thanks hitesh sir__________-- }} why for valueble content dene ke liye .......
@kumariradhagupta1984 Жыл бұрын
10:36 Spelling of fullname was wrong sir, not used double l 22:27 Alternative way is : req.files?.coverImage?.[0].path; Thankyou Sir, from bottom of my heart, will always have respect for you, for giving this kind of knowledge to us. The student will always remember you for changing there life and making corporate life easy.
@RishabKanaujia-f7y Жыл бұрын
exactly i was just about to type this
@sarkar4670 Жыл бұрын
Thanks ,finally found my bugs and fixed it also thanks you again very worthful content.
@explorewithsatish1208 Жыл бұрын
Hitesh Sir You are doing great job as start new channel with this and in specially Hindi and open source
@SanjayGupta-ze1uf Жыл бұрын
Sir, your content is truly remarkable. I am grateful for your expertise and guidance, sir.
@mohammadmahfuzrahmanАй бұрын
best playlist to learn backend
@tipssedlife Жыл бұрын
very well explained sir, eagerly waiting for the next video 🔥
@Dev-Phantom9 ай бұрын
25:22 - Important to know postman part starts here. production level
@Neha-qm6co2 ай бұрын
Hnji kaise h aap sabhi , swagat hai aap sabhi ka chai aur code me 😁
@aspirant70505 ай бұрын
thank you sir for sharing about postman production things
@_AshishMalaviya Жыл бұрын
Great Backend series Sir Thank you🙏
@farhanamir8669Ай бұрын
love from heart sir... give us more content
@lalitsingh-de1md4 ай бұрын
thanks and love you sir for your valuable content💖💖☕☕
@adnanashraf6438 Жыл бұрын
amazing series sir...lots of love sir......
@mycollegeLife.3 ай бұрын
If anyone is facing environment variable loading issue while uploading to cloudinary then make sure you use this script and don't forget to add -r in the scripts I keep forgetting and facing this issue : : "script": { "dev": "nodemon -r dotenv/config --experimental-json-modules src/index.js" }
@sahilthummar823710 ай бұрын
Hello hitesh sir ek question he mere ki every file ke import me .js likhna padta he aur iske bina error aata he iska solution batao sir
@ajspot5429 Жыл бұрын
fulName ki spell mistake thi sir when you rewrite you add that L -> fullName great sir learn a lot thanks
@Atul_254 ай бұрын
Bhut in depth series h. Aaj mere ek friend ne jab bataya tab pata chala 🫡
@subhendudey1786 Жыл бұрын
Daily consistent 1 video is a good schedule
@Satish-xo6gt7 ай бұрын
Great learnings sirji!!
@manpreetjord18857 ай бұрын
27:00 setting postman environment and collections
@sksamidul385010 ай бұрын
35:30 sir ,is user already exist it throw error but multer save images in temp (coz multer middleware run before user controller). So we need to unlink them in if condition of existedUser manually ☕
@mohitkene8001Ай бұрын
thanku
@aniksaha810810 ай бұрын
Toooo much knowledge, Love you Sir
@saketkumar5227 Жыл бұрын
this content is great , loved while reading so many new concepts
@SumedhShewale-x3w10 ай бұрын
25:20 - postman configuration
@aryankaushik9206 Жыл бұрын
Loving the series sir Now learning react seeing this loved it sir please keep it up Also interested like this deep content
@nikhilanandagoswami9220 Жыл бұрын
amazing series sir...lots of love sir...........
@Khedhar108 Жыл бұрын
_id : BSON data use form data option in postman while posting files raw and json format is choosed only for text :: "04:25" remove file synchornously when uploaded successfully and in case of error : "14:18" fs.unlinkSync(localfilepath) req.files "16:42" postman collection : "25:30" postman environment : "28:10"
@saksham_1612 Жыл бұрын
Amazing video but may be its bit overwhelming for beginners but still you did an incredible job
@meraqsam-kashi7 ай бұрын
hi sir men ney app ki sari series dekhi hy but is vidio py a ky ye error a jata fields.forEach is not a function jab postman sey data send krty hen how i resolve
@aashishkathait499411 ай бұрын
i am doing this complete project is typescript, although it it is more time than usaul but i am staring to see the fruits of my labour when im not getting those annoying undefined error 😌.