Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/pages/04-web-development/03-flask.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ for getting started.
[deployment](/deployment.html), be sure to read this article on
[how Patreon got hacked](http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug).

* [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.

### Intermediate to advanced Flask resources
Once you move past the beginner tutorials and have created a few Flask
Expand Down
3 changes: 3 additions & 0 deletions content/pages/04-web-development/24-javascript.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Examples of these front end frameworks include:

* [Angular.js](https://angularjs.org/)

* [Vue.js](https://vuejs.org/)

* [Backbone.js](http://backbonejs.org/)

* [Ember.js](http://emberjs.com/)
Expand Down Expand Up @@ -78,6 +80,7 @@ which is defined by the
provides a high-level overview of tools frequently used on the client and
server side for developers using JavaScript in their web applications.

* [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.

## JavaScript learning checklist
1. Create a simple HTML file with basic elements in it. Use the
Expand Down