- Unit 1: Understanding the World Wide Web
- Homework 1 - Hello
- Install Google App Engine.
- Put online a basic app that says, "Hello, Udacity!"
- Unit 2: Accepting User Input with Forms
- Unit 3: Storing User Input in Databases
- Homework 3 - Basic Blog
- Build a blog.
- Front page that lists entries
- Form to submit new entries
- Permalink page for entries
- Unit 4: Authenticating Users
- Unit 5: Integrating with Other Websites through APIs
- Unit 6: Scaling Web Apps
- Homework 6 - Blog with Caching Added
- Add caching to your blog. Display the age of the query that generated your front page.
- Add caching to permalink pages. Display the age of the query on the page.
- Create a URL that flushes your cache.
- Unit 7: Real World Production Scaling
- Final Exam