El TPS (Toyota Production System)

Este post, decidi hacerlo en castellano. Xq se preguntaran? Xq seguramente pierda mucho del vocabulario y la escencia que quiero impactar en el mismo, con la visita que he tenido la oportunidad de realizar.
Me ha gustado mucho pasear por la fabica y conversar con las personas que son parte de Toyota y que hacen que mi auto particular sea parte de ellos también en este momento ;)
Simplemente, pienso y creo, que mucho de lo que van a leer, es el ideal que muchas empresas buscan.
Gracias por haberme invitado a aprender y verlos en accion :D

DevOps Metrics and Key Performance Indicators

When tracking key DevOps metrics, focus less on the perceived success or failure according to any one indicator, but rather, on the story these metrics tell when examined together. A result that seems problematic on its own could look completely different when analyzed alongside additional data.


Careful tracking of the KPIs highlighted bellow can ensure not only greater efficiency in development and production, but more importantly, the best possible end-user experience. Embrace DevOps metrics, and you could see vast improvements in application deployment and feedback.


Using DevOps Metrics Effectively

If you’re a DevOps leader, you have a very tough job. You have to radically transform processes and behaviors that have been ingrained in IT for decades. You have to adopt new technologies quickly while still delivering code quickly and cost-efficiently. And you have to do all this better than your peers at other companies. Otherwise, you’ll simply slow your company’s progress in the new digital marketplace while your better-performing competitors gain advantage.


DevOps & KPIs is making an impact?

DevOps encourages incremental changes and faster releases while also improving quality and satisfaction. But how do we know if DevOps is making an impact? How do we decide what needs to change? We need to measure and this is where DevOps metrics come in.


DevOps Metrics and KPIs

DevOps may seem like the new kid on the block with all the buzz surrounding it, but it’s actually been around for a while and has proven itself a valuable method for improving software enterprises’ ability to deliver better products in less time. It achieves this lofty goal by leveraging the power of cross-discipline teams and empowering transparent communication throughout the organizations. A culture of communication goes a long way in improving morale as well as efficiency.

Gitflow & Gitflow Workflow

GitFlow is one of the popular branching strategies if you using Git version control. Most of the teams I have worked with generally are very satisfied using it. With fixed branch names, pull requests for code reviews, teams find that it fits very nicely with their day to day workflow. 

Gitflow Workflow is a Git workflow design that was first published and made popular by Vincent Driessen at nvie. The Gitflow Workflow defines a strict branching model designed around the project release. This provides a robust framework for managing larger projects.  


How BDD and Continuous Delivery Help Developers Maintain Flow

Programming is cognitive work, and programmers perform their best work under intense concentration. While there are external factors that can affect this, such as having a quiet office, controllable ways of communication, etc., there are also some internal factors that need to be taken into account. In fact, the way we work can influence the quality of the outcome the most.