How to learn strong basis about MVC pattern?

Hello,

I’m trying to learn Phoenix but I constantly find difficult understanding how the framework works, and I think part of this is that the resources I’m learning from assume that you already know how to build an application with another MVC framework, but, what if Phoenix is the first framework I am trying to learn?

Do you know any resources to learn Phoenix without assuming you’ve already worked with Rails or another MVC framework? Or any framework-agnostic resource that explains very well this design pattern?

Thanks!

2 Likes

Really? I think official Phoenix guide did not make such assumption. if you just want to read more about the MVC design pattern, then there is wikipedia page

1 Like

hi @eliottramirez !

but I constantly find difficult understanding how the framework works

Anything in particular here? What didn’t quite make sense?

Folks learn in different ways. What have you used for learning Phoenix so far?

1 Like
1 Like

Have a look at this thread as well @eliottramirez

1 Like

Thank you very much. I think this thread is what I need!

1 Like