5:00 starts explaining web (recommended for beginners) 15:50 starts explaing mvc (here it begin) 19:00 quick recap i would still recommend beginning at 0:00 for the sake of great effort what is here made . Thanks you very much for the explaination devMarketer!
Yeah, it's a bit confusing when the recap adds route processing and has the view interacting with the user before the controller actually receives the dynamically processed view response. Kinda like saying it goes to all the trouble of finding the correct controller to just toss it out of the equation after the view is hit with a request. It's a stupidly simple concept though, so it doesn't really matter. The only thing to remember seems to be User->Controller->Model->Controller->View->Controller->User. Basic "pipeline" or "black box" architecture that allows things to interact in a way that gives you less and less job security the better it's implemented. But luckily you're always working to impress the next guy that pays you more money to do a thing and gaining practical knowledge along the way to make sure there's an ample supply of those.
I've watched a lot of videos and tutorials, and read a lot of resources online. This is the best explanation of MVC that I've come across. *subscribed*
I guess Im randomly asking but does someone know of a tool to get back into an Instagram account..? I was dumb forgot my login password. I would love any assistance you can offer me
Jacurtis(C) you are the controller who have all variables to explain and enhancing the viewer(V) with best data information (M). Thanks alot for the tutorial.
Excellent video. I'm sorry for all the hateful comments, clearly people have misled expectations on educational content. This was awesome, very clear. Thanks
Note for others on what he said at 16:30. I was really confused by this as I found in some other explanations that the model can communicate with the view directly. MVC can be implemented in many ways. One of them is where the model communicates with the view directly. Is it the neatest way? I don't know. So, don't get confused when you find different explanations for the MVC. For example, some will call it a design pattern, others will call it an architectural style. It all depends on the context you're using it.
That's one of the best Web Development classes I ever watched! It made me understand how MVC works in less than 20 minutes! Awesome! Thank you @jacurtis !
This is awesome , I'm a data scientist engineering student and i'm developing a web application and this video helped me , I now have an idea about the MVC and i'm willing to go deep , anyway i would love to thank you for your efforts, you're doing a great job , keep up.
I rarely like or comment on a youtube video but this video is an exception. I watched over more than tens of MVC videos and I never understand them but after I watched this I really understand WHAT THE HELL IS MVC lol. Really thanks man I appreciate your simple explanation. Now I can do my own framework in peace :)
This was so helpful! When I say I am new to client-server and MVC architecture, I mean it. This video broadly touches on how the model, controller, and view work with each other. It doesn't go too indepth with the specific programming and details of them, which makes this concept easier to understand. This video for sure helped me understand how MVC architecture works with the client-server-database flow. You explained easily, and I had no trouble understanding it. Thank you!!
FINALLY! Someone walked us through MVC thoughtfully. This should be the first video that comes up when you search for MVC on UA-cam! It makes sense now, thank you!
I Finally understand a simple pattern called MVC that I used on daily basis as a user to send requests to the web browser and not knowing what was happening in the background. I never questioned myself how the processing was occurring. MVC implements OO concept called Encapsulation. Yes South Africa
Your video said the model never talks to the view and the view never talks to the model. That does not fit the standard MVC UML diagram logic. It is more akin to the 3-tier architecture. I think the view does talk to the model when instructed to do so by the controller. [Happy to be corrected in my thought, as I am still learning]
Perhaps the best explanation of MVC with great examples which help visualize/understand/encourage to explore & learn!! Great voice too by the way!! Keep them coming!
You are my savior! Great and clear information that gave me that ahaaa-experience that filled in all the missing gaps i had to understand MVC! Keep up the great work and will be watching your other videos as well!
I'm 13 minutes in, and he still haven't really started yet... He's just talking about web servers and databases and programming languages. Nothing yet that helps me understand MVC at all.
I'm enjoying this tutorial - part-way through so far. Cudos - it's good. (Helpful). Made me chuckle though when presenter said something like "WordPress is Apache / Linux". I've only ever ran it, personally, on Windows, and mostly on IIS. (I like linux too - and embedded systems ... but I do like Windows. And PHP as well ... and just to pre-empt some of the haters, also assembly, C, C++, C# and so on [I have an electronics/systems background] ... I think there often seems an incredible amount of prejudice around, lack of imagination, ignorance and so on - it's almost funny).
Great vid man I've been using MVC so long but didnt realize its called this...I've always programmed in this way because it makes things flow so much better
Thanks Jacurtis. Video was great in explaining all about MVC and now I real understand it. Had gone to Treehouse.com and Lynda.com but did not understand it at all. Will Keep watching all videos on Laravel.
Yes it's definitely not the MVC pattern described in my uni text books. The Controller isn't supposed to be an Adapter for communication from Model to View, but only (for user input) from View to Model. Oh well, as long as one uses the pattern to solve a problem and not just to use a pattern for the sake of using patterns, it should be fine.
Yes he is explaining the MVP pattern design. This stack overflow link explain the difference stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference
Mr. Curtis, great job! Beautifully made video; good slides, great graphics and certainly good instruction. There were a few times where you seemed to talk yourself out on a limb though, and I would say do less of that. Maybe keep flashcards or something! Certainly have the best MVC video though, and I really appreciate all I was able to gain from it. Keep it up! Great job!
Came here for 100Devs and this is a solid explanation! Thank you for this!
5:00 starts explaining web (recommended for beginners)
15:50 starts explaing mvc (here it begin)
19:00 quick recap
i would still recommend beginning at 0:00 for the sake of great effort what is here made .
Thanks you very much for the explaination devMarketer!
Yeah, it's a bit confusing when the recap adds route processing and has the view interacting with the user before the controller actually receives the dynamically processed view response. Kinda like saying it goes to all the trouble of finding the correct controller to just toss it out of the equation after the view is hit with a request. It's a stupidly simple concept though, so it doesn't really matter. The only thing to remember seems to be User->Controller->Model->Controller->View->Controller->User. Basic "pipeline" or "black box" architecture that allows things to interact in a way that gives you less and less job security the better it's implemented. But luckily you're always working to impress the next guy that pays you more money to do a thing and gaining practical knowledge along the way to make sure there's an ample supply of those.
I've watched a lot of videos and tutorials, and read a lot of resources online.
This is the best explanation of MVC that I've come across.
*subscribed*
I guess Im randomly asking but does someone know of a tool to get back into an Instagram account..?
I was dumb forgot my login password. I would love any assistance you can offer me
Jacurtis(C) you are the controller who have all variables to explain and enhancing the viewer(V) with best data information (M). Thanks alot for the tutorial.
Excellent video. I'm sorry for all the hateful comments, clearly people have misled expectations on educational content. This was awesome, very clear. Thanks
Coming from #100Devs. This was a fab intro for someone who just heard of MVC.
I'm sure you're building awesome apps by now. I'm currently on the MVC class.
niceeeeee
Note for others on what he said at 16:30. I was really confused by this as I found in some other explanations that the model can communicate with the view directly.
MVC can be implemented in many ways. One of them is where the model communicates with the view directly. Is it the neatest way? I don't know.
So, don't get confused when you find different explanations for the MVC. For example, some will call it a design pattern, others will call it an architectural style. It all depends on the context you're using it.
That's one of the best Web Development classes I ever watched! It made me understand how MVC works in less than 20 minutes! Awesome! Thank you @jacurtis !
This is awesome ,
I'm a data scientist engineering student and i'm developing a web application and this video helped me , I now have an idea about the MVC and i'm willing to go deep ,
anyway i would love to thank you for your efforts, you're doing a great job , keep up.
By far the best MVC tutorial I've ever seen. No longer confused!
Finally i got what the hell it is ...MVC!!! Really you make it easy and very clear. Thanks a lot!!! keep going
I rarely like or comment on a youtube video but this video is an exception. I watched over more than tens of MVC videos and I never understand them but after I watched this I really understand WHAT THE HELL IS MVC lol. Really thanks man I appreciate your simple explanation. Now I can do my own framework in peace :)
This video is part of 100devs course and I understood every bit of information explained in this video. Thank you very much.
7 years later, still a great resource. Thank you!
Best MVC tutorial I have ever seen before !!!! Thanks Jacurtis.
This was so helpful! When I say I am new to client-server and MVC architecture, I mean it. This video broadly touches on how the model, controller, and view work with each other. It doesn't go too indepth with the specific programming and details of them, which makes this concept easier to understand. This video for sure helped me understand how MVC architecture works with the client-server-database flow. You explained easily, and I had no trouble understanding it. Thank you!!
FINALLY! Someone walked us through MVC thoughtfully. This should be the first video that comes up when you search for MVC on UA-cam! It makes sense now, thank you!
Thank you for this, this is the only video I've seen which properly explains MVC
Your teaching really helped me understand quickly what MVC means in programming. Thank you for sharing your knowledge with all of us!
This video was recommended by my university lecturer! Good work DevMarketer.
This without a doubt The Best Explanation of MVC I've ever seen,
Thanks very much.
This is great information. Seriously
This will save you massive amounts of tutorial time.
Our Coding Bootcamp gave a link for this explanation of MVC before we have a unit on it. Great run-down!
I Finally understand a simple pattern called MVC that I used on daily basis as a user to send requests to the web browser and not knowing what was happening in the background. I never questioned myself how the processing was occurring. MVC implements OO concept called Encapsulation. Yes South Africa
Woooow. that was so simple. MVC seemed confusing until after your video. Thanks Jacurtis
Very clear and concise. I love learning about the principal and/or concepts before focusing on the "how" - Great! explanation.
Your video said the model never talks to the view and the view never talks to the model. That does not fit the standard MVC UML diagram logic. It is more akin to the 3-tier architecture. I think the view does talk to the model when instructed to do so by the controller. [Happy to be corrected in my thought, as I am still learning]
genuine question tho, why would the view talk to the model directly, if anything it needs to go thru the controller in terms of networking isnt it - ?
I think it's great that you also explained how a website works, it's integral to understanding MVC!
Perhaps the best explanation of MVC with great examples which help visualize/understand/encourage to explore & learn!! Great voice too by the way!! Keep them coming!
Hats off to you man! Finally I understand how mvc works...
IMHO the under-pinning (additional) info can't hurt to show architecture/components etc. Nice video!
Best explanation i found on youtube
very useful, finally understand mvc. i read about it before and it was useless. very clear, descriptive easy to understand.
An example of genuine teaching
Here from 100Devs. Great video, thank you!
one of the best best tutorial to learn MVC
You are my savior! Great and clear information that gave me that ahaaa-experience that filled in all the missing gaps i had to understand MVC! Keep up the great work and will be watching your other videos as well!
Best explanation of the MVC structure, love the presentation!
The best 25 minutes of my life.
This was an excellent way to explain the MVC structure.....I have more clarity....thanks
Amazing, now it makes sense, I will remember this thing throughout my life!
Thank you.
This is more explanatory thanks!!!!
Most clear presentation I have ever seen on MVC. Thank you for clearing up my confusion.
thanks Jacurtis, very well put together video. I now understand MVC now
oh my gosh, i finally understand MVC @__@ thank you
tu tambem és.....
yours tutorials are amaizing, i love them, i am following you in every laravel tutorial
Sweet! I am so glad. I love making the vidoes.
5min in and I already started getting it. Awesome explanation.
GlennBen dax cf j u yucjjcjx?cjcjcj cc j4
This is by far the most helpful explanation!!
The best explanation of mvc
Wow!!! I thought I would never get this concept. Thank you a lot!! So easy to understand!
Finally understood MVC, thanks dude a sub is what u deserve
Good video, recommended for those who want to start learning Laravel or other framework must watch this video to make it clear what is MVC.
No one can explain MVC better than you did
Skip to 5:30 for the tutorial........ yikes.
I'm 13 minutes in, and he still haven't really started yet... He's just talking about web servers and databases and programming languages. Nothing yet that helps me understand MVC at all.
pro tip: speed at x1.25 or x1.5
a saviour
Thank you! What a waste of fucking time.
true hero!
Very clear and very helpful. Very solid explanation!!!
Thank you so much for these, I really enjoy your way of visually showing what's happening in your videos.
I'm enjoying this tutorial - part-way through so far. Cudos - it's good. (Helpful). Made me chuckle though when presenter said something like "WordPress is Apache / Linux". I've only ever ran it, personally, on Windows, and mostly on IIS. (I like linux too - and embedded systems ... but I do like Windows. And PHP as well ... and just to pre-empt some of the haters, also assembly, C, C++, C# and so on [I have an electronics/systems background] ... I think there often seems an incredible amount of prejudice around, lack of imagination, ignorance and so on - it's almost funny).
Finally Jacurtis... thank you so much for this video... you made it!
best video I have seen on MVC
I truly APRECIATED this video and I finally understand the essence of MVC
100Devs brought me here, thanks for the lesson!
Wow. Great tutorial on MVC. Definitely worth a sub. Keep em coming!
Super useful! I just saw the video and I feel capable to explain to anybody what MVC is. (PD> English is not my first language)
This was my first dig at MVC and the video made it so simple to understand!
Thanks! I'm using Spring MVC and this gave me the background I wanted, including the history in the beginning.
Thanks for the video..Really understood the MVC. Was having difficulty understanding before watching the video.
Great vid man I've been using MVC so long but didnt realize its called this...I've always programmed in this way because it makes things flow so much better
Good job. I was learning Django and I had problem understanding the concepts. Thanks a lot.
thank you so much. The best explanation about mvc so far.
You're amazing. Thanks a lot. I understand each and every slide very well. Will watch all other videos you've uploaded.
Awesome explanation! Thank you!!!
2 mins in and its already so awesome lol, thanks for this well done
thanks dude. this is much more helpful than stackoverflow answer.. will check out your laravel tutorials later as i want to learn it
Technically, the view t alks to controller via interface.
Directly or indirectly.
Awesome tutorial, thank u !! And thank sooo much for no background music ! 💗
I finally can understand MVC. many thanks to you!
Thanks Jacurtis. Video was great in explaining all about MVC and now I real understand it. Had gone to Treehouse.com and Lynda.com but did not understand it at all. Will Keep watching all videos on Laravel.
Finally. Understood. Thanks man.!!
Is it possible that you described a MVP? What would you say is the difference between MVC or MVP?
I think so, right? Not sure this is a MVC... wouldn't a view AND the controller talk with the Model?
Yes it's definitely not the MVC pattern described in my uni text books. The Controller isn't supposed to be an Adapter for communication from Model to View, but only (for user input) from View to Model.
Oh well, as long as one uses the pattern to solve a problem and not just to use a pattern for the sake of using patterns, it should be fine.
Yes he is explaining the MVP pattern design. This stack overflow link explain the difference stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference
The MVP in 1992 was Michael Jordan.
hitman98761 you just made my day :D
Fantastic Information Guy.... Love it :)
Overly long, full of name-dropping! Go to the point ...
WHAT THE HELL WAS THAT! Well that there video contained the one of the best explanations of MVC I have seen to date.
Thank you.
Very clear, thank you so much (from Taiwan)
this really helped me thank you for the tutorial, now i get it .... i have a history of not getting it ...now i get it thanx
thank you, I understand MVC now (UI designer here)
This was very helpful! Thanks for all your hard-work.
Mr. Curtis, great job! Beautifully made video; good slides, great graphics and certainly good instruction. There were a few times where you seemed to talk yourself out on a limb though, and I would say do less of that. Maybe keep flashcards or something! Certainly have the best MVC video though, and I really appreciate all I was able to gain from it. Keep it up! Great job!
Thanks for the advice and feedback. Ill take it into consideration.
Thank you for explaining this so well mate.
Just to clarify - you were saying "lolcats", right?
Makes so much sense. Going to implement this arcitecture in my java program asap.
Outstanding Explanation Sir.
BEST explanation EVER!
best explanation of mvc.
This was so good. Have been struggling for so long, thank you!
Amazing explanation, thank you for your clear answer! This video is very well structured video!
solid, platform&language independent. the crux - as always - is in the routing
That was amazing explanation. Thank you!
Way to go!!! Concise and clear explanation.
best of all toturial there even better than laracast
+Mathew M Hey thanks so much. I greatly appreciate it!
ya so true Jacurtis > Jeff way
laracast sucks, DevMarketer rocks
Thank you for making this amazing video! I now know and understand what is MVC. Cheers
Thank you for recording this tutorial.
I just started a Python/Django project and was feeling like I was in over my head. This definitely helped out a lot. Thanks!