- Flask
- routes
- endpoints
- dev mode server
- decorators
- Flask: http://flask.pocoo.org/
- Decorators: https://www.youtube.com/watch?v=FsAPt_9Bf3U
- as class: https://youtu.be/FsAPt_9Bf3U?t=811
- decorators examples: logging, timer, wraps from functools: https://youtu.be/FsAPt_9Bf3U?t=1074
- Validate JSON: https://pypi.org/project/jsonschema/
- cache expensive function result with decorator
- create todolist backend
- apply frontend backbone (or any other frontend framework)
- advanced: add validation of user data
- advanced: add persistent storage (file, sql, etc)