An interesting new tool that you can install in Sublime Text or Vim that lets you get live-updating usage examples from GitHub for the code you’re currently editing.
What’s the easiest way to speed up your Python server? By handling the requests with Go. See how Andrey Petrov did it (by using C in the middle). Read More.
Run processes, but inside Docker containers. The docs boast you can “off-load computationally expensive parts of your program to a remote fleet of Docker engines.” There’s also an introductory blog post.