Standard Data is used in 60+ countries worldwide.
Suffice it to say, we’ve seen a few things. These are our stories.

Our favorite thing in the world is to build data science tools for the global health world. We like it so much that we want to <strong>do it often</strong> and <strong>do it together</strong>, so we'v
READ MORE
If you use Homebrew to manage your packages, you should make sure that you keep it up to date, which in turn will allow you to keep your individual packages up to date as well. I went through this pro
READ MORE
When I was tasked with developing a proof of concept for the Standard Code Art Project, it only took me a second to think of how I was going to approach the challenge. Our objective was to show that w
READ MORE
You would normally only include the pry gem in your development environment. As a result, if you leave a pry binding in place outside of development, the code breaks when executed. Of course you sh
READ MORE
Ever needed to allow a user to print out a certain page or subset of data using rails? I initially went down the road of generating a PDF and using send_data to let the user download it. However this
READ MORE