sherlock

Performing Cloud Assessments

Introduction Often when working with a new client we ask for their cloud enterprise and solution architecture documents, we consider this the explicit architecture*. The enterprise architecture documents would include things such as the Cloud Service Catalog, Reference Architectures, and such. The solution architecture document would be the detail design Read more

MVP logo

MVP 2019-2020

Today I received an email that read in part as follows: It is with great pride we announce that Steven Fowler has been awarded as a Microsoft® Most Valuable Professional (MVP) for 7/1/2019 – 7/1/2020. The Microsoft MVP Award is an annual award that recognizes exceptional technology community leaders worldwide Read more

Bash Shell Scripting

This post contains short tables of commonly used items in this shell. In most cases, the information applies to both the Bourne shell (sh) and the newer bash shell. The best resource for understanding existing shell scripts is explainshell You can learn shell scripting interactively online. Good practices: #!/bin/bash #Explicitly tell Read more