After five other videos, a read through the entire wikipedia page, and two other websites, you finally made me understand the concept. THANK YOU SO MUCH!
Precise, simple and gives the clear picture. Exactly what one want to know about MVC framework as a beginner, excellent job Brad, we owe you! Model - Organized data View - Interactive UI Control - Scalable processing logic connecting model and View
I just keep finding video after video after video of all the info I want, by you! Your channel is probably one of the best sources of information on the whole internet for anybody looking to get into development...
The Best explanation so far without getting lost in a deep ocean. I recently purchased a few courses from Traversy Media and you are a master at clarity and staying simple. Many thanks for that. The question, "What is MVC?", popped in an interview spells doom for many. I always explained it in line with what you teach here, but interviewers have their own ideas of what it means and most of the time it is just their private beliefs. I dread that question. But I think I will refer them to this video and be done with it, next time. You are a hero, my friend!
All the clarifications of what aspects vary depending on the framework really cleared things up for me. So many tutorials specify that certain aspects will or won't interact with one another in certain ways, but those differ from tutorial to tutorial. This really cleared that up.
You are awesome! I've viewed a few similar videos on MVC, but yours is the best by far. It's not just the content that makes it the best; it's also just the tone of voice, the pacing, how you use the visuals and make it easy to follow where you are/what you're talking about visually. Really fantastic work!!
Much awaited video. Thanks for sharing. The concept of MVC feels little bit confusing while i'am reading online articles, now i got it solved by this. Loving your style of teaching. Greetings from India😍✌
This was awesome, I have never seen state management explained so nicely! I really liked the "languageless" code you had as an example towards the end. Excellent job!
The best MVC explanation. I was searching for a good video to show it to my friend. And this is the best one. Especially that it has the algorithms explanation at the end. GOOD JOB!
@@RealformStudioXR Sorry for taking so long to get back to you. I am not a freelancer. I am developing an application I intend to market and sell on my own.
@@paulhanrahan6728 thanks, how do you think will be the right model to sell, and there is something I always wonder, how do you assign a price to your software products
thank you for sharing. i had a job interview once and he asked me was i familiar with the term mvc. i wasn't sure because mvc bAck in the day for me stood for Microsoft visual composer when i learned visual basic studio. now i understand your example. thank
I normally won't comment in most tech videos that I watch but I really liked the way u illustrate the code in one page which makes people to really understand the flow of the code for those who wants to see the clear picture of the dynamic flow in the codes. This is good idea and way to teach people. Sudo for u 👍😁😉🙏
This is the best MVC tutorial so far i have seen. Thanks for that. It would be good if you explain some important concepts like SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF) and cookie tampering implementation by considering some MVC framework.
*Clicked on thumbnail, paused the video, now commenting : thank you so f-ing much!!! i was searching MVC all over the internet, thanks to you man, & god is listening to me.*
You deserve the like. It's so helpful, that I'm a year one undergraduate student doing internship in company's website, which used CodeIgniter. I totally know how to modify the webpage now. Thank you. Greetings from Malaysia
whatever I search regarding code... at least one traversy media video in the result list... at least with 1000 likes... and they are great.. congrats for the awesome youtube channel=)
well explained and yes it should be renamed to "The only Proper mvc Tutorial". By far the most well thought out tutorial without being framework dependent.
Thank you so much for this, first time I truly felt like I understood the actual practical relationship between M V and C. Greatly appreciated, and great explanation!
This was helpful. I recently learnt in a lecture about MVC that in true MVC, the Controller doesn't actually interact with the View, it only interacts with the Model, and that many MVC frameworks don't follow the "true MVC way". Is that something worth considering? I guess that as long as this way is what we find in popular frameworks, let's just stick to that. This makes much more sense to me personally.
Model - Interaction with database (SELECT, INSERT, UPDATE, DELETE) View - Usually consist of HTML/CSS Controller - Processes requests (GET, POST, PUT, DELETE)
Probably the best explanation I've seen yet regarding mvc. The diagram was excellent, the pseudo choose just topped it off. Well done again Brad.
The pseudo code was the cherry on top in my opinion! Thanks for the tutorial!
After five other videos, a read through the entire wikipedia page, and two other websites, you finally made me understand the concept. THANK YOU SO MUCH!
I was watching another video, then I remembered about Traversy Media, hit the keyboard, made a search. Bam! Beautifully explained.
I LOVED THE WAY YOU SLOWLY TALK AND YOUR WAY OF EXPLANATION I HAVE NO COMMENTS FOR THAT LITERALLY
Precise, simple and gives the clear picture. Exactly what one want to know about MVC framework as a beginner, excellent job Brad, we owe you!
Model - Organized data
View - Interactive UI
Control - Scalable processing logic connecting model and View
The diagram in itself makes this the best MVC video. Explains how I am actually supposed to use it in a project.
I'm so happy when I google about web dev topics and see a Traversy Media video. Thank you for the clear and helpful teaching!
This is by far the best explained tutorial on MVC concept! Hats off to you, Mr. Traversy!
we were waiting , every day I watch your channel so thanks for sharing knowledge
Geez no pressure there...just kidding. Thanks for watching
was the example based on php~laravel :D ?
This is the best channel on youtube for helping a beginner to learn how to code. Thank you so much for all of your videos.
I just keep finding video after video after video of all the info I want, by you! Your channel is probably one of the best sources of information on the whole internet for anybody looking to get into development...
Showing the controller view and model psuedocode all at once near the end really helped solidify how they interact, and thus what they do.
The Best explanation so far without getting lost in a deep ocean. I recently purchased a few courses from Traversy Media and you are a master at clarity and staying simple. Many thanks for that. The question, "What is MVC?", popped in an interview spells doom for many. I always explained it in line with what you teach here, but interviewers have their own ideas of what it means and most of the time it is just their private beliefs. I dread that question. But I think I will refer them to this video and be done with it, next time. You are a hero, my friend!
4 years later, this is still one of the cleanest intros to MVC design pattern.
All the clarifications of what aspects vary depending on the framework really cleared things up for me. So many tutorials specify that certain aspects will or won't interact with one another in certain ways, but those differ from tutorial to tutorial. This really cleared that up.
You are awesome! I've viewed a few similar videos on MVC, but yours is the best by far. It's not just the content that makes it the best; it's also just the tone of voice, the pacing, how you use the visuals and make it easy to follow where you are/what you're talking about visually. Really fantastic work!!
One of the best, fastest and really to the point explanation to grasp the MVC concept, well done, man!
must be renamed to "The only Proper MVC Tut"
You're goddamn right! The 3 min "pseudocode" example he put was more clear than what other guys try to say in hours in other tutorials
@@nikolas__ well, this is so true, the pseudocode totally make everything clear
That's why Traversy Media deserves > million of subs!
@@luqmansen I have been struggling with this for a while, the pseudo code is cristal clear omg
4 years later, this is still one of the cleanest intros to MVC design pattern.
Much awaited video. Thanks for sharing. The concept of MVC feels little bit confusing while i'am reading online articles, now i got it solved by this. Loving your style of teaching. Greetings from India😍✌
This was awesome, I have never seen state management explained so nicely! I really liked the "languageless" code you had as an example towards the end. Excellent job!
The best MVC explanation. I was searching for a good video to show it to my friend. And this is the best one. Especially that it has the algorithms explanation at the end. GOOD JOB!
Good intro bro! short and sweet straight to the point and no noise video, if only all videos are like this!!
Thanks so much man!!
Thanks for making newer concepts and technology accessible to a "legacy' programmer like myself.
Paul Hanrahan are you a freelancer, right now? If so what do you advise to get more clients
Regards
@@RealformStudioXR Sorry for taking so long to get back to you. I am not a freelancer. I am developing an application I intend to market and sell on my own.
@@paulhanrahan6728 thanks, how do you think will be the right model to sell, and there is something I always wonder, how do you assign a price to your software products
Hi Paul, on what legacy technologies do you work? are you working as system programmer?
After watching about 20 videos since yesterday, finally i understood with this video. Thank you for your clear explanation.
thank you for sharing. i had a job interview once and he asked me was i familiar with the term mvc. i wasn't sure because mvc bAck in the day for me stood for Microsoft visual composer when i learned visual basic studio. now i understand your example. thank
Ridiculously easy to understand. give this man some gold
I normally won't comment in most tech videos that I watch but I really liked the way u illustrate the code in one page which makes people to really understand the flow of the code for those who wants to see the clear picture of the dynamic flow in the codes. This is good idea and way to teach people. Sudo for u 👍😁😉🙏
This is the best MVC tutorial so far i have seen. Thanks for that. It would be good if you explain some important concepts like SQL injection, cross-site scripting (XSS), cross-site request forgery (CSRF) and cookie tampering implementation by considering some MVC framework.
no words for how much brad is the man
I agree Grant : Probably the best explanation I've seen yet regarding mvc.
Dude this is easily the best explanation of MVC! You've got yourself another subscriber...... keep up the quality content
The last part of explaination is something you can't get everywhere..Thank you for wonderful tutorial!!!
*Clicked on thumbnail, paused the video, now commenting : thank you so f-ing much!!! i was searching MVC all over the internet, thanks to you man, & god is listening to me.*
you're a Great Man in modern programming (a catalyst). You basically program programmers. Thanks!
Thank you for the explanation. That pseudo code really made it easier.
Brad, you have a gift for explaining concepts. Thank you so much for putting out this great content.
Best mvc explanation i have come across. Thank you
You are just amazing, have several of your Udemy classes. Absolutely perfect explanation every single time
He has Udemy courses? Please give me a link
that pseudo code example really tied it together, great stuff!
Agreed, very good example and video
This is the best explanation I’ve seen on TH-cam. You’ve just earned a sub
Thank you so much for explaining MVC. This is foundational to my daily job and up to now, i did not understand it good enough.
this was so clear. I'm new to back-end development and I got it so clearly. Thank you
Great explanation Brad. I can't get an work done cuz I keep jumping to you next tutorials. You are the BEST!
Thanks, Bossman. I've been trying to understand Laravel and MVC for a while and this is the best, most concise definition I could find!
You deserve the like. It's so helpful, that I'm a year one undergraduate student doing internship in company's website, which used CodeIgniter. I totally know how to modify the webpage now. Thank you.
Greetings from Malaysia
Awesome Explanation. Even a child will get a clear understanding about what is MVC.
Excellent job. Loved the psuedo code to show the logic.
This is really perfect and proper tutorial for understanding MVC. Thanks a lot sir.....
This is also a good review for veterans that haven't messed with MVC in a while. Thanks!
concise, useful and not overcomplicated : excellent explanation. thank you
I don't know how to thank you Brad? you have helped me and other so much. As always quality content!
whatever I search regarding code... at least one traversy media video in the result list... at least with 1000 likes... and they are great.. congrats for the awesome youtube channel=)
The best explanation about MVC ! Thanks a lot
Great video explaining a concept that I have been struggling to wrap my head around for some time.
You did a phenomenal job. Thank you very much! It is definitely not an easy or intuitive concept for many learners.
Very simple yet meaningful exmplanation
I wish this video would have been published earlier ! Great video thank you !
well explained and yes it should be renamed to "The only Proper mvc Tutorial".
By far the most well thought out tutorial without being framework dependent.
Best explanation ! The code sample also really helped a lot, thank you for this great tutorial !
Superb explanation!
Thanks a billion sir!
Best MVC tutorial ever.
You always make quality tutorial videos with nice examples. Kudos to your great content!
Thank you, this is GOLDEN! BEST tutorial on MVC for beginners so far! Amazingly informative diagram, great example code. KEEP POSTING MY FRIEND!
Model -> Database
View -> Front-end
Controller -> Server
Wait this is misleading. Based on this video, the Model is NOT the Database. It communicates with the database. 2:43
Model is the query language that handles and manages data and not the database itself.
Really good explanation, especially when it comes to this pseudo-code. Thanks
Is impossible to dislike this tutorial.
This is awesome. The example really helped me understand. Thank you
bro , i like the way u speak so kindly
best explanation ever in history .. thanks sir
Did web app module that included 2 projects at university and the penny finally dropped watching this video. I wish I found this sooner!
Thanks for a very simple and accurate explanation .
Thank you so much for this, first time I truly felt like I understood the actual practical relationship between M V and C. Greatly appreciated, and great explanation!
Best explanation and easy to understand
Thanks man, that was really helpful, especially with the diagram and pseudocode to demonstrate the basic concept!
Very nice! Started quickly, clear voice and very nice pseudo-code. Great job! (p.s. 74 people just CANT be taught)
Real good explanation. Brad doing awesome job explaining.
Thanks for sharing. Very useful. Helped me understand better the Django framework
I watch your videos even though I already understand in depth, what MVC is.
Nice explanation and example of MVC. Again thanks a lot Brad
That's earned a bookmark!! Thank you for this.
You are the best. Thanks for your videos that demystify hard concepts.
Everytime I open a tutorial on anything web, I doze off because they can be boring. I mean really boring!
Yours however, ITS AWESOME!
THANKS
Awesome Video, MVC architecture is a piece of cake now.
Amazing very simple explanation for MVC, thank you
The illustration is very clear and diagrams very helpful!
This was helpful. I recently learnt in a lecture about MVC that in true MVC, the Controller doesn't actually interact with the View, it only interacts with the Model, and that many MVC frameworks don't follow the "true MVC way". Is that something worth considering? I guess that as long as this way is what we find in popular frameworks, let's just stick to that. This makes much more sense to me personally.
Thanks for this video and the example code. Very clear and understandable.
The best MVC tutorial
Model - Interaction with database (SELECT, INSERT, UPDATE, DELETE)
View - Usually consist of HTML/CSS
Controller - Processes requests (GET, POST, PUT, DELETE)
This is so great, easy to understand
Great video. Short & to the point
Yep
Exactly
Good explanation dude. Controller gets the data from model and pass it to view
Awesome! I recently saw your channel and I love it :) keep up the good work, always supporting you here
Thanks Brad! You're a Great Professor.
Phenomenal explanation. Thank you!
Thank you so much for this awesome explanation. The Pseudo code part really helped me understand it...
Finally understand MVC , thanks gentleman ~
Best MVC video!!! Thank you so much!!!
please guys never dislike Brad's video.....
Thanx once again Brad for sharing some useful concepts..
Very easy to understand, thank you so much