Fork me on GitHub
  1. Python's Dictionary Get

    In a Python dictionary, one way to return the value for a specific key is a_dictionary[key]. Another way is to use the get method: a_dictionary.get(key). The difference is when the key is not in the dictionary. The bracket method returns an error, but the get method is …

    read more
  2. Bcrypt with Rails

    Bcrypt is an algorithm for hashing passwords that can be implemented in many programming languages. When a user signs up or logs in, the password they entered is sent to the server. SSL should be used for this stage, but that is separate from bcrypt. Bcrypt's job is to protect …

    read more
  3. PollTheWorld

    • Create polls, vote, and view responses summary.
    • Heroku hosted Backbone.js application consuming RESTful Rails API
    • Custom user authentication system with hashed passwords, session token and guest login
    • Infinite scroll appends next page's Backbone collection on scroll off event
    • Extends Backbone's model parsing to include relations
    • Custom Backbone composite view …
    read more
  4. The Practice of Programming

    Disclaimer: This book does not have any python examples. But even before I began dabbling in C, I believe this book made me a better programmer. I recommend this book for the intermediate programmer who knows how to code, but may not be very good at coding with others. Someone …

    read more

« Page 2 / 3 »

links

social