One way of saving time when writing code is with stored procedures; prepared SQL code that you can save so the code can be reused over and over again. Stored procedures are a powerful vehicle for speeding up your code and giving you gains in performance. Stored procedures have many benefits—they can be easily modified, […]
Embedding Ownership: A DevOps Best Practice
From where I sit in the DevOps community, there is often more focus on dev than on ops. Damon Edwards (@damonedwards) of SimplifyOps sought to change that with his talk, “Ops Happens: DevOps Beyond Deployment,” at the All Day DevOps conference. Damon dove right into the primary, systemic force behind most DevOps problems: silos. The […]


