Came here for 100Devs and this is a solid explanation! Thank you for this!
@helloimsick55876 жыл бұрын
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!
@CodeguruX2 жыл бұрын
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.
@NathanBudd6 жыл бұрын
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*
@rickyanthony39003 жыл бұрын
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
@chintanraval29287 жыл бұрын
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.
@ignacio5606 жыл бұрын
Excellent video. I'm sorry for all the hateful comments, clearly people have misled expectations on educational content. This was awesome, very clear. Thanks
@tauqeer10362 жыл бұрын
Coming from #100Devs. This was a fab intro for someone who just heard of MVC.
@JD-hq1kn Жыл бұрын
I'm sure you're building awesome apps by now. I'm currently on the MVC class.
@ralphalmonte70426 ай бұрын
niceeeeee
@mostafaomar54414 жыл бұрын
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.
@guilhermelaviola80794 жыл бұрын
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 !
@ayoubakennaf63885 жыл бұрын
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.
@gregb22257 жыл бұрын
By far the best MVC tutorial I've ever seen. No longer confused!
@amarenigatu74647 жыл бұрын
Finally i got what the hell it is ...MVC!!! Really you make it easy and very clear. Thanks a lot!!! keep going
@xeroks6466 жыл бұрын
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 :)
@ajassharafudeen5 ай бұрын
This video is part of 100devs course and I understood every bit of information explained in this video. Thank you very much.
@jays10 ай бұрын
7 years later, still a great resource. Thank you!
@mdneyamatullah84497 жыл бұрын
Best MVC tutorial I have ever seen before !!!! Thanks Jacurtis.
@theHelenZhang Жыл бұрын
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!!
@shanemccurdy7 жыл бұрын
FINALLY! Someone walked us through MVC thoughtfully. This should be the first video that comes up when you search for MVC on KZbin! It makes sense now, thank you!
@colonelvector6 жыл бұрын
Thank you for this, this is the only video I've seen which properly explains MVC
@arechigaartstudio6 ай бұрын
Your teaching really helped me understand quickly what MVC means in programming. Thank you for sharing your knowledge with all of us!
@GavinAyling7 жыл бұрын
This video was recommended by my university lecturer! Good work DevMarketer.
@HEROHODA50007 жыл бұрын
This without a doubt The Best Explanation of MVC I've ever seen, Thanks very much.
@vendrim19624 жыл бұрын
This is great information. Seriously This will save you massive amounts of tutorial time.
@CourageousCreatives3 жыл бұрын
Our Coding Bootcamp gave a link for this explanation of MVC before we have a unit on it. Great run-down!
@makgatoselaelo4 жыл бұрын
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
@isaacopoku-asare53627 жыл бұрын
Woooow. that was so simple. MVC seemed confusing until after your video. Thanks Jacurtis
@blackmediapodcast7 жыл бұрын
Very clear and concise. I love learning about the principal and/or concepts before focusing on the "how" - Great! explanation.
@Grenbestyie5 жыл бұрын
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]
@zhrxxo66104 жыл бұрын
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 - ?
@jenso4132 жыл бұрын
I think it's great that you also explained how a website works, it's integral to understanding MVC!
@nazrul-geeti6 жыл бұрын
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!
@Raptor-jv7fi6 жыл бұрын
Hats off to you man! Finally I understand how mvc works...
@MarcMcRae5 жыл бұрын
IMHO the under-pinning (additional) info can't hurt to show architecture/components etc. Nice video!
@vidaltrejo54932 жыл бұрын
Best explanation i found on youtube
@muhammadk59357 жыл бұрын
very useful, finally understand mvc. i read about it before and it was useless. very clear, descriptive easy to understand.
@arpitagrawal8530 Жыл бұрын
An example of genuine teaching
@57Sauce6 ай бұрын
Here from 100Devs. Great video, thank you!
@ramyar67857 жыл бұрын
one of the best best tutorial to learn MVC
@krillenummer17 жыл бұрын
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!
@miguelpunzal30286 жыл бұрын
The best 25 minutes of my life.
@aiden72748 жыл бұрын
Best explanation of the MVC structure, love the presentation!
@jacquelineyoung69087 жыл бұрын
This was an excellent way to explain the MVC structure.....I have more clarity....thanks
@hehythrjkljwqoi8 жыл бұрын
Amazing, now it makes sense, I will remember this thing throughout my life! Thank you.
@VijayKumar-ec2sj5 жыл бұрын
This is more explanatory thanks!!!!
@LEGnewTube6 жыл бұрын
Most clear presentation I have ever seen on MVC. Thank you for clearing up my confusion.
@sandeepvk8 жыл бұрын
thanks Jacurtis, very well put together video. I now understand MVC now
@majia8 жыл бұрын
oh my gosh, i finally understand MVC @__@ thank you
@1rui187 жыл бұрын
tu tambem és.....
@erjonhazizaj17078 жыл бұрын
yours tutorials are amaizing, i love them, i am following you in every laravel tutorial
@JacurtisTutorials8 жыл бұрын
Sweet! I am so glad. I love making the vidoes.
@dependent-wafer-1778 жыл бұрын
5min in and I already started getting it. Awesome explanation.
@lovedennes24098 жыл бұрын
GlennBen dax cf j u yucjjcjx?cjcjcj cc j4
@bensmith8076 жыл бұрын
This is by far the most helpful explanation!!
@supersu61384 жыл бұрын
The best explanation of mvc
@erickmclark6 жыл бұрын
Wow!!! I thought I would never get this concept. Thank you a lot!! So easy to understand!
@haalamn8772 жыл бұрын
Finally understood MVC, thanks dude a sub is what u deserve
@yschin56638 жыл бұрын
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.
@canmetan6707 жыл бұрын
Skip to 5:30 for the tutorial........ yikes.
6 жыл бұрын
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.
@stermister1236 жыл бұрын
pro tip: speed at x1.25 or x1.5
@desirocker90996 жыл бұрын
a saviour
@kurchak5 жыл бұрын
Thank you! What a waste of fucking time.
@alx_z15 жыл бұрын
true hero!
@jasper48035 жыл бұрын
No one can explain MVC better than you did
@I_Am_McZee7 ай бұрын
Very clear and very helpful. Very solid explanation!!!
@toastedbagel21007 жыл бұрын
Thank you so much for these, I really enjoy your way of visually showing what's happening in your videos.
@davros19737 жыл бұрын
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).
@ghaleda17858 жыл бұрын
Finally Jacurtis... thank you so much for this video... you made it!
@s.nikolic4976 жыл бұрын
best video I have seen on MVC
@charlesbovalis65915 жыл бұрын
I truly APRECIATED this video and I finally understand the essence of MVC
@DraxTheDestroyer Жыл бұрын
100Devs brought me here, thanks for the lesson!
@bambambam1234ful7 жыл бұрын
Wow. Great tutorial on MVC. Definitely worth a sub. Keep em coming!
@NGGFrancis8 жыл бұрын
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)
@mohammadanas30474 жыл бұрын
This was my first dig at MVC and the video made it so simple to understand!
@jnfrle5 жыл бұрын
Thanks! I'm using Spring MVC and this gave me the background I wanted, including the history in the beginning.
@saptarshideysikder7557 жыл бұрын
Thanks for the video..Really understood the MVC. Was having difficulty understanding before watching the video.
@RioTheHitman8 жыл бұрын
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
@mohammadghonchesefidi92386 жыл бұрын
Good job. I was learning Django and I had problem understanding the concepts. Thanks a lot.
@aakashdhar8 жыл бұрын
thank you so much. The best explanation about mvc so far.
@carlareis92202 жыл бұрын
Awesome explanation! Thank you!!!
@KishorTiwari8 жыл бұрын
You're amazing. Thanks a lot. I understand each and every slide very well. Will watch all other videos you've uploaded.
@iamthe12345678906 жыл бұрын
thanks dude. this is much more helpful than stackoverflow answer.. will check out your laravel tutorials later as i want to learn it
@parthsharma40416 жыл бұрын
2 mins in and its already so awesome lol, thanks for this well done
@NethiestChannel7 жыл бұрын
Technically, the view t alks to controller via interface. Directly or indirectly.
@marcosantonioosoriovillalo3138 жыл бұрын
I finally can understand MVC. many thanks to you!
@quentinmisslin88016 жыл бұрын
Awesome tutorial, thank u !! And thank sooo much for no background music ! 💗
@tombarasa54738 жыл бұрын
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.
@naveenbhandari60957 жыл бұрын
Finally. Understood. Thanks man.!!
@thadeuszl55188 жыл бұрын
Is it possible that you described a MVP? What would you say is the difference between MVC or MVP?
@jorgeherrera10748 жыл бұрын
I think so, right? Not sure this is a MVC... wouldn't a view AND the controller talk with the Model?
@OctaBech8 жыл бұрын
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.
@richmetellus55856 жыл бұрын
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
@calvin_19836 жыл бұрын
The MVP in 1992 was Michael Jordan.
@fakewalka6 жыл бұрын
hitman98761 you just made my day :D
@haroonirfan67838 жыл бұрын
Fantastic Information Guy.... Love it :)
@robertofranceschini73816 жыл бұрын
Overly long, full of name-dropping! Go to the point ...
@jayd88718 жыл бұрын
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.
@yichengliu7 жыл бұрын
Very clear, thank you so much (from Taiwan)
@kinsleyKJV7 жыл бұрын
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
@neanda4 жыл бұрын
thank you, I understand MVC now (UI designer here)
@mujeexminiminer76535 жыл бұрын
This was very helpful! Thanks for all your hard-work.
@jamesmatthews52227 жыл бұрын
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!
@JacurtisTutorials7 жыл бұрын
Thanks for the advice and feedback. Ill take it into consideration.
@aisdhgaoi3qea7 жыл бұрын
Thank you for explaining this so well mate. Just to clarify - you were saying "lolcats", right?
@lathrox83657 жыл бұрын
Makes so much sense. Going to implement this arcitecture in my java program asap.
@atsamali68305 жыл бұрын
Outstanding Explanation Sir.
@biljanaskrbo70057 жыл бұрын
BEST explanation EVER!
@acidFreak4208 жыл бұрын
best explanation of mvc.
@mikejakusz1493 Жыл бұрын
Amazing explanation, thank you for your clear answer! This video is very well structured video!
@YoMandz7 жыл бұрын
This was so good. Have been struggling for so long, thank you!
@mynameismynameis6667 жыл бұрын
solid, platform&language independent. the crux - as always - is in the routing
@trancevision838 жыл бұрын
That was amazing explanation. Thank you!
@abelstauber2017 жыл бұрын
Way to go!!! Concise and clear explanation.
@MasterToSuccess8 жыл бұрын
best of all toturial there even better than laracast
@JacurtisTutorials8 жыл бұрын
+Mathew M Hey thanks so much. I greatly appreciate it!
@markganzonlalata71758 жыл бұрын
ya so true Jacurtis > Jeff way
@iloveyoutoiyeuban8 жыл бұрын
laracast sucks, DevMarketer rocks
@kieran23473 жыл бұрын
Thank you for making this amazing video! I now know and understand what is MVC. Cheers
@selfmadetool5 жыл бұрын
Thank you for recording this tutorial.
@TheRiotousMind7 жыл бұрын
I just started a Python/Django project and was feeling like I was in over my head. This definitely helped out a lot. Thanks!