Calvin Hendryx-Parker

Native Backup Solutions vs SnapshotsNative Backup Solutions vs Snapshots
September 7, 2016

Native Backup Solutions vs Snapshots

Backups are a necessity, whether they are done via the database's native backup technology, a snapshot, or dumping to tape. Here's the difference between some common solutions, and tips on how to get started...

READ MORE
Mighty MicrobitsMighty Microbits
August 19, 2016

Mighty Microbits

Microbits, powered by MicroPython, are exciting pieces of hardware with endless possibilities...

READ MORE
Managing complex Bacula configurations with YAML, Jinja and PythonManaging complex Bacula configurations with YAML, Jinja and Python
August 12, 2016

Managing complex Bacula configurations with YAML, Jinja and Python

How to make sure all servers are backed up, and do so in a way to avoid a performance hit…

READ MORE
Repeatable Development Environment with VagrantRepeatable Development Environment with Vagrant
August 8, 2016

Repeatable Development Environment with Vagrant

Vagrant is a tool to get developers set up quickly and easily on a project. It makes sure the virtual machine includes all the dependencies as they should be, and allows developers to use their own editing tools as they work on a project...

READ MORE
How AWS Lambda Simplifies Software DevelopmentHow AWS Lambda Simplifies Software Development
July 29, 2016

How AWS Lambda Simplifies Software Development

Lambda is Amazon Web Services' server-less infrastructure. It makes it possible to run small tasks that respond to various kinds of events without actually running any servers...

READ MORE
My Take-Aways From PyCon 2016My Take-Aways From PyCon 2016
June 17, 2016

My Take-Aways From PyCon 2016

Useful tidbits of information collected at the annual Python conference in Portland, OR...

READ MORE
FreeNAS to Add Bhyve SupportFreeNAS to Add Bhyve Support
April 12, 2016

FreeNAS to Add Bhyve Support

We can now run hybrid cloud services that combine the storage and virtualization layer to simplify hosting operations...

READ MORE
Building Python Command Line Tools, Part 4: CSV Importing and Time ZonesBuilding Python Command Line Tools, Part 4: CSV Importing and Time Zones
March 13, 2015

Building Python Command Line Tools, Part 4: CSV Importing and Time Zones

In the final part of our series on Python Command Line Tools, we'll put our application to work. I'll show you how to import the CSV module and handle timezones post import.

READ MORE
Building Python Command Line Tools, Part 3: Bootstrapping PyramidBuilding Python Command Line Tools, Part 3: Bootstrapping Pyramid
March 2, 2015

Building Python Command Line Tools, Part 3: Bootstrapping Pyramid

For the third part of our series on Python Command Line Tools, I'll show you how to use your console_script to bootstrap a Pyramid App.

READ MORE