Config transforms via powershell
We had another quick powershell challenge in the office – we are trying to squeeze every second out of our build server, …
Snippets are my way of taking quick notes on things that have caught my eye – often so I can come back to them at a later date.
We had another quick powershell challenge in the office – we are trying to squeeze every second out of our build server, …
My boss has a great technique – every day he blocks out the next business day with the calendar, so that people …
We recently had a case where we wanted to unit test some logic in the Controller.Initialize() method. This method is executed fairly …
A quick powershell excerpt, that will look for any certificates that expire in the next 30 days: Get-ChildItem cert:\LocalMachine\My ` | where …
I keep forgetting where this site is, but it’s great for developing and testing regular expressions. Noted for future! http://rubular.com/
Today I wanted to add a quick async build event to Visual Studio – specifically I wanted to send a quick wake …
This looks exciting, lots of potential: https://www.thalmic.com/en/myo/
Whilst updating myself on Heartbeat I came across this great resource to check the SSL configuration of your web server: https://www.ssllabs.com/ssltest/ Definitely …
It is important to me that I incorporate some interesting photos with my blog – so it was a great find for …
This made me laugh a lot – I suspect this might feel familiar to a lot of people in Engineering industries! The …