Bringing runtime checks to compile time in Rust
Learn how to take advantage of some neat Rust features to help you write better code. (more…)
Read more »Credstash is a cli utility for managing credentials securely in AWS cloud. It uses a combination of AWS Key Management Service (KMS) and DynamoDB to achieve it. One of my co-worker has written a more detailed tutorial here. The original tool was written b… Read more