Trimming Down the Visual Studio 2013 UI
Here’s Visual Studio Community 2013 General settings defaults: If you want to simplify the UI, it’s possible to turn it into this: Instructions Here’s how to achieve the trimmed down screens...
Here’s Visual Studio Community 2013 General settings defaults: If you want to simplify the UI, it’s possible to turn it into this: Instructions Here’s how to achieve the trimmed down screens...
I’ve had a great year with some great accomplishments, including: Started speaking in public! I delivered a talk at NYC Code Camp, two at Harrisburg .Net Code Camp, and one at BarCamp Harrisbur...
Zendesk is a web based customer service application that includes tickets. As a Zendesk customer, you can typically interact only with tickets that are not archived. Archiving takes place 120 days...
Pam Selle has been writing blog posts on Scary Words in Programming. This is my contribution on eventual consistency. Eventual consistency is a consistency model used in distributed computing t...
First of all, if you have an upcoming speaking engagement, congratulations on being selected! If you don’t have a speaking engagement yet, no worries. Now is a great low pressure time to learn, gr...
Are you an eager GitHub user who wants to contribute to a repository that uses a development branch, but aren’t familiar with getting started without committing to master? No worries, here we go! ...
Travis CI is a cloud hosted continuous integration service that works with GitHub repositories for supported languages. Heroku is a cloud hosted platform as a service, enabling you to deploy applic...
jQuery is a JavaScript library many web developers utilize for writing concise and powerful browser code, as well as abstracting away browser differences and deficiencies. While jQuery may become l...