Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

Flask

Why Flask?

  • It’s easy to create an app in flask.
  • Flask has production ready wsgi’s available.
  • Uses Python for fancy stuff backend
  • Jinja is available
  • Many modules are available for logins, forms, etc

Why not Flask

  • Jinja is slow and doesn’t scale
  • It’s using python modules, monitor for vulnerabilities