Matt Watson
7 posts.
- Employee Turnover Is the Silent Dev Team KillerEmployee retention is a silent killer for dev teams and AI is making it worse.
- How to Become a Senior Software Engineer? I hired 1,000 of them.I have hired somewhere north of a thousand software engineers. At VinSolutions, at Stackify, and now at Full Scale, where we build dedicated development teams for companies across the US.
- What is the Ops in DevOps?So what does DevOps mean exactly? What is the Ops in DevOps? Operations can mean a lot of things and even different things to different people. DevOps is becoming more and more popular but I also t…
- Windows Server 2012 Enable RDPAfter installing Windows Server 2012, one of the first things you likely need to do is enable RDP. Thanks to the Metro UI, things are a little different...
- Silverlight WCF Service Reference Usage SimplifiedOne of the biggest problems with using a WCF service in Silverlight is resolving the service itself in the correct place at all times. When moving code from your dev machine to staging and to produ…
- EOLAS ActiveX IE6 - I found a fix?
- RegEx for CSVAfter much searching, this is the best RegEx I can find for splitting a line of text from a CSV file: (?:^|,)(\\"(?:\[^\\"\]+|\\"\\")\\\"|\[^,\]\)
