Rewarding moments during Lunch & Learn... Mar 15, 2018 Today I witnessed a C++ developer explaining the essence of Test-Driven Development (TDD) to a Haskell developer. And a bunch of other developers pitched in! It was over lunch. We don’t talk about TDD everyday while eating. ...
Visual Studio's default path for new projects Feb 20, 2018 Today I took the time to fix something very simple: Visual Studio’s default path. In the past decade there has never been a single project I wanted to save to: ...
F# Test Setup for FizzBuzz Feb 07, 2018 In my previous post we setup a basic F# project in Linux. In this post I would like to show how to setup an idiomatic F# testing environment using FsUnit. ...
F# Setup Linux: FizzBuzz Feb 05, 2018 One of the first things I always struggle with when learning new languages is the environment. Here is a simple setup for playing with F# and Linux. Prerequisite: .NET Core with Linux I won’t go into setting up . ...
Docker and Octopress Apr 04, 2017 This post describes how I created my first customized docker image(s). I have been watching the docker space for a while and finally found a private use-case: This blog uses Octopress, which is a ruby-based convenience-wrapper around Jekyll. ...