Pebbling Club 🐧🪨

  • John Resig - Keeping Passwords in Source Control
    Notes
    Finally you’ll want to create a script (I’m using a Makefile) that the user can run to encrypt and decrypt the file. This script uses OpenSSL, and specifically CAST5, to encrypt/decrypt the file
    Feed
    Embed
    Unfurl
  • Configuring 12-factor Django apps — The Wellfire Blog
    Notes
    In the twelve-factor model, all configuraiton variables are stored in the OS environment. This makes updating settings in the deployed application way easier but what to do in local development?
    Unfurl
  • SplitSettings - Django - Trac
    Notes
    "If you use a source control system (CVS, SVN, ...), or want to publish your application on the web, it may be a good idea to move sensitive or machine/user specific settings like database passwords and such out of the main settings.py file. "
    Unfurl
  • Django snippets: minimal nginx conf to split get/post requests
    Notes
    "After a point the sql server becomes the bottleneck in lots of web application, and to scale, master-slave replication with single master, multiple slave is recommended. This setup with nginx can be used to accomplish traffic distribution between master and slave based on request method. "
    Feed
    Unfurl