Recent Posts

Setting up a Windows VPN Server on Azure

6 minute read

I recently decided that I wanted to secure all of my network traffic using a VPN. Just search for Edward Snowden and you will come up with a few reasons why ...

An Ode to Portland

3 minute read

As I get ready to say goodbye to Portland, I wanted to recollect the things that I love about this city where I’ve lived for the past 3 years. To begin with,...

Using the AWS flow framework in a Maven project

2 minute read

Recently, I’ve had to use the SWF flow framework for Java for an existing project using Maven. The developer guide and online examples only talk about using ...

GoodBye Google Reader

less than 1 minute read

Update: Switched to Feedly instead. It automatically syncs all of your google reader subscriptions. Easiest transition ever. Google Reader has been one of t...

How a good day turns bad

1 minute read

I’m in Seattle for a 4-day training course on AWS at Amazon and the weather here is a sunny 75 degrees. Today was the first day of training, I learned a lot ...

WikiPublisher plugin for jenkins

2 minute read

Sometimes, folks other than the developers are interested in the finding out about the different builds and the components (upstream projects) that are in a ...

major.minor plugin for Jenkins

2 minute read

~~Recently, I’ve been tasked with setting up a build environment at work and we decided to go with Hudson and now Jenkins. I think the best part of Jenkins i...

Hard drive fail!

1 minute read

Update:So it turns out that it wasn’t a windows update problem after all. My Samsung hard drive was faulting and had gone bad. Even though the Hard Drive S.M...

jQuery Formhints plugin

1 minute read

A very simple jquery plugin for showing hints right next to form inputs. This is a jquery adaptation of the excellent javascript & css form hint script h...

Installing SVN server

1 minute read

Install latest Apache http server Install SVN Make sure to install mod_dav_svn and mod_authz_svn. mod_authz_svn is only needed if you p...

Moving repositories/Creating backups in SVN

1 minute read

Recently, I needed to move some projects around in my SVN and it turned out to be very easy, although it took a bit of googling. This also gives you a way to...