Substitute 'ifs' With Message Passing

I've just watched yet another stellar talk by Sandi Metz, called Nothing is Something (RailsConf 2015). In the talk Sandi was presenting how to substitute if »

Implementing a Strong Code Review Culture

The Goal Just finished up watching this Implementing a strong code review Culture session by Derek Prior. The topic resonates with me. That's why I want »

CKEditor and ASP.NET Bundling

I was kind of surprised that CKEditor does not work with ASP.NET bundling in optimization mode. Faced some path related glitches. Turned out there is »

KendoUI and ASP.NET Bundling

Just spent a lot of my time trying to intersect Kendo UI and ASP.NET Bundler. The crack of them problem is that kendo scripts are »

Becoming an Outlier: A Review

Disclaimer I’m not affiliated with Pluralsight in any way - I just love their products. What I loved about it? If You are serious about »

Migrating a TFS repository to git

The Goal Migrate a TFS repository to git, without losing the history. The Solution I found Git-Tf extension pretty useful. I've already migrated two projects and »

Managements Tips and Tricks Part 1: Who What When

The Goal In this post I want to share a technique You can leverage to get things done. Especially when You collaborate with other people. The »

Read Your Functional Tests as a Book in C# Part 3 : High Level of Abstraction

The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The Code. At last Here »

Read Your Functional Tests as a Book in C# Part 2 : Setting Up The Stage

The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The System Under Test We »

Read Your Functional Tests as a Book in C# Part 1: The Tragedy

The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The Tragedy I've seen a »