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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »