08/27/2016
Posted by John Vrbanac
apps and libraries
One of the things that I've ran into a lot lately is having to write hookups
to fetch and deserialize configuration from multiple sources. Lately, a lot of
that is loading data from a file for local development and then loading from
Consul when the app is deployed.
There are …
Read More...
02/15/2015
Posted by John Vrbanac
apps and libraries
If you're like me, you've run into the situation where you want to interface
with your cloud resources, but you don't want to use the official clients due
to the number of dependencies it would introduce into your project. This is
where the requests-cloud-auth library comes in. You can make …
Read More...
12/20/2014
Posted by John Vrbanac
apps and libraries
I just released a new small project of mine called Alchemize.
Lately, I've been writing a lot of clients and services in Python and
I've noticed that there tends to be quite a bit of code duplication
between the data models that interact with the DB's and APIs. It seems …
Read More...
12/03/2014
Posted by John Vrbanac
apps and libraries
Fresh off the press! This evening I have pushed up the latest version
the Specter up on PyPI. For those who aren't familiar with it, Specter
is a Python testing framework inspired from RSpec and Jasmine. One of
the primary goals around Specter is to bring a more expressive and …
Read More...