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.
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.
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
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 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!!
Excellent video. I'm sorry for all the hateful comments, clearly people have misled expectations on educational content. This was awesome, very clear. Thanks
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 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.
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.
FINALLY! Someone walked us through MVC thoughtfully. This should be the first video that comes up when you search for MVC on TH-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]
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.
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!
NoSQL is a type of database and MongoDB is an example of a NoSQL database. So, technically, NoSQL is an architecture while MongoDB is an implimentation.
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.
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).
You've got to be careful when you watch this video as terms are not used rigorously but loosely. Structure, Process, workflow... The database is NOT the model. The view is Not the client and the server is NOT the controller!!! i would recommend watching other videos on this subject too and comparing them but don't use this as just one video to understand the concepts!!!
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.
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.
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
By far the best MVC tutorial I've ever seen. No longer confused!
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 !
7 years later, still a great resource. Thank you!
This video is part of 100devs course and I understood every bit of information explained in this video. Thank you very much.
Finally i got what the hell it is ...MVC!!! Really you make it easy and very clear. Thanks a lot!!! keep going
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!!
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
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 without a doubt The Best Explanation of MVC I've ever seen,
Thanks very much.
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.
Your teaching really helped me understand quickly what MVC means in programming. Thank you for sharing your knowledge with all of us!
Thank you for this, this is the only video I've seen which properly explains MVC
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.
This video was recommended by my university lecturer! Good work DevMarketer.
Best MVC tutorial I have ever seen before !!!! Thanks Jacurtis.
I think it's great that you also explained how a website works, it's integral to understanding MVC!
FINALLY! Someone walked us through MVC thoughtfully. This should be the first video that comes up when you search for MVC on TH-cam! It makes sense now, thank you!
An example of genuine teaching
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
This is great information. Seriously
This will save you massive amounts of tutorial time.
one of the best best tutorial to learn MVC
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 - ?
IMHO the under-pinning (additional) info can't hurt to show architecture/components etc. Nice video!
Hats off to you man! Finally I understand how mvc works...
No one can explain MVC better than you did
very useful, finally understand mvc. i read about it before and it was useless. very clear, descriptive easy to understand.
Best explanation i found on youtube
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!
The best 25 minutes of my life.
Amazing, now it makes sense, I will remember this thing throughout my life!
Thank you.
This is more explanatory thanks!!!!
Here from 100Devs. Great video, thank you!
Best explanation of the MVC structure, love the presentation!
5min in and I already started getting it. Awesome explanation.
GlennBen dax cf j u yucjjcjx?cjcjcj cc j4
Finally understood MVC, thanks dude a sub is what u deserve
2 mins in and its already so awesome lol, thanks for this well done
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.
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!
This is by far the most helpful explanation!!
This was an excellent way to explain the MVC structure.....I have more clarity....thanks
Very clear and concise. I love learning about the principal and/or concepts before focusing on the "how" - Great! explanation.
The best explanation of mvc
Thank you so much for these, I really enjoy your way of visually showing what's happening in your videos.
best video I have seen on MVC
thanks Jacurtis, very well put together video. I now understand MVC now
Finally Jacurtis... thank you so much for this video... you made it!
you can probably skip to 14:30 actually
Awesome explanation! Thank you!!!
100Devs brought me here, thanks for the lesson!
Wow. Great tutorial on MVC. Definitely worth a sub. Keep em coming!
Good job. I was learning Django and I had problem understanding the concepts. Thanks a lot.
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.
Awesome tutorial, thank u !! And thank sooo much for no background music ! 💗
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.
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!
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
NoSQL is a type of database and MongoDB is an example of a NoSQL database. So, technically, NoSQL is an architecture while MongoDB is an implimentation.
I truly APRECIATED this video and I finally understand the essence of MVC
Very clear and very helpful. Very solid explanation!!!
Wow!!! I thought I would never get this concept. Thank you a lot!! So easy to understand!
You're amazing. Thanks a lot. I understand each and every slide very well. Will watch all other videos you've uploaded.
Thanks! I'm using Spring MVC and this gave me the background I wanted, including the history in the beginning.
This was very helpful! Thanks for all your hard-work.
Makes so much sense. Going to implement this arcitecture in my java program asap.
I finally can understand MVC. many thanks to you!
oh my gosh, i finally understand MVC @__@ thank you
tu tambem és.....
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.
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)
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).
Thank you for making this amazing video! I now know and understand what is MVC. Cheers
thank you so much. The best explanation about mvc so far.
Thanks for the video..Really understood the MVC. Was having difficulty understanding before watching the video.
I just started a Python/Django project and was feeling like I was in over my head. This definitely helped out a lot. Thanks!
Amazing explanation, thank you for your clear answer! This video is very well structured video!
Thank you. Your tut opened my eyes and thanks to you i understand the MVC concept clearly.
This was so good. Have been struggling for so long, thank you!
Most clear presentation I have ever seen on MVC. Thank you for clearing up my confusion.
MVC was really easy to understand and follow. I posted some comments for study notes and space repetition on my dev twitter account.
This was my first dig at MVC and the video made it so simple to understand!
Thanks! That diagram definitely helped clear up the concept
Thank you for recording this tutorial.
You've got to be careful when you watch this video as terms are not used rigorously but loosely. Structure, Process, workflow... The database is NOT the model. The view is Not the client and the server is NOT the controller!!!
i would recommend watching other videos on this subject too and comparing them but don't use this as just one video to understand the concepts!!!
This is a damn awesome Explaination. Especially after showing the diagrams of the client server and database :) thanks
thanks dude. this is much more helpful than stackoverflow answer.. will check out your laravel tutorials later as i want to learn it
One of the best videos I ever seen! Thanks a lot. Definitely sub!
thank you, I understand MVC now (UI designer here)
Fantastic Information Guy.... Love it :)
Nice explanation of MVC. Well done!
Hats off to you, finally now it makes sense! Thank you!
Great explanation of MVC. Well done.
Way to go!!! Concise and clear explanation.
Thank you that was exactly what I needed! Nothing more, nothing less! :)
Wow! Thank you for this video. It helped me a lot! I'm trying to learn Django.
great video! great explanation. I finally understand MVC!