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
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!
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...
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😍✌
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.
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!
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!
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.
@@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
*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.*
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 👍😁😉🙏
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
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.
This was excellent and the only improvement I would suggest is maybe adding some animation so that when you are describing the model you can show the viewer which particular part of the model you're talking about. Even so, it is pretty simple and I didn't have any trouble understanding it. It was also refreshing to hear someone say leave a like or a dislike. I don't think I've ever heard anyone on RUclips video say that before.
Model - Interaction with database (SELECT, INSERT, UPDATE, DELETE) View - Usually consist of HTML/CSS Controller - Processes requests (GET, POST, PUT, DELETE)
Nice. Your thought makes MVC a lot easier to compartmentalize. Quick edit: I think you meant "massage" (knead, manipulate) instead of "message" (write a note).
so MVC is basically a technique to organize data, functionality and GUI comps and keeping them away from each other yet in communication? if i'm not drunk?
I wish there were a simpler explanation for it. Because all those technical terms throw me off guard. Just so that I see my logic: "MVC is a pattern used in web or software development for organising the code content based on its purpose? For example, Model takes responsibility for all database related things; View is the Preview state for the user to see the final result on the browser; and Controller is what???" This is my current understanding of it :(
@@istandaloneroronoazoro5188 no problem, controller is just a Class that holds the methods which we write to fetch data from db and redirect users to appropriate view (gui)
@@saimhassan Thank you very much! Its just that I have an interview tomorrow for a Web Developer role and I use HTML, CSS, JavaScript and so on without MVC. It is quite complex for me! :(
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!
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 LOVED THE WAY YOU SLOWLY TALK AND YOUR WAY OF EXPLANATION I HAVE NO COMMENTS FOR THAT LITERALLY
I was watching another video, then I remembered about Traversy Media, hit the keyboard, made a search. Bam! Beautifully explained.
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 ?
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 the best channel on youtube for helping a beginner to learn how to code. Thank you so much for all of your videos.
This is by far the best explained tutorial on MVC concept! Hats off to you, Mr. Traversy!
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!
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...
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😍✌
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.
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 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!
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.
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!
One of the best, fastest and really to the point explanation to grasp the MVC concept, well done, man!
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.
Dude this is easily the best explanation of MVC! You've got yourself another subscriber...... keep up the quality content
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?
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!!
*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.*
4 years later, this is still one of the cleanest intros to MVC design pattern.
After watching about 20 videos since yesterday, finally i understood with this video. Thank you for your clear explanation.
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 👍😁😉🙏
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
no words for how much brad is the man
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
Ridiculously easy to understand. give this man some gold
I agree Grant : Probably the best explanation I've seen yet regarding mvc.
Brad, you have a gift for explaining concepts. Thank you so much for putting out this great content.
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're a Great Man in modern programming (a catalyst). You basically program programmers. Thanks!
Best mvc explanation i have come across. Thank you
This is the best explanation I’ve seen on RUclips. You’ve just earned a sub
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
that pseudo code example really tied it together, great stuff!
Agreed, very good example and video
Great explanation Brad. I can't get an work done cuz I keep jumping to you next tutorials. You are the BEST!
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=)
Thank you for the explanation. That pseudo code really made it easier.
The last part of explaination is something you can't get everywhere..Thank you for wonderful tutorial!!!
Thank you, this is GOLDEN! BEST tutorial on MVC for beginners so far! Amazingly informative diagram, great example code. KEEP POSTING MY FRIEND!
this was so clear. I'm new to back-end development and I got it so clearly. Thank you
This is really perfect and proper tutorial for understanding MVC. Thanks a lot sir.....
I don't know how to thank you Brad? you have helped me and other so much. As always quality content!
Excellent job. Loved the psuedo code to show the logic.
This is also a good review for veterans that haven't messed with MVC in a while. Thanks!
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.
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.
You always make quality tutorial videos with nice examples. Kudos to your great content!
Best explanation ! The code sample also really helped a lot, thank you for this great tutorial !
Awesome Explanation. Even a child will get a clear understanding about what is MVC.
You did a phenomenal job. Thank you very much! It is definitely not an easy or intuitive concept for many learners.
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!
The best explanation about MVC ! Thanks a lot
concise, useful and not overcomplicated : excellent explanation. thank you
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.
Really good explanation, especially when it comes to this pseudo-code. Thanks
Great video explaining a concept that I have been struggling to wrap my head around for some time.
Superb explanation!
Thanks a billion sir!
please guys never dislike Brad's video.....
Thanx once again Brad for sharing some useful concepts..
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 man, that was really helpful, especially with the diagram and pseudocode to demonstrate the basic concept!
Is impossible to dislike this tutorial.
This was excellent and the only improvement I would suggest is maybe adding some animation so that when you are describing the model you can show the viewer which particular part of the model you're talking about. Even so, it is pretty simple and I didn't have any trouble understanding it. It was also refreshing to hear someone say leave a like or a dislike. I don't think I've ever heard anyone on RUclips video say that before.
You are the best. Thanks for your videos that demystify hard concepts.
This is awesome. The example really helped me understand. Thank you
Model - Interaction with database (SELECT, INSERT, UPDATE, DELETE)
View - Usually consist of HTML/CSS
Controller - Processes requests (GET, POST, PUT, DELETE)
Great video. Short & to the point
Yep
Exactly
Awesome! I recently saw your channel and I love it :) keep up the good work, always supporting you here
Best explanation and easy to understand
best explanation ever in history .. thanks sir
bro , i like the way u speak so kindly
Did web app module that included 2 projects at university and the penny finally dropped watching this video. I wish I found this sooner!
Best MVC tutorial ever.
Very simple yet meaningful exmplanation
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.
Thank you so much for this awesome explanation. The Pseudo code part really helped me understand it...
Thanks for sharing. Very useful. Helped me understand better the Django framework
Amazing very simple explanation for MVC, thank you
Awesome Video, MVC architecture is a piece of cake now.
I wish this video would have been published earlier ! Great video thank you !
Good explanation dude. Controller gets the data from model and pass it to view
This is so great, easy to understand
Nice explanation and example of MVC. Again thanks a lot Brad
Thanks for a very simple and accurate explanation .
I watch your videos even though I already understand in depth, what MVC is.
The illustration is very clear and diagrams very helpful!
That's earned a bookmark!! Thank you for this.
Model is where to save data
View is displaying data
Controller is where to message the data before you display
Nice. Your thought makes MVC a lot easier to compartmentalize. Quick edit: I think you meant "massage" (knead, manipulate) instead of "message" (write a note).
Model is fetching and processing the data
View is displaying stuff to user
Controller communicates between the model and view.
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
Thanks for this video and the example code. Very clear and understandable.
2022 and still useful 👌 thanks alot
so MVC is basically a technique to organize data, functionality and GUI comps and keeping them away from each other yet in communication? if i'm not drunk?
I wish there were a simpler explanation for it. Because all those technical terms throw me off guard. Just so that I see my logic: "MVC is a pattern used in web or software development for organising the code content based on its purpose? For example, Model takes responsibility for all database related things; View is the Preview state for the user to see the final result on the browser; and Controller is what???" This is my current understanding of it :(
@@istandaloneroronoazoro5188 no problem, controller is just a Class that holds the methods which we write to fetch data from db and redirect users to appropriate view (gui)
@@istandaloneroronoazoro5188 i wish i could attach reference images to show u what exactly these things are. Let me know if u need help
@@saimhassan Thank you very much! Its just that I have an interview tomorrow for a Web Developer role and I use HTML, CSS, JavaScript and so on without MVC. It is quite complex for me! :(
Best MVC video!!! Thank you so much!!!
Phenomenal explanation. Thank you!