When building small components, its important to build with some flexibility in mind. What you want to avoid is to try to solve potential future problems that don’t yet exist.

January 1, 2016


Previous post
Colored Output and Automatic Testing We can get colored output and automatic testing in our python development process by using rednose and sniffer. Below are some example files that
Next post
Joining URL Paths When you want to join an absolute url path http://domain.com with a relative path /authenticate changes are you’d want do something like this