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

  • MS Word special characters Regex

    That pesky Microsoft! They have to be different and mess us developers around don’t they. Have you ever noticed that Microsoft Word’s symbols look a bit different or act a little odd? Well it’s because they are not the standard char characters. This can be a pain for Regex and other things. So how do

    Continue Reading

  • Sticky Menu Bar code and example

    This is a bit of a feature a lot of websites use and love, which is the Sticky Menu Bar. This could also be used for things like a cookie policy bar as well, but what ever the use it is a good feature. However I see some people add these with some terrible code

    Continue Reading

  • How to test a SOAP Interface with SoapUI

    SoapUI is a testing program to test any SOAP interface. This is a method of how to use SoapUI and test an interface.

    Continue Reading