Home

Mac Image

A Technical DevOps Blog, sharing knowledge and wisdom to all that will read.

I like many developers and engineers are constantly pushing the boundaries of the digital world. When doing this I get stuck and rely on the kindness of other people to share their how, what and why’s. In doing so I sometimes find myself having to search the whole of Googles indexes to find what I need, which is why I then try to help the next person looking by consolidating all that effort into a single location that is my blog.

Latest Post

  • Returning an image from a General Handler in .NET

    You know how to return a string, you know how to return an integer and you know how to return JSON, but do you know how to return an image from a General Handler file (ashx) in .NET 4.6? Well if not then fear not as I have the answer. Simply put you make sure

    Continue Reading

  • Password Regex with optional Special Characters Symbols

    After number of failed attempts I have gotten to the Regex that validates your password with optional symbols. This example will validate it has 1 lowercase letter, 1 uppercase letter, 1 number and then the symbols are optional, but it also validates the symbols added in are acceptable.

    Continue Reading

  • Visual Studio Team Services Gulp Task Setup

    The Visual Studio Team Services Gulp task is a free pre-built module in the VSTS build and release section that runs, yes you guessed it, gulp tasks. As much as it is very good and the directions on use are good, but one part I found hard was how to pass the arguments into the…

    Continue Reading