Welcome to Ryan Williams' Developer Blog




Getting Started With Git On Windows With PowerShell

Git is a popular distributed version control system that is becoming almost a standard in software development. Here I show how to get started with the basics.

Tagged: Git, PowerShell

How To Automate A Radio Station With SHOUTcast

I want to create my own radio station that runs MP3s for me in a playlist on a VPS (virtual private server) and serves as a SHOUTcast audio streaming server for

Tagged: PowerShell

Dynamic Sub Domains in ASP.NET MVC

For SEO or other reasons, it may be required to have dynamic sub domains. Here they are set up with ASP.NET MVC.

Tagged: ASP.NET

Autoplay vs Non-Autoplay in Video E-Commerce

The results of an A/B test with autoplay or non-autoplay are in after a decent sample size and weeks of testing. Autoplay was more effective.

Tagged: A/B Testing

Tech Blogs, News and Learning Sites

These are websites that I find utility in reading for staying current on what's going on in the tech and web world.

Tagged: Education

Code First Membership

This is the third and final part in a series on building this site. This part is about membership and finishing an article engine.

Tagged: PowerShell

Creating A Database With Entity Framework And Continuous Deployment

This is the second part in a series about building a version of this website. It focuses on making a database and synchronizing it remotely

Tagged: C Sharp, PowerShell, SQL

Setting A Foundation For Continuous Deployment

Setting A Foundation For Continuous Deployment