I wrote a utility to aid in rebuilding the indexes for CouchDB Design Documents Views. This is particularly useful after a server migration, or data import.
One-liners can be piped into the heroku run console command—what about longer scripts you write locally and want to execute in a remote Heroku environment?
As machine learning techniques are increasingly used to make predictions about people, there are a few big ethical questions we need to be asking ourselves.
Do you apply the Single Responsibility Principle to functions and methods? This post illustrates the reasons why you might want to with a brief example.