-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web development frameworks #136
Comments
@matteomeli Great idea. I've been thinking about this recently, and at this point, I think adding an introduction to an MVC framework would be really useful for the students (and would give them a better understanding. I would rather we didnt have anything Rails specific in at the moment, but have no personal preferences about frameworks. |
Hey, I would be interested in helping if this is still considered? I think explaining standard terms like MVC might be very important, and almost focusing a few tutorials on the abstract ideas before bringing in the concrete examples might be cool. Shameless plug, but I wrote about the MVC framework on my blog. Feel free to have a look, and I am happy to adapt it or use it for the tutorials here if people are happy :) Of course, do let me know if its not right. |
hi @DanTheBlue, this is still very much considered. I agree we need an overview of the abstract concepts before we jump into the specific. Would you be willing to put together a rough draft for this based on your blog post? Also, what other terms/concepts we should focus on as the basis? |
@matyikriszta Great :) Sure can do, ill make a fork or something for a rough idea if you like, to see what people think of these new styled guides. I guess we need to go over the basics, and then have a very simple tutorial that gives you an example of how this is powerful (multiple uis for one backend system as such). I think we should consider things such as explaining classes and objects, databases and persistant storage and just good design (again, more of an overview than something too indepth) |
I would like to prepare a tutorial about modern web development framework, with a focus on MVC (or similar) architecture-based ones.
After a general introduction, I would like to describe AngularJS (https://angularjs.org/) along with the quite new and really interesting Ionic (http://ionicframework.com/) and/or Ruby on Rails (http://rubyonrails.org/), with some little hands-on exercises and such things.
Good idea? Bad idea?
The text was updated successfully, but these errors were encountered: