The Essential Protobuf Guide for Python
Are you already making use of Protobuf for serializing your data? If you aren't, read this post to find out what you are missing out on!
Are you already making use of Protobuf for serializing your data? If you aren't, read this post to find out what you are missing out on!
Patterns for deploying RESTful Flask applications
Flask is a lightweight Python web development framework that is becoming more and more popular, as you can see from this comparison against Django.
Commits do not always turn out as you'd like them. However, using interactive rebases, you can craft beautiful commits by modifying your commit history.
Let’s say you are currently adding new arguments to an installation script for your software. After some work, your commit history may look different than you would like.
The good, the bad, and the ugly of R's typing system and how environment variables can remedy the situation.
I was recently alerted because my Bioconductor package openPrimeR was failing the automated package tests. The reason for this is that the Bioconductor team has decided to set a new environment variable when testing the packages.