Careers 2.0 by Stack Overflow
gravatar
profile updated
on Oct 30, 2012

Michael Murray

UT, United States

mkmurray.com

Currently Software Developer at Extend Health.

Software Engineer that aspires to be a software architect and trainer of best practices and patterns. Strong desire to keep up with latest development technologies and environments, and also look at new ways to solve problems.

6 years experience in Microsoft .NET software development for document portal & commerce websites, back-end fulfillment systems, content processing & transforms, and Windows Installer technologies.

Most proficient in C# 4.0. Very comfortable in ASP.NET, JavaScript, SQL, LINQ, XAML, XML, XSLT, and C++. Familiar with PHP & Perl. Dabbling in Ruby and F#.

Education mostly in Java and C++.

.NET 1.1 - 4.0, Silverlight, WPF, WCF, WWF, Visual Studio 2010, jQuery, jTemplate, Team Foundation Server, SVN, BizTalk 2006, SharePoint 2007, Commerce Server 2007, SQL Server 2008, SQL Reporting Services, IIS 6.0 and 7.0, various VM software, MSBuild, WiX, MSI, and ClickOnce.

Created a Silverlight reporting dashboard as side consulting project using MVVM Light, MEF, & WCF RIA Services; would strongly consider Caliburn for next project.

Enjoy fiddling with ASP.NET MVC (& FubuMVC), NoSQL, TDD, BDD, Git/Mercurial, CQRS, Message Buses, NHibernate, Entity Framework, Reactive Framework, Functional Programming, & Monads.

Passionate about reading .NET blogs, programming books, and attending local events regarding best practices and applications of the latest technologies.

Experience show all

Software Developer, Extend Health

November 2010 - Current

Software Engineer, Knowlysis, LLC

September 2007 - October 2010

Software development (Java and .NET) and knowledge consulting for clients such as American Medical Association (AMA), American Institute of Certified Public Accountants (AICPA), AT&T, Paypal, Sprint, Boeing, Infor, PricewaterhouseCoopers (PwC), Financial Accounting Foundation (FAF), LDS Church, SelectHealth, and more.

We do ecommerce and knowledge management web solutions, data migrations, content management and authoring, as well as a few desktop products.

Helped architect and develop jQuery/AJAX document portal web application for the American Institute of Certified Public Accountants (AICPA).

Migrated a Java-based series of desktop products for the American Medical Association (AMA) to run under the .NET Framework for long-term Windows compatibility.

Developed and improved many content processing and transformation systems that consisted of a mixture of .NET executables, XSL transforms, and Perl scripts.

Pair programmed with and trained a part-time, junior developer; took part in interviews involving candidates with .NET experience; involved in project planning and level of effort estimates for .NET projects.

Software Engineer, Ancestry.com

May 2005 - September 2007

Develop front-end and back-end commerce systems for hard good products using the latest and greatest Microsoft tools and environments.

Developed a new fulfillment system for all Commerce products using BizTalk, especially for the new print-on-demand product (http://ancestry.mycanvas.com/).

Coded a fulfillment process for print-on-demand books using an in-house workflow API (http://www.ournameinhistory.com/).

Designed and created SQL reports and an operations console to monitor & manage fulfillment workflows.

Maintained the process of uploading and indexing newspaper images for Ancestry.com's online collections (http://search.ancestry.com/search/category.aspx?cat=38).

Ancestry.com used to be called The Generations Network and MyFamily.com, Inc. Their family of websites include Ancestry.com, MyFamily.com, Genealogy.com, RootsWeb.com, and more.

Education

B.S. Computer Science, Brigham Young University

2006

Stack Exchange show all Last seen today

Open Source (10) show all

fubumvc

GitHub, Jan 2011 - Sep 2011

A front-controller style MVC framework for .NET


spark

GitHub, Apr 2011 - Nov 2012; followed by 2 people

Spark is a view engine for ASP.NET MVC and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and any code to fit seamlessly.


IntroToFubuMVC

GitHub, Jul 2011 - Sep 2011; followed by 4 people; forked 2 times

An alternative to ASP.NET MVC


CodeCampOverflow

GitHub, Mar 2011 - May 2011; followed by 8 people

Utah Code Camp presentation introducing FubuMVC


KanFu

GitHub, Dec 2010 - Apr 2011; followed by 10 people

A Kanban board built on .NET using FubuMVC


AnagramKata

Bitbucket, Jul 2010 - Sep 2011

Source code from Anagram Kata blog post series about BDD using MSpec.


MaybeMonadExtensions

Bitbucket, Sep 2010 - Sep 2011; followed by 2 people

Source code from Maybe Monad blog post.


MurrayMonads

Bitbucket, Sep 2010 - Sep 2011

Source code from Maybe Monad blog post. Don't use this one, use the MaybeMonadExtensions instead (http://bitbucket.org/murrayondotnet/maybemonadextensions).


A modified Oxite open-source blog engine on top of the DB4O object database engine.


Pegasus Library

CodePlex, Mar 2007 - Apr 2007; followed by 7 people

The Pegasus Library is a collection of .NET classes that augments the .NET framework with helper classes and services.


5 more

Writing (8) show all

FubuMVC Behavior Chains - The BMVC Pattern

Murray on .NET

For the last several months at work, we have been gradually migrating our production website to use the .NET open source FubuMVC web framework. Behavior chains are by far my favorite feature of FubuMVC. I believe they single-handedly revolutionized our use of the MVC pattern in a web environment. In fact, I like to think of it as a whole new pattern, the BMVC Pattern.


Maybe Monad Extensions

Murray on .NET

I learned a lot from my last foray into implementing my own Maybe Monad. Apparently, it got noticed by and was actually useful to Derick Bailey, as it was one of the…


Reactive Framework Finally Explained

Murray on .NET

I have been intrigued by the Reactive Extensions for .NET (Rx Framework) for quite a while now, especially the fundamental shift from a “push” data model as opposed to the “pull” model most familiar to us. I have thought to myself that this must be a game changer in how data and events are consumed in every-day software.


Anagram Code Kata – BDD & MSpec

Murray on .NET

Many forms of martial arts utilize the kata as a means for detailed, focused practice and training. The power of this practice comes from repetition and focus on simple fundamentals, “while attempting to maintain perfect form.” The principle goal is to “try out different combinations of techniques in a safe, practice environment to ultimately find out how to defeat your opponent”.


The "Yield" Keyword in C# (AKA Execution Control Hot Potato)

Murray on .NET

I actually read about this topic a while back when I saw a C# code sample containing an unfamiliar keyword -- yield. Well just today I saw another code sample using this keyword again, and had since forgotten everything I had learned.


ASP.NET Providers - Membership, Role, and Profile

Murray on .NET

Seems like any website you start nowadays involves creating the same common features we see all over the web. These include creating user account functionality, storing profile information, implementing role-based access to content and features, instantiating SQL tables and data access repositories, and so on, so forth. In most cases it would be a complete waste of time and money to roll your own implementation every time.


Lazy Loading with LINQ

Murray on .NET

I've been following Rob Conery's ASP.NET MVC Storefront project that he has been broadcasting to the world via webcasts. It's a Storefront website application built on technologies such as Windows Workflow, ASP.NET MVC, CardSpace, StructureMap, PayPal Standard, OpenID, and many others. While slowly connecting all of these technologies together, Rob attempts to really learn TDD at the same time. One of the things that I really like that he did was to modify the Repository Pattern slightly by adding in Pipes and Filters Pattern on top of it using the IQueryable generic in LINQ.


Randomly Reordering an Array - Beware of Bias

Murray on .NET

So I came upon a blog post by Scott Mitchell and found that I (just as the author has done) have been using a naive algorithm for randomly reordering arrays (mostly notably used when shuffling a deck of cards). I have seen this simple iterate-and-swap reordering algorithm all over the place, even in my education at college. I can think of a few applications that I am using it in right now.


3 more

Reading show all

The Clean Coder: A Code of Conduct for Professional Programmers (Robert C. Martin Series)

The Clean Coder

A Code of Conduct for Professional Programmers

Robert C. Martin

Let's stop being hackers and start being real professionals. Uncle Bob Martin explains what it means to be professional and why the business people we work with view our field as immature and unreliable.


JavaScript: The Good Parts

JavaScript

The Good Parts

Douglas Crockford

We call him Lord Crockford around the office and have viewed his book as the Bible on clean, performant JavaScript. You won't write JS the same way again after reading this quick read!


Object Thinking (DV-Microsoft Professional)

Object Thinking

David West

Great introduction to the roots of Object-Oriented programming and design. I like the fresh perspective it has given me to object interaction and responsibilities. Not a book on SOLID principles, just FYI.


Real World Functional Programming: With Examples in F# and C#

Real World Functional Programming

With Examples in F# and C#

Tomas Petricek, Jon Skeet

I'm thinking F# might be one of the best things to come out Microsoft. It's a terrific language and I encourage all to read this book, even if only to improve your functional C#.


Practical Ruby Projects: Ideas for the Eclectic Programmer (Books for Professionals by Professionals)

Practical Ruby Projects

Ideas for the Eclectic Programmer

Topher Cyll

Be prepared to be immersed in tons of hands-on Ruby code. There's no messing around! A book concept simply implemented, yet very effectively and diversely.


Tools

Vim

Background

Projects and links

Contributing to FubuMVC a lot lately