Tyler Stroud
About Tyler Blog Say Hello

Dec 9, 2015

Using Vagrant for Development

Vagrant facilitates a consistent, reproducible, and simple workflow for managing development environments.

Nov 18, 2014

Storing and Querying Objects in Redis

Redis is a super fast, in-memory, advanced key-value store capable of lightning quick operations. While it is commonly used for tasks such as caching, realtime leaderboards, analytics, and similar, in this post I am going to explain how you can use redis for storing and efficiently querying millions of objects.

Jul 21, 2014

Autoscaling, Hostnames, and Puppet

Automatically set hostnames and CNAME records for instances as they boot up. Connect/remove instances from the puppetmaster automatically on boot/shutdown.

Jun 23, 2014

Why I Ditched Capifony As A Deployment Tool

In this post I will explain how I use a few tools to deploy applications as OS packages (in this example, RPMs).

Copyright © 2018-2025 Tyler Stroud