Tag Archives: development

unicode – UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\u2026′

When working with the Twitter API I recently ran into a Unicode error saying “can’t encode character u’\u2026′ “. Doing a little research it became apparent this was a know issue in Python converting between Unicode and ASCII. The way … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

ngrok – secure introspectable tunnels to localhost

If your like many developers who write applications or services that need to be available, albeit eventually, to the internet but use your laptop as your development environment can be a pain. Also it can be insecure. Ngrok takes a … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Overview of tracing-framework by Google

The Web Tracing Framework is a collection of libraries, tools, and scripts aimed at web developers trying to write large, performance-sensitive Javascript applications. It’s designed to be used in conjunction with the built-in development tools of browsers but goes far … Continue reading

Posted in development, programming | Tagged , , | Leave a comment

Welcome to Flask — Flask 0.10.1 documentation

Welcome to Flask — Flask 0.10.1 documentation.  

Posted in Uncategorized | Tagged , | Leave a comment