← Check out TrackMaven.com

3-2-1 Backup of Postgres on AWS to S3 and offsite server

3 copies, 2 different media types, 1 offsite, boom, good to go.

-- Abraham Lincoln

Backups should be straightforward, automatic, have few moving parts, adhere to the 3-2-1 rule, and, most importantly, facilitate easy recovery.

TrackMaven's applications run on AWS ... Read more.

Building a Testable D3 Charting Application Within Angular.js

Why this post?

  • Most of the examples on d3js.org are much smaller, proof of concept applications which funcion well as a single page app but not necessarily in the reuseable context of a larger, more complex app.

  • This post assumes familiarity with Angular.js' concepts of Controllers, Directives, and Services, Jasmine's testing framework, and ... Read more.