15mins into this course and I was able to solve a problem in my portfolio website. Thank you so much Mosh. Please all learners ensure disable ads blockers, don't skip ads. When ads plays, see it as break time and quickly go review whatever you have learnt.
I love your explanation style and speed. This is really helpful to code along and get the feel of how to think like an engineer. More like these would be amazing; different stacks, different projects. Criminally under-rated content.
man love the tutorials. Only thing I could even say is that explaining a little bit more on why we are doing some of things would be useful, example being, we import react-hook-form controller, maybe tell us a small bit about what that does. Most of the time you are good a breaking things down, just saying a little more expansion would be the cherry on top. There are other situations where for an intermediate dev, it would be useful. Hope that makes sense for future videos
for anyone having issues around 53:00 , add important to the end of the line of css in the theme-config ; --default-font-family: var(--font-inter) !important;
@@gustavduckert7075 bro in css we have a a concept called specificity that means how should style be applied for a particular element in html. for example if you have two css files and you linked the both css files to your html code then the second css file that you have linked wiill override the classes of your first css file ( it only overrides when your classes match with classnames in html file) . basically important! have highest specificity in css so it overrides any classnames,other css files and applies the style for the element of html
OMG! Glad I'm not the only one that spent way too much time on this then should have. He also applies the class to the body tag, but radix-ui clearly shows it in the head... so went back and forth trying to understand why that would matter. You saved my brain!
Thanks Mosh. Back when I was starting out, your python tutorial helped me immensely. Now again, you have rescued me from weeks of agonizing pain, lol. Thanks once again.
Hi Mosh, I'm a big fan of your channel and have learned a lot from your tutorials. I wanted to kindly request if you could create a beginner's tutorial series for Golang. I'm really interested in learning the language, and I believe your teaching style would make the learning experience enjoyable. Thank you for considering my suggestion, and keep up the amazing work
You are the best teacher, brilliant, but there is always one thing missing from the courses: Tests. We cannot create a professional application without testing. Whether regression, unitary, integrations or end to end. Thanks for your awesome work 🎉
Mosh has helped me a lot on my software engineering journey since discovering him in February this year. Today, I'm able to build Django APIs, web apps, and Python scripts for everyday tasks and his courses have been very instrumental in helping me get to this level.
I have been off track for a year now and forget everything I learned. Once again I'm thinking about starting over with this course, with Mosh's course..
"Hi there! I've been exploring Next.js and I'm really interested in creating an inventory management system with it. It's a crucial project, and I believe a tutorial from your channel would be incredibly insightful and valuable. Could you please consider sharing your expertise on this topic? Your tutorials are always well-explained and appreciated."
Hello, Mosh. Your content is really good. I really like your narrative style and I wanted to buy the Next.js series but it seemed expensive. Do you plan to share this content on Udemy?
Hi Mosh, After 2nd part I've watching course Next.js, I grasp: 1) use "Prisma" for DB creation and interact with it 2) use "zod" for DB data validation 3) use "Daisy UI' in touch with Tailwind for styling 4) use "Radix UI" for user controls (such as textbox, label etc.) and styling them 5) use "React hook form" library for handling user forms 6) use "axios" for handling (operate) client request to server .... I can miss 1 or 2 tools but not more. I can mistake purpose of some of them (fix me) but... WHERE IS Next.js HERE?!
is there going to be another part making it so users can log in, see their issues, stuff like that or is this the end of this project? really enjoyed it, great job
❤I enjoyed your videos! Do you have any plans to create a tutorial on building an inventory management system using Next.js? Your tutorials are fantastic, and I'd love to see one on this topic! I also want to include some Python and machine learning, as well as utilize free APIs for data integration.
One more thing, make a small video that how to deploy node express to GCP, AWS and Azure by using docker and NGINX plus user database server from any service to connect with node express project and it should be run fastly every time not give response slower
Mosh thank you! You brush me up I really loves the course nextjs part 1 particularly on setting up search params, prisma, and next auth. 😊. One thing I want your advice is after I finished the nextjs series. I would like to learn your Design Pattern. Could I learn your design pattern course even though my primary language would be use is javascript? Please help me what requisite I need to do before taking that course
That's like doing DSA in JS🤦♂ Anyways, if you aren't going to do Design Patterns in C++ [or some would say Java, C# or Python], then don't bother too much about it. Design Patterns have their strength when coupled with OOP.
This code fails static pre-rendering and will fail to actually deploy anywhere. The issue is with the SimpleMDE, it is attempting to access a 'navigator' resource on the server and it needs to be dynamically imported and put into a variable so that it doesn't fail to static-prerender.
Mosh when you see all theses innovations in the JS community and React/Next and all the rest do you feel C++/C#/JAVA/PHP/PERL will never catchup in term of popularity or web development ? they will become second citizen programming language or more niche ?
the only suggestion i'd suggest you to please make full stack app that uses the servers like express primsa but on the backend so that we can have the full idea
The link you use for prisma code (Best practice for instantiating PrismaClient with Next.js min 40:32) does not exist anymore. Please update your video instructions to reflect this.
I'm having problem with setting the default Font to Inter. Followed all the steps but default family is still apple-system. From the console we can see that .radix-themes we have set in theme-config.css are getting overridden by the .radix-themes values, and therefor default font family is not being set to Inter. Is there a better way to enforce the use of the Inter, without adding the !important ? Also creating our own isSubmitting state is not needed...you can use isSubmitting from the formState.
I am a beginner with mysql. when I tried to add mysql data source in DataGrip it showing the error 'issue-tracker' database not found. How can I solve this issue?
🚀Want to master Next.js?
- Check out my full Next.js course: bit.ly/nextjs-series
- Subscribe for more videos like this: goo.gl/6PYaGF
اگه ایران باشیم از کجا ببینیم؟
from Russia I can't purchase ((( But have full code in github, thank you so much for your wonderful tutorial! :-))
where I get the first part of the video
15mins into this course and I was able to solve a problem in my portfolio website. Thank you so much Mosh. Please all learners ensure disable ads blockers, don't skip ads. When ads plays, see it as break time and quickly go review whatever you have learnt.
We downloaded this video and are watching offline)))))
My kinda guy 👍👍@@xaosland
You have made huge impact in my journey as a developer. Glad to see you progressing.
I love your explanation style and speed. This is really helpful to code along and get the feel of how to think like an engineer. More like these would be amazing; different stacks, different projects. Criminally under-rated content.
Great content as always.
Never disappointed when I watch a Mosh video.
man love the tutorials. Only thing I could even say is that explaining a little bit more on why we are doing some of things would be useful, example being, we import react-hook-form controller, maybe tell us a small bit about what that does. Most of the time you are good a breaking things down, just saying a little more expansion would be the cherry on top.
There are other situations where for an intermediate dev, it would be useful. Hope that makes sense for future videos
for anyone having issues around 53:00 , add important to the end of the line of css in the theme-config ; --default-font-family: var(--font-inter) !important;
thanks dude, you've saved the world today :D
thanks bro
Thanks, why is this necessary? and what does the important! do?
@@gustavduckert7075 bro in css we have a a concept called specificity that means how should style be applied for a particular element in html. for example if you have two css files and you linked the both css files to your html code then the second css file that you have linked wiill override the classes of your first css file ( it only overrides when your classes match with classnames in html file) . basically important! have highest specificity in css so it overrides any classnames,other css files and applies the style for the element of html
OMG! Glad I'm not the only one that spent way too much time on this then should have. He also applies the class to the body tag, but radix-ui clearly shows it in the head... so went back and forth trying to understand why that would matter. You saved my brain!
Thanks Mosh. Back when I was starting out, your python tutorial helped me immensely. Now again, you have rescued me from weeks of agonizing pain, lol. Thanks once again.
Mosh, you are the best teacher.
I can't express how much I have learned from you! Thanks for the hard and smart work.
Thank you, your tutorials helps me to to get my job and work with real projects.
You are the best, because of you I got an amazing job. Thank you for such great content sir.
IVE TAUGHT MYSELF ALOT THROUGH YOUR VIDEOS
I LOVE YOU BROO!! THIS GUIDE IS SO PERFECT AND ALL YOUR CONTENTS!! PLEASE DO MORE CONTENTSS!!
You are the best teacher ever 😊
Mosh is master at teaching, no other youtuber can compare
Bro's rolling out tutorials for every JS framework. Wow.
Hi Mosh, I'm a big fan of your channel and have learned a lot from your tutorials. I wanted to kindly request if you could create a beginner's tutorial series for Golang. I'm really interested in learning the language, and I believe your teaching style would make the learning experience enjoyable. Thank you for considering my suggestion, and keep up the amazing work
I have completed already. It's Awesome course ever i have seen on this earth... thank you so much.mosh
what a beautiful project, i love out of the box ideas projects
Whenever I fell depressed due to my IIT preparation , I remember that I have Mosh's courses
You are the best teacher, brilliant, but there is always one thing missing from the courses: Tests.
We cannot create a professional application without testing. Whether regression, unitary, integrations or end to end.
Thanks for your awesome work 🎉
I’m actually working on a separate course on testing.
@@programmingwithmosh oh thanks 🙏 awesome 😎
great tutorial, please continue making more such project tutorials. Thank you Mosh
I love your leactire and way of teaching
You are amazing Mosh! Thanks for your great courses. 🙏💯
Mosh has helped me a lot on my software engineering journey since discovering him in February this year. Today, I'm able to build Django APIs, web apps, and Python scripts for everyday tasks and his courses have been very instrumental in helping me get to this level.
many thanks, dear Hamedani ❤
I have been off track for a year now and forget everything I learned.
Once again I'm thinking about starting over with this course, with Mosh's course..
Great Teacher. Take my love Mosh
can you create next js authentication lesson. you are the best teacher.
Next up drizzle ORM would be a great option to build with 🎉
Thank you so much for sharing your experience and knowledge, Sir.
really want more like this!
Awesome tutorials really love it thankyou mosh
When I saw the part 2 is here....I am like lets finish 1st part quickly
can you share the link please, i also want to finish 1st part, thanks in advance
Very good tuto, we wait for the next part, thnx
can't wait for it!!!!
"Hi there! I've been exploring Next.js and I'm really interested in creating an inventory management system with it. It's a crucial project, and I believe a tutorial from your channel would be incredibly insightful and valuable. Could you please consider sharing your expertise on this topic? Your tutorials are always well-explained and appreciated."
you should apply the concepts to develop inventory management system
As men we don't say much, so much appreciated.
Awesome... My love for you grows each day master
I really enjoy this video, thank you so much
Mosh you're the best ❤️
Thanks
Hi Mosh
What are the software you use for your tutorial videos.
I so much love your presentations.
Hello, Mosh. Your content is really good. I really like your narrative style and I wanted to buy the Next.js series but it seemed expensive. Do you plan to share this content on Udemy?
this instructor seems nice
Great video u made with mysql there is no video like that on next js with mysql
please make a course on PHP and Laravel framework
Nice tutorial
Hi Mosh,
After 2nd part I've watching course Next.js, I grasp:
1) use "Prisma" for DB creation and interact with it
2) use "zod" for DB data validation
3) use "Daisy UI' in touch with Tailwind for styling
4) use "Radix UI" for user controls (such as textbox, label etc.) and styling them
5) use "React hook form" library for handling user forms
6) use "axios" for handling (operate) client request to server
....
I can miss 1 or 2 tools but not more. I can mistake purpose of some of them (fix me) but...
WHERE IS Next.js HERE?!
Plz a series on next with mysql ecom project
This has been one of the best time investments I have had over the weekend☺☺. Thanks Mosh.
Excellent ! Best of the best!
is there going to be another part making it so users can log in, see their issues, stuff like that or is this the end of this project? really enjoyed it, great job
Preparing my 🍿. 😊
THANK YOU for the video... You gained a new subscriber... by the way, do you have a discord channel?
Thank you Mosh, your teaching style is pedagogy. Please let me know about course and course contain. Redux is also available ?
Hi Mosh I am facing challenges in editing the layout.tsx on this tutorial
When Will be the next part of this Application Tutorial will be posted ???
❤I enjoyed your videos! Do you have any plans to create a tutorial on building an inventory management system using Next.js? Your tutorials are fantastic, and I'd love to see one on this topic! I also want to include some Python and machine learning, as well as utilize free APIs for data integration.
When are you creating the database? Or does prisma do it for you?
One more thing, make a small video that how to deploy node express to GCP, AWS and Azure by using docker and NGINX plus user database server from any service to connect with node express project and it should be run fastly every time not give response slower
Mosh thank you!
You brush me up I really loves the course nextjs part 1 particularly on setting up search params, prisma, and next auth. 😊.
One thing I want your advice is after I finished the nextjs series. I would like to learn your Design Pattern. Could I learn your design pattern course even though my primary language would be use is javascript?
Please help me what requisite I need to do before taking that course
That's like doing DSA in JS🤦♂
Anyways, if you aren't going to do Design Patterns in C++ [or some would say Java, C# or Python], then don't bother too much about it.
Design Patterns have their strength when coupled with OOP.
Mosh sir please give me the idea for a final year project in web based domain. Your help is a lot to me. ❤
Mosh is great !
mosh you are awesome
Hi Mosh, can you please make video how to use Astro 3.0 in generally
Is datagrip necessary for this? Can i exercise the same result without using datagrip?
This code fails static pre-rendering and will fail to actually deploy anywhere.
The issue is with the SimpleMDE, it is attempting to access a 'navigator' resource on the server and it needs to be dynamically imported and put into a variable so that it doesn't fail to static-prerender.
@programmingwithmosh When will you release the NextJS 14 course? I currently pay the monthly subscription, Thank you for your contributions!
sir please tell that which software you use for screen recording
We love you mosh
Iran
WE WAITIN
Can’t wait 😮
Why are you not using the isSubmitting from react-hook-form formState ?
Hey mosh, a friend of mine recommended your courses to me. Will there be a special offer this year? I'm just waiting for it so I can join 😊
When is the next part coming of this video?
Can't wait!!!!
Mosh when you see all theses innovations in the JS community and React/Next and all the rest do you feel C++/C#/JAVA/PHP/PERL will never catchup in term of popularity or web development ? they will become second citizen programming language or more niche ?
I can't override Radix theme default font family, seems that Radix repo having an issue with that
Hi Mosh, would you please tell me which theme you are using in the VSCODE
the only suggestion i'd suggest you to please make full stack app that uses the servers like express primsa but on the backend so that we can have the full idea
With Next.js you don’t need Express anymore. That’s the whole point!
@@programmingwithmoshwow
I guess this is not the complete course? or for that I need to join your course... please clarify that
You forgot MySQL in the title. Hardly anyone is doing full stack with a DB. Thanks!
The link you use for prisma code (Best practice for instantiating PrismaClient with Next.js min 40:32) does not exist anymore. Please update your video instructions to reflect this.
I'm having problem with setting the default Font to Inter. Followed all the steps but default family is still apple-system.
From the console we can see that .radix-themes we have set in theme-config.css are getting overridden by the .radix-themes values, and therefor default font family is not being set to Inter.
Is there a better way to enforce the use of the Inter, without adding the !important ?
Also creating our own isSubmitting state is not needed...you can use isSubmitting from the formState.
I'm having the exact problem. Not sure why.
same, fuk this tutorial, btw how to apply !important?
.radix-themes {
--default-font-family: var(--font-inter) !important;
} works for me
Mosh when will you bring Android App of Mosh ??!
دمت گرم , عالیه
Thank you sooooooooooo much
can you do a frontend project like an ecommerce store , thanks
where is the next part of the application where Auth and Dashboard etc is developed ?
is using locally now but when goona deploy then how goona prisma gonna work and we are goona unable to deploy the project
What are the limitations of using Nextjs as a backend instead of using Express or Nest.js ?
Is this course still relevant with nextjs15?
I am a beginner with mysql. when I tried to add mysql data source in DataGrip it showing the error 'issue-tracker' database not found. How can I solve this issue?
Hi, can you please make a video on, how to create the same effect as daisyUI website.
Can you make a video on how to implement google AdSense on next js 13 without losing SSR?
sir issue tracker project part 2 ?
There is play list for frome were i start to learn web developer ?
Where is the remaining part of the video?