A common issue I see when discussing DevOps with teams or organizations is the presence of Organizational Silos. Organizational Silos are made up of all types of people. Sometimes its a job type, like developers, qa, or infrastructure. Sometimes its a department, like accounting, or hr. Whatever the composition of these silos, they usually impact … Continue reading Shared Focus – Using The First Way with DevOps
Category: Development
Some Tools to Help Present Git
https://git-scm.com/images/logos/2color-lightbg@2x.png I'm presenting soon on Advanced Git. I feel a lot of Developers and DevOps engineers know enough git to the job, but sometimes that's it. I want to help people be more comfortable with the git command line, and help alleviate some fear or hesitation in dealing with git edge cases. While researching things, … Continue reading Some Tools to Help Present Git
Dependency Injection, Architecture, and Testing
This blog was posted as part of the Third Annual C# Advent. Make sure to check out everyone else's work when you're done here Depenency Injection, or DI, is a Software Architecture Design Pattern. DI is something that comes up during discussions on SOLID, IoC (Inversion of Control), testing, and refactoring. I want to speak … Continue reading Dependency Injection, Architecture, and Testing
RESTful API Versioning
I've been a developer for a long time, writing APIs and clients to consume them. When an API is around long enough, it needs to change. I've versioned APIs in the past using a number of different techniques. Some successful, some painful. Now I realize this discussion is like the VI/Emacs conflict, the Tab/Space wars, … Continue reading RESTful API Versioning