engineering
Continuous Delivery Pipelines with Jenkins 2.0
How to create continuous delivery pipelines in Jenkins 2.0
Apr 28, 2016
A Fresh Start with Ansible
A guide to using Ansible to automatically setup your OSX development environment
Apr 26, 2016
Test Setup as a Sanity Check on your Design
The importance of listening to your tests as a sanity check on your design
Apr 15, 2016
SIMD in Depth - Performance and Cost in C# and C++
SIMD in Depth - Performance and Cost in C# and C++ (Part 2 of 2)
Apr 07, 2016
Parallelism on a Single Core - SIMD with C#
An introduction to SIMD and parallelism on a Single Core - SIMD with C# (Part 1 of 2)
Mar 21, 2016
Working With Constraints
Strengthening our creative practice through a fresh perspective on our own limitations and those imposed by others
Mar 02, 2016
Exploring Session Based Testing
An introduction to session-based testing, a refinement to exploratory testing
Jan 07, 2016
Simplify Your Code With C# 6.0
An overview of the latest features in C# 6.0 and how they will simplify your code
Dec 16, 2015
The 3 Instil Check-in Commandments
3 essential things to check before you commit and push your changes to version control
Apr 03, 2015
Java Shark Jump Redux
Opinion piece on why Java 8's attempt to jump the shark is just that
Jun 06, 2014
Java Jumps the Shark
Java 8 attempts to 'jump the shark' with the introduction of streams, lambdas and 'FP'
Jun 04, 2014
An Intro To Option(al)
Introduction to the Option, Optional and Maybe Types in Scala, Java and C#