Skip to content

Instantly share code, notes, and snippets.

View karlkaebnick's full-sized avatar

Karl Kaebnick karlkaebnick

View GitHub Profile
@karlkaebnick
karlkaebnick / django_installation_notes.md
Last active March 10, 2017 20:21
Overview of software needed for django
@karlkaebnick
karlkaebnick / web_framework_research.md
Last active January 20, 2017 19:55
Research of potential web frameworks for use in DoIT

Obviously most of the content on detroitmi.gov will be supported by a CMS. However, there will still be instances where we need to use a web framework to support functionality that the CMS cannot achieve. Because of this I have done some research into what frameworks would be suitable for our purposes. (Note that this is not intended to cover all commonly-used web frameworks - I have intentionally ignored some [web frameworks built in Java or C/C++, for instance] because they tend to present long development cycles that I do not feel are adequate for our purposes. Also, I am leaning strongly towards frameworks that are frequently used / well supported as well as written in a programming language that is itself frequently used, with the intention that it will be easier, when needed, for other developers to work with the frameworks.)

Some of the criteria I have for web frameworks include the following:

  • should be highly productive (i.e., able to let developers achieve high-quality results in minimal time)