ElegantCode

A software blog

16 Jul
2011

Slightly modified “CD” Command for Powershell

Background In my previous job, I spent all my development time in a Linux environment. Was rather impressed at how much could get done at the command line, and how efficient some of those tasks became. My next job was based on Windows and mostly the Microsoft stack of development tools. This  meant I pretty […]

Read More
15 Jul
2011

New Open Source Project: OptionStrict.oEmbed

My friend, former colleague, and fellow Elegant Coder, Cory Isakson, has graciously allowed me to open source his .NET oEmbed library. Cory and I have been using this library for about two years, and a derivative of the library has been in production at an internet media company for nearly as long. The library is […]

Read More
14 Jul
2011

StatLight 1.4 and almost 1.5

Category:General PostTag: :

It?s been a while since I blogged about any updates to the StatLight project and even though people are saying ?SilverLight?s dead? I?d have to say there?s been more community contribution in the last few months to the project than there?s ever been. What is StatLight? For those of you who don?t know, it?s a […]

Read More
13 Jul
2011

Exploring CoffeeScript Part 3 – More on Functions

For this blog post we?re going to continue where we previously left off, talking a bit more about functions in CoffeeScript. Let?s get things started by talking a bit about function scope. Function scope Like Ruby, CoffeeScript uses lexical scope. This means that a variable that is declared inside a function is invisible to outside […]

Read More
11 Jul
2011

Pluralcast 46 : Keith Brown on RavenDB

Category:General PostTag: :

Listen to this Episode! [38:52] Pluralsight?s Chief Technology Officer, Keith Brown, tells about his experience using RavenDB for storage on the back end of Pluralsight.com. Keith is a co-founder of Pluralsight where he oversees the developer security curriculum, which has an impact across all of Pluralsight’s course offerings. Keith spends most of his time researching […]

Read More