On 2015-09-04 19:37, Arindam sarkar wrote: > On Fri, Sep 4, 2015 at 9:29 AM, Luis Zárate wrote: >> what I need to know to be a full stack developer? > > 1. Python > 2. Django > 3. html
At this point, you should have a working dev-server up and running 3.3 Apache/nginx/gunicorn/etc (web server configuration) At this point, you have a mostly useless app on the web 3.6 SQL/database management At this point you can have something functional and actually store data. > 4. css Now you can make it pretty 4.5 HTTP Now you know how to diagnose issues > 5. js Now you can improve the user experience by dynamically responding to things. > 6. ajax This is really just a subset of knowing JS combined with knowing HTTP. -tkc -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20150904101130.3342e99a%40bigbox.christie.dr. For more options, visit https://groups.google.com/d/optout.

