-
Easy Django Deployments with Ansible
·Get your Django project up and running in production in seconds.
-
Persistent Search Filtering with ASP.NET MVC Value Providers
·Want your MVC web app to remember your users’ search parameters? There’s a feature for that.
-
Factor Your Django Settings Into uwsgi Ini Files
·If you have one codebase and multiple sites, keep your settings in ini files.
-
Populate Your Test Database With Mixins
·Maintaining fixtures got you down? Use a mixin!
-
Python Documentation and Vim
·Today at a CodeMash session I did a bit of pair programming, which honestly I hadn’t done in over 10 years and was a great experience, and we were given to work on two programming exercises: the canonical “FizzBuzz” game and then a more difficult String Calculator Kata. Because my partner did not have a language environment he...