devspade

a developer's website

Reboot

Here is a post.

That was all I had on a test post I had running on this site for about 3 weeks. The old version was running a bit stale. I told myself to keep it going because I did have 2 or 3 random posts that got random google traffic and so I probably should just leave it right? I ignored the facts. I hated the design. I hated dealing with WordPress. I found posting well formatted code on there so ridiculously complicated. And more importantly I used all of those excuses as reasons to post nothing at all.

So what do you do when everything locks up on your computer? Reboot.

Welcome to devspade.com version 3.x?? It’s running on Octopress now with some very light design work by me. I’ll definitely be tweaking the design as I go. But more importantly I will try to keep the content somewhat up to date and try to post some code here and there. Until then, check out my Github stuff and maybe consider your own reboot if the time is right.

Projects

Alkaline for Windows
alkaline for windows

Alkaline for Windows was built as part of Litmus Sprint week. It’s a metro styled Windows desktop application that allows you to create Litmus tests right from your desktop. Just drag and drop your email in. It’s built with C#, WPF and the MVVM pattern.

C# Wrapper for the Litmus Api
Litmus api wrapper

The Litmus C# wrapper is a client library that wraps the REST based customer api for the popular Litmus email testing platform. It allows you to created Litmus email and page previews right from your application. It’s open source and come’s with a complete set of unit tests