Тёмный
Coding Mastery
Coding Mastery
Coding Mastery
Подписаться
Welcome to this RU-vid channel dedicated to web development technologies like JavaScript, React, and Node.js with MERN stack and Next.js!

This channel is designed to help developers of all levels to enhance their skills and stay updated on the latest trends and technologies in the world of web development.

The videos in this channel cover a range of topics related to JavaScript, React, and Node.js, including tutorials, code walkthroughs, tips and tricks, best practices, and much more. Whether you're a beginner or an experienced developer, our content is tailored to help you learn and grow.

So, if you're looking to enhance your skills in JavaScript, React, and Node.js with MERN stack and Next.js, our RU-vid channel is the perfect resource for you.

Subscribe now and join our community of passionate developers!
How To Debug Node.js Code - Easiest Way
4:46
5 месяцев назад
Комментарии
@Cloud9studio01
@Cloud9studio01 5 дней назад
pls what is the login details to test the application
@abdulkadermolla947
@abdulkadermolla947 6 дней назад
can you please share the github link
@codingmastery_dev
@codingmastery_dev 6 дней назад
It's not available publicly. You need to enroll in courses.yogeshchavan.dev/mern-stack-masterclass to access the source code
@rishiraj2548
@rishiraj2548 8 дней назад
😎👍🏻
@codingmastery_dev
@codingmastery_dev 8 дней назад
Glad you found it helpful. Thank you🙏
@saivutukuri-o3d
@saivutukuri-o3d 9 дней назад
Good explanation Please continue this video series
@codingmastery_dev
@codingmastery_dev 9 дней назад
You can check out all the videos of building this app from scratch in my webinar recordings here: courses.yogeshchavan.dev/all-courses-and-ebooks
@dontknow6451
@dontknow6451 10 дней назад
even after sign-in on dashboard page I get redirected to signin with warning in console :- can't render signin component when a user is already loggedIn. Please help me fix this.
@codingmastery_dev
@codingmastery_dev 10 дней назад
Make sure to add following environment variables in your .env.local file. NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/ NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/ instead of / you can use your own route to which you want to redirect after login for example /dashboard
@Devanshugoel
@Devanshugoel 27 дней назад
I am preparing for react js internship. Please tell me should I prepare for machine coding round and DSA?
@rishiraj2548
@rishiraj2548 27 дней назад
Good day greetings
@codingmastery_dev
@codingmastery_dev 27 дней назад
Thank you🙏
@im_vasista8831
@im_vasista8831 27 дней назад
🧤
@codingmastery_dev
@codingmastery_dev 27 дней назад
Thank you🙏
@parenteseswebdev
@parenteseswebdev Месяц назад
Would you know a problem that i have. I used tailwind cli to make a website using the stock install procedures. The website looks and functions fine in local vsc dev, but when i upload to server to the htdocs folder all the html files and the output.css, the styling isn't applied. Could you advise.
@codingmastery_dev
@codingmastery_dev Месяц назад
You need to make sure to create the output.css file first by building it on your local machine and use the same output.css in the index.html file. Also, make sure the tailwind.config.js file correctly points to the path of your index.html. So you need to change the content property to correctly point to the your index.html from correct folder like this: content: [ './public/**/*.html' ],
@RahulRaj-on8js
@RahulRaj-on8js Месяц назад
Great example and a very great explanation ❤, u r GOAT in react.😊
@codingmastery_dev
@codingmastery_dev Месяц назад
Glad to hear that. Thank you so much🙏
@rishiraj2548
@rishiraj2548 Месяц назад
🙂👍🏻
@4dev346
@4dev346 Месяц назад
do you have a github repo for this project?
@SriniVenkata-my4uw
@SriniVenkata-my4uw Месяц назад
Good video
@rishiraj2548
@rishiraj2548 Месяц назад
🙂👍🏻
@codingmastery_dev
@codingmastery_dev Месяц назад
Don’t forget to like 👍, share 🔗, and subscribe 🔔 for more such videos.
@rishiraj2548
@rishiraj2548 Месяц назад
🙂👍🏻
@joemathan6101
@joemathan6101 Месяц назад
Insightful. Awesome as always.
@codingmastery_dev
@codingmastery_dev Месяц назад
Glad to hear that. Thank you🙏
@rishiraj2548
@rishiraj2548 Месяц назад
🙂👍🏻
@codingmastery_dev
@codingmastery_dev Месяц назад
Glad you found it useful. Thank you🙏
@codingmastery_dev
@codingmastery_dev Месяц назад
If you found this video useful, Do like it and don't forget to subscribe to the channel.
@CassidyRush
@CassidyRush Месяц назад
Thank you for this tutorial. It really helped me get started using TypeScript with React
@codingmastery_dev
@codingmastery_dev Месяц назад
Glad to hear that. Thanks for watching🙏
@joemathan6101
@joemathan6101 Месяц назад
Awesome. Insightful. Need more related to interviews 🎉
@codingmastery_dev
@codingmastery_dev Месяц назад
Thank you. More videos coming soon👍
@4dev346
@4dev346 Месяц назад
did you do some customization on mongoDB? the api route only returns a value on development but in production, i get 504 error
@codingmastery_dev
@codingmastery_dev Месяц назад
@@4dev346 No, there is no customization done. 504 error indicates gateway timeout which means there is connection timeout issue with the database
@mahalingappabirajdar5285
@mahalingappabirajdar5285 Месяц назад
Your explanations are excellent, thanks for sharing
@codingmastery_dev
@codingmastery_dev Месяц назад
Glad to hear that. Thank you so much🙏
@rishiraj2548
@rishiraj2548 Месяц назад
🎉
@codingmastery_dev
@codingmastery_dev Месяц назад
Glad you found this video useful. Thank you🙏
@4dev346
@4dev346 Месяц назад
does this still works on next 14
@codingmastery_dev
@codingmastery_dev Месяц назад
Yes, it will work for Next 14 also
@4dev346
@4dev346 Месяц назад
​@@codingmastery_dev​thank you!
@4dev346
@4dev346 Месяц назад
@@codingmastery_dev did you do some customization on mongoDB? the route only returns a json when dealing with other api
@beautyhoarder
@beautyhoarder 2 месяца назад
This helped me fix my bug - thanks!
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Glad to hear that. Thank you🙏
@akinladetaiye6747
@akinladetaiye6747 2 месяца назад
Thanks. This was helpful
@codingmastery_dev
@codingmastery_dev 2 месяца назад
@@akinladetaiye6747 Glad to hear that. Thank you🙏
@syedibrahim6494
@syedibrahim6494 2 месяца назад
Awesome. Simple and great
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Thank you so much 🙏
@rir00
@rir00 2 месяца назад
Thank You man ! I have been stuck on it! U fixed !
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Glad you found it helpful. Thank you🙏
@joemathan6101
@joemathan6101 2 месяца назад
Awesome
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Thank you🙏
@rishiraj2548
@rishiraj2548 2 месяца назад
Thanks
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Glad you found it helpful. Do check the complete course to learn Tanstack Query In detail: courses.yogeshchavan.dev/build-library-management-system-using-react-shadcn-ui-supabase-and-react-query
@sdevaleem2530
@sdevaleem2530 2 месяца назад
thanks for sharing
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Glad you found it helpful. Do check the complete course to learn Tanstack Query In detail: courses.yogeshchavan.dev/build-library-management-system-using-react-shadcn-ui-supabase-and-react-query
@maharshichattopadhyay8355
@maharshichattopadhyay8355 2 месяца назад
this is a life saver man, thanks a ton, have been stuck on this for a while. There is another problem though, I am using this inside popover, so whenever I search something the box auto closes any idea why?
@codingmastery_dev
@codingmastery_dev 2 месяца назад
You can copy paste the content of command.jsx from the github repository code here:github.com/myogeshchavan97/shadcn-ui-dropdown/blob/master/src/components/ui/command.jsx to your command.jsx file and see If it works
@MalemnganbaTakhellambam
@MalemnganbaTakhellambam 2 месяца назад
Sir you deserve more views
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Thanks for the appreciation🙏
@rishiraj2548
@rishiraj2548 3 месяца назад
👍
@codingmastery_dev
@codingmastery_dev 3 месяца назад
Thank you🙏
@kartikkaushik4743
@kartikkaushik4743 3 месяца назад
Thanks for this great vedio
@codingmastery_dev
@codingmastery_dev 2 месяца назад
Glad you found it helpful. Thank you🙏
@kartikkaushik4743
@kartikkaushik4743 3 месяца назад
very much helpful vedio
@codingmastery_dev
@codingmastery_dev 3 месяца назад
Thank you🙏
@SAHILSHARMA-p6k
@SAHILSHARMA-p6k 3 месяца назад
kindly share the code repo
@codingmastery_dev
@codingmastery_dev 3 месяца назад
The source code is not public, it's only available for pro/lifetime subscription members which you can check here: courses.yogeshchavan.dev/all-courses-and-ebooks You can check the preview of the application here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pzHLYs-e3eI.html
@shiva-69
@shiva-69 3 месяца назад
Good work
@codingmastery_dev
@codingmastery_dev 3 месяца назад
Thank you🙏
@nihalahmad1145
@nihalahmad1145 3 месяца назад
Is it deployed somewhere ?
@codingmastery_dev
@codingmastery_dev 3 месяца назад
library-management-system-app.netlify.app. You can check out the complete application demo here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HHAr_NlsDFY.html
@dreamerb1
@dreamerb1 2 месяца назад
@@codingmastery_dev login credentials?
@rishiraj2548
@rishiraj2548 3 месяца назад
🙂👍🏻
@codingmastery_dev
@codingmastery_dev 3 месяца назад
Thank you🙏
@javedkhan0142
@javedkhan0142 3 месяца назад
Please upload full project video on youtube
@javedkhan0142
@javedkhan0142 3 месяца назад
Good, better and best project
@SantoshSharma-ge5pz
@SantoshSharma-ge5pz 3 месяца назад
Could you please share github url for this project
@codingmastery_dev
@codingmastery_dev 3 месяца назад
This application is from my React course so the source code is not publicly available, you need to enroll in the course to get access to the source code: courses.yogeshchavan.dev/learn-react-in-30-days
@pumpkin2228
@pumpkin2228 3 месяца назад
will you put the complete tutorial on youtube?
@codingmastery_dev
@codingmastery_dev 2 месяца назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pzHLYs-e3eI.html
@mahalingappabirajdar5285
@mahalingappabirajdar5285 3 месяца назад
Your explanations are very clear and easy to understand, thank you so much
@codingmastery_dev
@codingmastery_dev 3 месяца назад
Glad to hear that. Thank you so much🙏
@YoutCode0263
@YoutCode0263 3 месяца назад
Thank you so much , this is what i need for my bugs...
@codingmastery_dev
@codingmastery_dev 3 месяца назад
Glad you found it useful. Thank you🙏