Day 2: LA

Today was a day in LA. I started by visiting the Snapchat offices, and then headed over to El Segundo, CA to do a workshop at El Segundo High School with the programming club. It was the first workshop of the trip, so I wasn’t quite sure how it was going to go–but it went … Continue reading Day 2: LA

Day 1: SF -> LA

Today is day 1 of the road trip. I’ll be sharing some fun details along the way here on my blog, as well as some photos on jkeesh.tumblr.com, but mainly, you should follow Karel at karelthedog.com and @KarelTheDog on twitter for the latest updates. Karel and I will be travelling around the country, seeing the … Continue reading Day 1: SF -> LA

An Easier Way to Set Up Remote Git Repositories for Lightweight Deployment

In an earlier post, I wrote about how I do very, very lightweight deployment with git. I found myself doing this over and over again, so here is a little script that does it for you. Now getting your local code on your server is as easy as: server$ python create_repo.py repo.git /your/checkout/directory/ local$ git … Continue reading An Easier Way to Set Up Remote Git Repositories for Lightweight Deployment