1. April 26, 2022 - 5 min read

    This post details a couple of methods of implementing Green Blue deployments on AWS Cloudfront. Links to examples in typescript and AWS CDK are listed.

  2. December 29, 2020 - 14 min read

    This post details how to make a todo list application using the AWS Amplify toolset. Tech involves F#, Fable, AWS Cognito, graphql, API Gateway and AWS Lambda.

  3. April 05, 2020 - 7 min read

    This post details a problem solved when running dotnet test in docker. Namely the problem of retrieving files from the docker image when a non zero exit code occurs from the dotnet test command.

  4. March 14, 2018 - 1 min read

    Talk 'Hunting typosquatters with F#' at F# Bristol

  5. December 20, 2017 - 1 min read

    npm typosquatting results found an interesting javascript package I

  6. June 11, 2017 - 3 min read

    I’ve been adding unit test coverage to a project which uses a streaming approach to write potentially big files. With such projects it’s…

  7. January 22, 2017 - 1 min read

    I often want to check what values are included in the PATH env variable and Powershell provides easy access to this information with . The…

  8. January 22, 2017 - 1 min read

    I’m a big fan of powershell. Every now and then I write a function to help me in my day to day work. I plan to write one of these every…

  9. January 05, 2017 - 5 min read

    At work we use TeamCity for a CI server. We’ve had a lot of success with it but there are a few issues with the build logic that are…

  10. January 04, 2017 - 2 min read

    It seems like a trivial issue, but lately i’ve been thinking about the need to have a sensible naming convention for text log files. The…

  11. December 22, 2016 - 3 min read

    I’ve been working a bit too hard lately having extra-curricular powershell fun. The nature of powershell, the fact that basically everything…

  12. December 04, 2016 - 2 min read

    I’ve been writing a lot of powershell lately, learning a lot and generally loving it. I’ve also been configuring servers and applications to…

  13. March 19, 2016 - 3 min read

    In my day to day it’s not always possible to be able to properly write code in a TDD manner. The lack of existing code coverage, tight…

  14. January 12, 2016 - 4 min read

    A sort of new years resolution of mine is to use more powershell and command line in general. I’ve spent a bit of time customising a…

  15. January 03, 2016 - 2 min read

    A sort of new years resolution of mine is to use more powershell and command line in general. For this purpose I’ve been trying to supe up…

  16. December 07, 2015 - 1 min read

    Counting to 10 in different programming languages. Scratch C# F# python

  17. November 15, 2015 - 3 min read

    I have recently finished my first windows phone app. My first experience using an VVM framework and the XAML stack. I learned a few whilst…

  18. May 11, 2015 - 4 min read

    I was reading some code recently and was getting pretty sick of this pattern: This checks whether the setting exists in the configuration…

  19. May 08, 2015 - 1 min read

    I’m lucky to say that my workhorse language is C#. I’m less lucky to say that the way that this blog currently colours the C# syntax isn’t…

  20. April 04, 2015 - 4 min read

    I’m a coder, that’s what I am. That’s what I do and I do it fairly well. As a coder, it’s my responsibility to have a blog about my…

  21. April 03, 2015 - 1 min read

    Hello all, today a blog is born! This is all possible from forking the fabulous Jekyll Now repository on GitHub, though i’ll try and…