Agile Thoughts

  • Autor: Vários
  • Narrador: Vários
  • Editor: Podcast
  • Duración: 44:56:05
  • Mas informaciones

Informações:

Sinopsis

In the time it takes to receive a Starbucks coffee, Lancer Kind covers how to consistently release software with zero defects, and how to guide teams and organizations through changes necessary to do Continuous Delivery. The Mandarin edition is at ():http://agilenoir.biz/feed/podcast/

Episodios

  • 138 What Katas should devs start with, what katas should sysops start with, and what about Network Engineers?

    09/02/2021 Duración: 15min

    Anadi recommends these devops katas: https://www.katacoda.com The periodic table of devops: https://digital.ai/periodic-table-of-devops-tools Cloud Native Computing Foundation (CNCF) trail map: https://github.com/cncf/landscape/blob/master/README.md#trail-map Coding Stories (more focused on Dev at this time, but you can contribute others): https://codingstories.io/about Some sound effects were used from the following FreeSound.org users: Robinhood76, zagi2

  • 137 Devops Quandary: stay with Task Oriented Shell Scripts or learn High Level Programing Languages

    01/02/2021 Duración: 10min

    Anadi recommends these devops katas: https://www.katacoda.com Some sound effects were used from the following FreeSound.org users: Robinhood76, zagi2

  • 136 Automating Infrastructure: Test Drive Outcomes before Developing Automation

    26/01/2021 Duración: 09min

    Anadi recommends these devops katas: https://www.katacoda.com Some sound effects were used from the following FreeSound.org users: Robinhood76, zagi2

  • 135 Katas for DevOps with Anadi Misra

    20/01/2021 Duración: 08min

    Anadi recommends these devops katas: https://www.katacoda.com Some sound effects were used from the following FreeSound.org users: Robinhood76, zagi2 Lisa is a co-author of Testing eXtreme Programing: https://www.amazon.com/Testing-Extreme-Programming-Lisa-Crispin/dp/0321113551

  • 134 Continuous Delivery is about Testing, Lisa Crispin

    14/01/2021 Duración: 09min

    Lisa Crispin is a founder of the Agile Testing Fellowship: https://agiletestingfellow.com Lisa is a co-author of Testing eXtreme Programing: https://www.amazon.com/Testing-Extreme-Programming-Lisa-Crispin/dp/0321113551 Other mentions: Accelerate book recommended by Lisa for Testers to read: https://itrevolution.com/book/accelerate/ Test Automation University course by Lisa Crispin: https://testautomationu.applitools.com/test-automation-in-devops/ Leading Quality book recommended by Lisa to prepare you to speak the language of business …

  • 133 Why we XP, with Lisa Crispin

    06/01/2021 Duración: 16min

    Lisa Crispin is a founder of the Agile Testing Fellowship: https://agiletestingfellow.com Lisa is a co-author of Testing eXtreme Programing: https://www.amazon.com/Testing-Extreme-Programming-Lisa-Crispin/dp/0321113551 Other mentions: The Strangler pattern for legacy code rescue: https://martinfowler.com/bliki/StranglerFigApplication.html

  • 132 The Tester’s Mental Shift from Quality Boss in Waterfall to Testing in XP, Lisa Crispin

    30/12/2020 Duración: 11min

    Lisa Crispin is a founder of the Agile Testing Fellowship: https://agiletestingfellow.com Mentions: Testing eXtreme Programing: https://www.amazon.com/Testing-Extreme-Programming-Lisa-Crispin/dp/0321113551

  • 131 Lisa Crispin an original eXtreme Programming Tester

    23/12/2020 Duración: 07min

    Lisa Crispin is a founder of the Agile Testing Fellowship: https://agiletestingfellow.com Mentions: Testing eXtreme Programing: https://www.amazon.com/Testing-Extreme-Programming-Lisa-Crispin/dp/0321113551

  • 130 Designers and Agile: Principles to getting Great Design Results

    18/12/2020 Duración: 17min

    Kevin Callahan: https://www.linkedin.com/in/kevin-callahan-mspod/ Kevin on Twitter: @changesteward Kevin’s company is Interaction Agility: https://www.interactionagility.com Mentioned in this episode: Principles for Designers When shared across teams, the designer plans for near 70% utilization, 30% slack time. Deliver insight rather than artifacts. A designer has empathy for end user so the result is something the market wants AND …

  • 129 Designers and Agile: When Heroic Prototyping Wags the Dog

    09/12/2020 Duración: 13min

    Kevin Callahan: https://www.linkedin.com/in/kevin-callahan-mspod/ Kevin on Twitter: @changesteward Kevin’s company is Interaction Agility: https://www.interactionagility.com Kevin Callahan: https://www.linkedin.com/in/kevin-callahan-mspod/ Kevin on Twitter: @changesteward Kevin’s company is Interaction Agility: https://www.interactionagility.com Mentioned in this episode: Balsamic rapid prototyping software: https://balsamiq.com Real Options theory: An enjoyable illustration of options theory is the graphic business novel COMMITMENT: https://www.amazon.com/Commitment-Novel-about-Managing-Project/dp/9462410038 An article about Real …

  • 128 Designers and Agile: What is a Designer?

    02/12/2020 Duración: 13min

    Kevin Callahan: https://www.linkedin.com/in/kevin-callahan-mspod/ Kevin on Twitter: @changesteward Kevin’s company is Interaction Agility: https://www.interactionagility.com

  • 127 How to get started with Contract Testing

    25/11/2020 Duración: 08min

    Tools mentioned in this episode: Dred : https://dredd.org/en/latest/ Tools mentioned in this series: Montebank for testing APIs via over the wire test doubles: http://www.mbtest.org/docs/api/overview Jargon: Virtual Service – this is a network endpoint that is a mock up of a real service, however it is simple, fast to launch, and can be setup and controlled …

  • 126 Tests to TEST Tests? Bryan Finster explains himself!

    18/11/2020 Duración: 09min

    Mentioned in the episode: Montebank for testing APIs via over the wire test doubles: http://www.mbtest.org/docs/api/overview Jargon: Virtual Service – this is a network endpoint that is a mock up of a real service, however it is simple, fast to launch, and can be setup and controlled from test automation code. Provider – the service that …

  • 125 How to Contract Test a new API Produced by a Team in a Different Department

    11/11/2020 Duración: 17min

    Jargon: Virtual Service – this is a network endpoint that is a mock up of a real service, however it is simple, fast to launch, and can be setup and controlled from test automation code. Provider – the service that is creating information Consumer – the client that is consuming information from a Provider. The …

  • 124 Test Automation with Virtual Servers

    04/11/2020 Duración: 08min

    Jargon: Virtual Service – this is a network endpoint that is a mock up of a real service, however it is simple, fast to launch, and can be setup and controlled from test automation code. Provider – the service that is creating information Consumer – the client that is consuming information from a Provider. The …

  • 123 Contract Testing—The Difference between Provider Tests and Consumer Tests

    28/10/2020 Duración: 15min

    Jargon: Static Mock – this is a simple mock object, also referred to as a stub. Virtual Service – this is a network endpoint that is a mock up of a real service, however it is simple, fast to launch, and can be setup and controlled from test automation code. Provider – the service that …

  • 122 Contract Testing with Bryan Finster

    21/10/2020 Duración: 07min

    Bryan Finster is a software engineer who leads a DevOps Dojo a large enterprise. You can contact him on Twitter: @BryanFinster or on Linkedin: https://www.linkedin.com/in/bryan-finster/ Bryan writes on Medium about all things DevOps: https://medium.com/@bdfinst Contract Testing, per Martin Fowler https://www.martinfowler.com/bliki/ContractTest.html Integration testing per Martin Fowler https://martinfowler.com/bliki/IntegrationTest.html

  • 121 How Agile Coaches can applying Human-Centric Agility’s Model

    14/10/2020 Duración: 16min

    Here is Geof Ellingham’s LinkedIn: https://www.linkedin.com/in/geofellingham/ The paper we are discussing, Geof’s paper, is here: https://www.linkedin.com/pulse/human-centric-agility-coaching-geof-ellingham/?trackingId= You can find Geof’s other work at these places: https://www.geofellingham.com/ and https://www.humancentricagility.org/ Leadership Agility®360 https://www.cambriaconsulting.com/leadership-agility-360/

  • 120 Human-Centric Agility, Developmental Stage Coaching Model

    07/10/2020 Duración: 20min

    The paper we are discussing, Geof’s paper, is here: https://www.linkedin.com/pulse/human-centric-agility-coaching-geof-ellingham/?trackingId= You can find Geof’s other work at these places: https://www.geofellingham.com/ and https://www.humancentricagility.org/ Leadership Agility®360 https://www.cambriaconsulting.com/leadership-agility-360/

  • 119 Paradoxes in Wonderland, with Geof Ellingham

    30/09/2020 Duración: 19min

    The paper we are discussing, Geof’s paper, is here: https://www.linkedin.com/pulse/human-centric-agility-coaching-geof-ellingham/?trackingId= You can find Geof’s other work at these places: https://www.geofellingham.com/ and https://www.humancentricagility.org/ 1. The expert paradox Clients hire agile coaches in large part because of their expertise in agile, yet coaching orthodoxy suggests that domain expertise is of low value. The result of this paradox is …

página 8 de 14