I started my web development journey by self-learning, and your channel was one of the most important sources of knowledge available to me. Today, I am proud to say that I have been working as a software developer for half a year already, and the skills and experience that got me to where I am right now were acquired here. Thank you very much, and keep up the good work!
I watch your Videos and 1.5 Speed and Enjoy finding new Errors and ways to resolve, when I do not catch some lines or fill in rows... All good StackOverflow is always helping!. Also, I like you always drop some features at 50% to annoy us and finish them 100%, making me work on the project for 3 days more. Keep Making Courses and see you at the next one!
I have just started learning web scraping, and this video is the most helpful one I’ve come across so far. I am incredibly grateful to the author for explaining everything step by step, without any hidden aspects, in a way that is clear and easy to understand. The idea of the application itself is very useful and practical, which made watching all four hours fascinating. I especially appreciated the breakdown of troubleshooting potential errors that may arise while working on any application, as well as the demonstration of the development process-from designing the interface to deployment.👏
We must share the content much more JSM community because Adrian and his team deserve that 1 M before the end of this year. Thanks a lot for your contents!
What do you think about this chanel teachers, I want you all know about it. Like the content as I like the content on your chanels: @WebDevSimplified @ByteGrad @cosdensolutions @jherr @KevinPowell @t3dotgg @Fireship @codinginflow @DevTalles @FaztTech @NetNinja @KentCDodds-vids @diegoveloper @ProgramWithErik @clem @lamadev
This channel is quickly becoming the most up to date, and on point resource for developers on the net. Well done sir. Been following you for a year now, and I am continually impressed by how much value you produce.
lol i wish i can just keeping clicking the like button of this video course over a million times love you bro Antonio your the best your course always stands out deferent
Just following your tutorial - great ideas and nicely explained. One thing though as I am surprised you still haven't figured out dynamic tailwind utility classes yet! You cannot create a dynamic utility class from a template literal, you must explicitly list the full class name in some text somewhere (even comments) so the tailwind scanner can pick it up. So 'className=`border-${color-param}`' does not work. Instead in the component say 'className=`${border-color-param)`' and when using the component pass 'border-color-param="border-red-500"' or whatever you need. Tailwind scanner sees the utility class name and includes it even though it is not in an explicit class context! Sorry for boring you if you already knew that!!
Homework done 🎉🎉🎉 I successfully scraped reviews, stars and category data by following your tutorial. You are the best mentor of my life. Learned so much from your tutorials🤩🤩🤩
Thanks for posting Next.JS video. These days I've been left from JS due to I've been keeping me busy. Now this time I can make time to learn a new skills so I'm planing to learn NextJS deeply.
This is very helpful. I never had the opportunity to learn web scraping the easy way, in fact I had to learn python for it. But now I can do it thanks to you.
This is best project video i have ever seen on internet but i dont understand why no one has commented that the email functionality is not working in this project.
Wow, I've been thinking about making my own wbsite to track the prices I needed but couldn't get to scraping, because I didn't know where to start. And here you are launching a scraping course! Amazing timing 🙂
How am I supposed to focus on the NextJs ultimate DEVoverflow course when you keep on pumping out awesome content like this 😭 I’m like 3 projects behind 🥵
I wanted to extend my heartfelt thanks for your assistance with web scraping. Your expertise and willingness to share knowledge have been instrumental in my learning journey. Much appreciated.
Wow! This is similar if not exactly what I was thinking about doing earlier! Except for me, I was planning to make a program where I take a picture of my receipts and the program would then look at each item and what i bought it for and check to see if I got the best deals or not. So it's more of a seeing if you messed up sort of thing xD
What an amazing, interesting, and educational way to grab our attention! I got hooked to the content in the first few seconds. I truly enjoyed the crash course in the beginning. I would recommend explaining the business needs or reasons for certain tech implementations.
Hey I think your speed is good. When you do UI you speed up a lot and I watch at 0.5x but that allows me to see that this is a 4hr video, which gives my some assurance that this can be completed!
@creaky2436yeah you right since layoffs, major freelancing platform like upwork also get hit as well! I was a top rates plus developer 2 years ago. Now getting an job or freelance is really hard to get. I don’t know it’s due to the massive usage of ai these days. But let me tell you , i have see some experienced developer portfolio, i have see this kind of creative portfolio. All i see is normal project using payment or real time feature, but not like this.
I got lost installing NodeJS and NPM which tripped me up from the get go. Granted the outcome must be amazing, but the use of these powershell/command line applications is a major FAFF!! When I'm installing a piece of software for Windows, I expect it to run in Windows. That's not Windows, DOS the underlying operating system, was replaced by Windows as a user interface, decades ago. COBOL get compiled into Assembler before it's assembled into machine code, but find me someone who codes Assembler. Please, let me know when you come up with a script that runs in Windows and installs these utilities without my involvement. Then I'll be impressed.
Gotta do this everyday for work, mostly just using httpclient, mimicking post requests bodies to do many things and suddenly I feel like doing this course too, dafuq Adrian has in his voice that just seduces us to learn along mygosh hahaha
I think I've figured out the magic of Adrian and the JSM team...they are wizards😄. Never cease to amaze us my friend. Thanks for this post! I normally use puppeteer and selenium so I have to check this out. Cheers to JSM!
Adrian, you are the best teacher! Your channel is very interesting and your way of explaining is exactly what I was looking for. Thank you so much for sharing your skills and knowledge!
small correction, on mac the keyboard shortcut for importing modules is CMD+. I love your tutorials. I was able to deploy a quick app the first time i tried learning NextJS using your tutorials. Thank you so much
Best web scraping video till date. How to start with open source and system design ? 🤔 Do companies accept Javascript for data structures and algorithm?
Once again Adrian and his team bestows on us digital superpowers. At this point we should create an app that takes a screenshot each time adrian says " ...with that said." 🤔
@JSMastry brother don't you thing the application could have made much more sense if instead of putting product link we could just put product name and boom it searches most of popular websites for the product and scrap all the relevant data. I know one can try to implement that all by ownself, but that could have been much much better UX for the sample ap that you build in this video. Btw its amazing work as usual from you.... GREAT GOING MAN!! 👍
Thank you so much for providing this course, and I truly appreciate your hard work Adrian. On a related note, I'd love to see another course on building React Native app when you have the chance.
I really love your content and you made the life easier for us by bringing such a helpful content, as I always want to collect data from amazon manually or use tools to scrap those data which is costly but know I can build one of my own tools
There you are again, with one more great video. Thank you for this great video, it is easy and understandable for any, and makes anyone want to learn more of React. Web Scrapping is a very important and powerful technique that many huge firms use for their business, and it's familiarity has kindof been decreasing a bit due to all the rising frameworks. Thanks again for making such an intuitive video.
Amazing Project! Thank you very much for making project-based learning to be so easy. Unfortunately, I don't know Next.js yet, and tried to do it with react on vite. Everything was fine until 1:18:40. I have the same Network Error with axios. How can I solve it using vite configurations?
Please teach some more complicated things like ..dockerization , k8s , deploying on AWS , gRPC or graphQL . Having a good knowledge about all these devOps things gives confidence to propose to some open source organisations . Hope we get a video on that very soon..❤❤❤❤
Can you please also make a video on Git Command Deep Down like how to write comiit message in professional way like below feat: your commit message, fix: your commit message, refactor: your commit message Adavance command like git cherry pick, git rebase git merge --no-ff What is difference between merge and rebase How to edit last comit How to edit middle/specific comit if we have multiple Also some advance topic which we don't know etc... Thanks
I started my web development journey by self-learning, and your channel was one of the most important sources of knowledge available to me. Today, I am proud to say that I have been working as a software developer for half a year already, and the skills and experience that got me to where I am right now were acquired here. Thank you very much, and keep up the good work!
That's so amazing, congrats!
i hope i ll like you someday
Can i connect with u
/?
Just made the exact same thing as a SaaS in Django. Cool that you made it in Next Js too
Cool!
I watch your Videos and 1.5 Speed and Enjoy finding new Errors and ways to resolve, when I do not catch some lines or fill in rows... All good StackOverflow is always helping!. Also, I like you always drop some features at 50% to annoy us and finish them 100%, making me work on the project for 3 days more. Keep Making Courses and see you at the next one!
There he is, the man of the hour. Thank you so much Adrian for sharing such valuable content with all of us.
More to come!
I have just started learning web scraping, and this video is the most helpful one I’ve come across so far. I am incredibly grateful to the author for explaining everything step by step, without any hidden aspects, in a way that is clear and easy to understand. The idea of the application itself is very useful and practical, which made watching all four hours fascinating. I especially appreciated the breakdown of troubleshooting potential errors that may arise while working on any application, as well as the demonstration of the development process-from designing the interface to deployment.👏
We must share the content much more JSM community because Adrian and his team deserve that 1 M before the end of this year. Thanks a lot for your contents!
You're the best!
Great. Thanks for such great value. Looking for more Saas development tutorials
on it !!!
What do you think about this chanel teachers, I want you all know about it. Like the content as I like the content on your chanels: @WebDevSimplified @ByteGrad @cosdensolutions @jherr @KevinPowell @t3dotgg @Fireship @codinginflow @DevTalles @FaztTech @NetNinja @KentCDodds-vids @diegoveloper @ProgramWithErik @clem @lamadev
this is not working, trying another approach then
This channel is quickly becoming the most up to date, and on point resource for developers on the net. Well done sir. Been following you for a year now, and I am continually impressed by how much value you produce.
it's crazy because they sell you a course, then a masterclass then a bootcamp that costs 9k 💀
I just learned how to create a web crawler and was interested in web scraping and here you are with the full course Thanks man you are the best
Appreciate it so much!
I appreciate the amount of time you spend to put out free content like this. You'll never know how much I've learnt from you.
I'm so happy to hear that!
This brother has the best React and JavaScript tutorial on TH-cam. Always structured in his approach to let others understand and put into practice.
lol i wish i can just keeping clicking the like button of this video course over a million times love you bro Antonio your the best your course always stands out deferent
Thanks!
Just following your tutorial - great ideas and nicely explained. One thing though as I am surprised you still haven't figured out dynamic tailwind utility classes yet! You cannot create a dynamic utility class from a template literal, you must explicitly list the full class name in some text somewhere (even comments) so the tailwind scanner can pick it up. So 'className=`border-${color-param}`' does not work. Instead in the component say 'className=`${border-color-param)`' and when using the component pass 'border-color-param="border-red-500"' or whatever you need. Tailwind scanner sees the utility class name and includes it even though it is not in an explicit class context! Sorry for boring you if you already knew that!!
Homework done 🎉🎉🎉
I successfully scraped reviews, stars and category data by following your tutorial.
You are the best mentor of my life. Learned so much from your tutorials🤩🤩🤩
I received 504 error , time gateway error , how i solve this problem?
@@amitmeel2970 have you solved it yet?
Does the app require any payments at some point?
Another top notch professional tutorial building a world class application!
Thanks for posting Next.JS video. These days I've been left from JS due to I've been keeping me busy. Now this time I can make time to learn a new skills so I'm planing to learn NextJS deeply.
Have fun!
This is very helpful. I never had the opportunity to learn web scraping the easy way, in fact I had to learn python for it. But now I can do it thanks to you.
Glad it was helpful!
Just finished and deployed the project. Thank you!!
hey how can i contact you
For a webscraping video, a disproportionate large part of the time (from 0:15 and onwards) is dedicated to typing tailwind css classes.
I have now fully gained interest in react and software developing thanks to you from Kenya ✨✨
You're so welcome!
honestly, I just finished one tutorial and anotherone super amazing and new pops up, thanks for the content Adrian and JSM Team!!!
Our pleasure!
An impressive video that has served as an inspiration for our new members. Your generosity is much appreciated!
Hey! Adrain my mentor I was just working on threadclone through your video and another video is uploaded so excited ❤
That's awesome!
OMG Adrian, you're the boss! So happy you released an advanced tutorial!
Hope you enjoyed it!
This is best project video i have ever seen on internet but i dont understand why no one has commented that the email functionality is not working in this project.
Wow, I've been thinking about making my own wbsite to track the prices I needed but couldn't get to scraping, because I didn't know where to start. And here you are launching a scraping course!
Amazing timing 🙂
Go for it!
The video I was searching for, Didn't thought I would get it in my notification bar 💫
Enjoy it
How am I supposed to focus on the NextJs ultimate DEVoverflow course when you keep on pumping out awesome content like this 😭 I’m like 3 projects behind 🥵
Hahah it won't go away. You can do everything! 😊
I wanted to extend my heartfelt thanks for your assistance with web scraping. Your expertise and willingness to share knowledge have been instrumental in my learning journey. Much appreciated.
You are so welcome!
Love you Adrian from India, Thanks a lot for these types of Unique Amazing Contents !! ✨✨✨
My pleasure!
I've been continually checking my notifications since yesterday, and finally, it's here.
Welcome back!
Thanks bro from this project I won second price in mini project exhibition thanks for you teaching bro ♥️♥️♥️♥️ thanks a lot
Love it! Wanted to create this application from 3 months using scrapping browser but I do not have a credit card to enter in the billing section.
Now you have free credits :)
Wow! This is similar if not exactly what I was thinking about doing earlier! Except for me, I was planning to make a program where I take a picture of my receipts and the program would then look at each item and what i bought it for and check to see if I got the best deals or not. So it's more of a seeing if you messed up sort of thing xD
Go for it!
What an amazing, interesting, and educational way to grab our attention! I got hooked to the content in the first few seconds. I truly enjoyed the crash course in the beginning. I would recommend explaining the business needs or reasons for certain tech implementations.
Amazing!
Hey I think your speed is good. When you do UI you speed up a lot and I watch at 0.5x but that allows me to see that this is a 4hr video, which gives my some assurance that this can be completed!
Adrian id like to meet you irl and give you a hug. Thank you for another amazing video!
Thank you!
The way you break down hard concepts is just so good thank you
Thank you! ❤️
Amazing...... You are really a mastermind......... Very much appreciated. And thanks for these types of videos. I really learned a lot.
I appreciate that!
looks really grate from the introduction cant wait to dive in...grate content showes the lengths for efforts it took to made the video.
Much appreciated!
Best videos to practice and get a high paying job ❤
Yess! :)
To do a startup
its not that easy
@creaky2436yeah you right since layoffs, major freelancing platform like upwork also get hit as well! I was a top rates plus developer 2 years ago. Now getting an job or freelance is really hard to get. I don’t know it’s due to the massive usage of ai these days.
But let me tell you , i have see some experienced developer portfolio, i have see this kind of creative portfolio. All i see is normal project using payment or real time feature, but not like this.
You have helped me so much understanding the creation of complex next js websites! Thank you!
You're very welcome!
oh man this is exactly what i wanted to make, you're brilliant man
Enjoy! :)
I got lost installing NodeJS and NPM which tripped me up from the get go.
Granted the outcome must be amazing, but the use of these powershell/command line applications is a major FAFF!! When I'm installing a piece of software for Windows, I expect it to run in Windows. That's not Windows, DOS the underlying operating system, was replaced by Windows as a user interface, decades ago. COBOL get compiled into Assembler before it's assembled into machine code, but find me someone who codes Assembler.
Please, let me know when you come up with a script that runs in Windows and installs these utilities without my involvement. Then I'll be impressed.
Gotta do this everyday for work, mostly just using httpclient, mimicking post requests bodies to do many things and suddenly I feel like doing this course too, dafuq Adrian has in his voice that just seduces us to learn along mygosh hahaha
Hahah i hope in a good way! 😊
I think I've figured out the magic of Adrian and the JSM team...they are wizards😄. Never cease to amaze us my friend. Thanks for this post! I normally use puppeteer and selenium so I have to check this out. Cheers to JSM!
Enjoy!
as always , free course with better content. keep doing good works.
Thanks, will do!
Adrian, you are the best teacher! Your channel is very interesting and your way of explaining is exactly what I was looking for. Thank you so much for sharing your skills and knowledge!
Thank you so much, I really appreciate it!
I think that javascript scraping is so interesting and i wanted to thank you for making a video on this subject! Huge thanks to you
Love your videos Adrian ✌
I appreciate that!
THANK YOU, its comfortable to watch and learn. That's what i was needed to understand development process
small correction, on mac the keyboard shortcut for importing modules is CMD+.
I love your tutorials. I was able to deploy a quick app the first time i tried learning NextJS using your tutorials. Thank you so much
Awesome 👌 , I've been waiting for something like this 😀
Enjoy
there he is again, the man, the myth, the legend 😁😁😁
Appreciate it!
Hands down to the best channel for development 😍😍😍😍
Thank you so much!
I have no words. I hope you will keep and happy with Awesome...
Thank you so much!
No way, just saw a new video from jsm, totally i have to watch it :)
Enjoy!😊
Although I'm late, but thank you adrian for this course I've finally implemented mine and I'm happy!
Best web scraping video till date.
How to start with open source and system design ?
🤔
Do companies accept Javascript for data structures and algorithm?
Thank you so much!
Once again Adrian and his team bestows on us digital superpowers. At this point we should create an app that takes a screenshot each time adrian says " ...with that said." 🤔
@JSMastry brother don't you thing the application could have made much more sense if instead of putting product link we could just put product name and boom it searches most of popular websites for the product and scrap all the relevant data. I know one can try to implement that all by ownself, but that could have been much much better UX for the sample ap that you build in this video. Btw its amazing work as usual from you.... GREAT GOING MAN!! 👍
We can do that too! :D
Great, would do this but it would be for job listing
@@samtasticcreations do share that here.
hi adrian, I bought your next.js course and the course amazing, please make a video with styled components
Thanks!
So so much valuable content Adrian ❤
Thank you! ❤️
Admin you are amazing. Thanks a lot
You are most welcome
He always finds something of interest to publish. Thank you!
Absolutely!
Amazing,Highly appreciated. Want to see some more automation related projects like integration of stripe with Quickbooks online.
Noted
web scraping tutorial this is so perfect thank you so much
You're so welcome!
i became a big fan of your channel , and i recommend it for all tech enjoyers , thank you so much bro
Unbelievable.. I like this project
Thank you!
Thank you so much for providing this course, and I truly appreciate your hard work Adrian.
On a related note, I'd love to see another course on building React Native app when you have the chance.
Great suggestion!
I really love your content and you made the life easier for us by bringing such a helpful content, as I always want to collect data from amazon manually or use tools to scrap those data which is costly but know I can build one of my own tools
Man of culture. Much appreciated
You're a man of culture as well
There you are again, with one more great video. Thank you for this great video, it is easy and understandable for any, and makes anyone want to learn more of React.
Web Scrapping is a very important and powerful technique that many huge firms use for their business, and it's familiarity has kindof been decreasing a bit due to all the rising frameworks.
Thanks again for making such an intuitive video.
You're very welcome!
@javascriptmastery : Waiting for you make any videos on MicroFrontends with NextJS
Amazing, was looking for this specifically!
Thank you so much for your valuable time Adrian.
OMG!!!! YOU'RE THE BEST
Awesome tutorial. I always wanted to unify my stack of scraping tools and squeeze it just to js instead of using python in the backend.
Interesting!
That's amazing✨ thank uuu
You're welcome 😊
Thank You So Much for this wonderful tutorial❤
Literally Quality Content!
You are THE GOAT
Amazing Project! Thank you very much for making project-based learning to be so easy.
Unfortunately, I don't know Next.js yet, and tried to do it with react on vite. Everything was fine until 1:18:40. I have the same Network Error with axios.
How can I solve it using vite configurations?
did u get any solution?
@@jayantgahlot2653 no bro, does not worth it
Please teach some more complicated things like ..dockerization , k8s , deploying on AWS , gRPC or graphQL . Having a good knowledge about all these devOps things gives confidence to propose to some open source organisations . Hope we get a video on that very soon..❤❤❤❤
I used AWS for several years. Along with terraform, Docker, ECS. Avoid it!
I now use Vercel, Supabase, Inngest(amazing!!)
Bro go somewhere else for that
all that stuff was actually more simple than this, i'm telling you. It's just all configuration =)))
@@reallyforreal323Lol
Dockerization is here
I needed this the most and u came Love u soo muchh sir 🥺😘😘🙏🏻
Thank you!
@@javascriptmasteryyou are my hero sir 🤩😘😘
the only channel that i get no errors while codding
Thank you for this awsome content. May you reach 1 million subs soon😊😊😊
Thank you so much 😀
Content is wow as always ❤
Thank you!
I think you also use mind scrapping to read our minds haha😂😂, just yesterday I search web scrapping tut and today here you are 🎉🎉
Glad to hear that! :)
Awe some tutorial!!!! To be honest the speed is kinda fast but I can pause to follow up! Please keep going! I like these kinda videos a looooot!
is this project still working? Or is there any kind of errors or/and missing updates?
Email service is not working after deployment
@@mimcris8481
Adrian is the best !!!!!!🤘
Thank you Joker!
Amazing sir thx for giving this project ❤❤❤❤
It's my pleasure
Bro what a concept you have taught me with this video.. thank you so so much❤❤❤❤
Thanks!
JSM YOU DROPPED THIS 👑
Thank you!
Best projects for adding in resume🎉🎉🎉🎉
Enjoy!
Very excited for this project 😊
Hope you enjoy it!
It’s a amazing course❤
Thanks!
Muchisimas gracias es un gran video y una gran explicacion, saludos desde mexico
Saludos desde Croatia
Thank you Adrian you are awesome
You are very welcome
Thanks for sharing valuable content Sir Adrian.
My pleasure!
Jsm never fails to amaze us ❤
Thank you!
Can you please also make a video on Git Command Deep Down like how to write comiit message in professional way like below
feat: your commit message,
fix: your commit message,
refactor: your commit message
Adavance command like git cherry pick, git rebase
git merge --no-ff
What is difference between merge and rebase
How to edit last comit
How to edit middle/specific comit if we have multiple
Also some advance topic which we don't know
etc...
Thanks
Great idea!
This is awesome man. Would love to see how you'd implement a file marketplace with user subdomains(multi-tenancy).
Cool idea!