You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/02-django.markdown
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,11 +141,10 @@ the framework.
141
141
[working with databases](https://dizballanze.com/django-project-optimization-part-2/)
142
142
and [caching](https://dizballanze.com/django-project-optimization-part-3/).
143
143
144
-
* This tutorial shows how to create
145
-
[a Django web app that can make phone calls and send text messages for automated surveys](https://www.twilio.com/docs/tutorials/walkthrough/automated-survey/python/django).
146
-
The code is a really good example of a full Django project and is also
147
-
available
148
-
[open source on GitHub](https://github.com/TwilioDevEd/automated-survey-django).
144
+
*[Mental Models for Class Based Views](https://djangodeconstructed.com/2020/01/03/mental-models-for-class-based-views/)
145
+
provides some comparison points between class based views (CBVs) and
146
+
function based views and the author's opinions for how you can better
147
+
understand CBVs.
149
148
150
149
* Working with time zones is necessary for every web application. This
151
150
[blog post on pytz and Django](http://tommikaikkonen.github.io/timezones/) is a
Copy file name to clipboardExpand all lines: content/pages/04-web-development/23-javascript.markdown
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,13 @@ Allen Wirfs-Brock for more context on the language's evolution.
90
90
tools are that you can use and some comparisons when deciding between
91
91
Angular and React.
92
92
93
-
*[Developing a Single Page App with Flask and Vue.js](https://testdriven.io/developing-a-single-page-app-with-flask-and-vuejs) step-by-step walkthrough of how to set up a basic CRUD app with Vue and Flask.
93
+
*[Developing a Single Page App with Flask and Vue.js](https://testdriven.io/developing-a-single-page-app-with-flask-and-vuejs)
94
+
is a step-by-step walkthrough of how to set up a basic CRUD app with
95
+
[Vue.js](/vuejs.html) and [Flask](/flask.html).
96
+
97
+
*[A Guide to Console Commands](https://css-tricks.com/a-guide-to-console-commands/)
98
+
shows off what JavaScript commands you can use in your browser's console,
99
+
which is a typical debugging pattern for JavaScript development.
0 commit comments