Latest

Perfect table migrations in redshift and hive

Always do your migrations like this

Here’s a neat little trick due to David Heller at Alooma — perform any migration in redshift (or other columnar store) without any need for downtime, table locking…


Choosing Data Structures: A guide for the confused

This past friday I was teaching a workshop at Coalition for Queens to prepare alumni from their code school for interviews as software developers. One asked about resources for learning how to choose data structures in practice, because she…