Episodes

post-image

Episode 63 with Marijn Huizendveld

Wednesday, Feb 1, 2023

Do NOT rewrite from scratch if it is in production heuristics Marijn is the guest of this episode, and he brings his heuristic: Do NOT rewrite from scratch if it is in production (https://marijn.huizendveld.com/design-heuristics/do-not-rewrite-from-scratch-if-it-is-in-production). He gives examples of how to evolve software in production, reducing the risk of building the same thing in a new tech stack. We discuss how the software evolution is connected to the business model of an company, and seems a technical design, can even impact the revenue model.

Continue Reading
post-image

Episode 62 with Charity Majors

Wednesday, Dec 21, 2022

Build Confidence heuristics Our guest for this episode is Charity Majors. The pattern that serves as the stage for the episode is “Build Confidence” from the Object-Oriented Reengineering Patterns (http://scg.unibe.ch/download/oorp/OORP.pdf). Charity describes the infamous “death spiral”, where folks that produce code lack confidence in their processes and practices to deploy code to production. According to Charity, our job is not done until we close the feedback loop! Charity also gives excellent advice regarding patterns and heuristics: to understand a pattern or heuristic, take one that you see working, and modify it.

Continue Reading
post-image

Episode 61 with Marco Heimeshoff

Wednesday, Jul 20, 2022

Optimise for future potential heuristics In this episode, we host Marco Heimeshoff. The interview starts with the heuristic “Optimise for future potential” from the DDD Heuristics repository (https://www.dddheuristics.com/design-heuristics/optimise-for-future-potential/). Marco will take us through the journey of optimising for future potential, where he explains the need for boundaries as an enabler to optimise different parts of a system. We explore the idea of discovering boundaries and how semantics plays a crucial role in the discovery process.

Continue Reading
post-image

Episode 60 with Alayshia Knighten

Wednesday, Jul 6, 2022

Manage inertia heuristics In this week’s episode, we host Alayshia Knighten. She is challenged with the “Manage inertia” pattern from the Simon Wardley Cotrine repository (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Manage_inertia). She shares how she manages expectations to manage inertia with their customers. For that time is needed! During our conversation, we discuss how we learn and what can we do to influence others to learn. Alayshia recommends: Charity Majors blog (https://charity.wtf/) Invitation to Anthropology by Luke Eric Lassiter If you want to learn something, start to do experiments by yourself!

Continue Reading
post-image

Episode 59 with Danyel Fisher

Wednesday, Jun 8, 2022

Users are correct but not accurate heuristics This week in the podcast, we feature Danyel Fisher. He brought the heuristic “Users are correct but not accurate” from his repository. As a starter, Danyel explains that users have goals that aren’t able to express well, and we need to use different methods to discover the needs. We discuss what makes a high performing team, and in his opinion, one of the distinctive factors is the usage of mixed methods for problem examination!

Continue Reading
post-image

Episode 58 with Phillip Carter

Wednesday, May 18, 2022

Focusing on developer experience can make your products more powerful and your teams more empowered heuristics Episode 58 is out. A long journey, and today with us, we have Phillip Carter. Phillip brings a heuristic from his repository: “Focusing on developer experience can make your products more powerful and your teams more empowered”. We deep dive into what is developer experience and how some companies don’t get it right. For example, developer experience is different from the software development lifecycle.

Continue Reading
post-image

Episode 57 with Heidi Helfand

Wednesday, May 4, 2022

Think aptitude and attitude heuristics In this episode, we interview Heidi Helfand. She is challenged with the “Think aptitude and attitude” pattern from the Wardley Maps Doctrine repository (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Think_aptitude_and_attitude). During the episode, Heidi shares her experiences in a learning environment and how it can be set up to allow emergence (doing it together). We also discuss how to harvest the potential by engaging people in problem-solving while allowing for variation.

Continue Reading
post-image

Episode 56 with Jessica Kerr

Wednesday, Apr 13, 2022

Commit to the direction, be adaptive along the path We host Jessica Kerr for this episode. She is challenged with the heuristic “Commit to the direction, be adaptive along the path” from the Simon Wardley Doctrine repository (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Commit_to_the_direction.2C_be_adaptive_along_the_path). She explains her own heuristic, “Having a quest” since often we are wrong about the path! The episode is a gold mine on heuristics, and there are a few more. Jessica recommends the following resources:

Continue Reading
post-image

Episode 55 with Abby Bangser

Wednesday, Mar 30, 2022

Timebox the unknown In this episode, we host Abby Bangser. She is challenged with the heuristic “Timebox the unknown” from the Xebia Essentials repository (https://essentials.xebia.com/timebox/). She shared a recent real-life example of how timeboxing can narrow the problem space towards a solution which can be helpful from day one. During our conversation, she shared some of her heuristics used daily. Abby recommends: Walking Skeleton: https://gojko.net/2014/06/09/forget-the-walking-skeleton-put-it-on-crutches/ Pragmatic engineer newsletter: http://newsletter.pragmaticengineer.com/ Quality coaching: https://www.

Continue Reading
post-image

Episode 54 with Matt Lawrence

Wednesday, Mar 2, 2022

Jakob’s Law Matt Lawrence is our guest, and he is challenged with the biggest heuristic so far: “Users spend most of their time on other sites. This means that users prefer your site to work the same way as all the other sites they already know.”, also known as “Jakob’s Law”. The heuristic is part of the “Jakob Nielsen Usability Heuristics” and can be found here: https://lawsofux.com/jakobs-law/. Matt shares his experiences regarding usability and what challenges you face when the system users are attached to a website.

Continue Reading
post-image

Episode 53 with Mathias Verraes

Wednesday, Feb 16, 2022

Loss aversion heuristics Mathias Verraes is the guest of this episode, and for the first time, we have more than one heuristic! Mathias brings three Loss Aversion heuristics from his personal repository. When we make decisions, we often do not explore options that have a risk of loss, even if that loss is balanced out by potential gains. These heuristics help you overcome that bias. We jump right into the rabbit hole, and Mathias brings the intersection of software engineering, psychology, and anthropology to exemplify the heuristics.

Continue Reading
post-image

Episode 52 with Emily Bache

Wednesday, Feb 2, 2022

Working software is not enough, we need well-crafted software We are back with a new episode featuring Emily Bache. We start with a heuristic close to her work, “Working software is not enough, we need well-crafted software”. Emily shares her view on how code quality is essential, not only for the code maintainability but also to onboard new people on the team, increasing productivity. The interview flows towards team culture and management; she shares her experiences about how friction can arise in a team that produces software with no shared values and rituals that trickle down to code.

Continue Reading
post-image

Episode 51 with Anand Safi

Wednesday, Oct 13, 2021

Most Valuable First In this episode, Anand Safi is our guest. Anand is challenged with the “Most Valuable First” pattern from the Object-Oriented Reengineering Patterns repository (http://scg.unibe.ch/download/oorp/OORP.pdf). He starts to analyse value based on the different zoom levels: organisation, team and individuals. Anand explains the high degree of variance that the concept of value has. We end up discussing feedback cycles, psychology safety and OKR’s frameworks, and how all of it is connected.

Continue Reading
post-image

Episode 50 with Jason Rosoff

Wednesday, Sep 29, 2021

Personalized relationships for co-creation Jason Rosoff is the guest of this episode. We start the interview with the pattern “Personalized relationships for co-creation” from the Cloud Native Transformations repository (https://www.cnpatterns.org/organization-culture/personalized-relationships-for-co-creation). Jason explains the difference between a complex and complicated problem and how psychological safety plays an essential role in innovation. He shares some examples of how some companies constraint the physical environment of their offices to create space for people to talk and share their ideas.

Continue Reading
post-image

Episode 49 with Liz Keogh

Wednesday, Sep 15, 2021

Ongoing education Today, our guest is Liz Keogh. She is challenged with the heuristic “Ongoing Education‘ from the Cloud Native Patterns repository (https://www.cnpatterns.org/organization-culture/ongoing-education). We discuss the learning at the individual, team and organisation levels. As the interview unfolds, Liz links Cynefin domains to the different learning styles, as well as BDD. In her words, BDD is all itself about learning! Liz recommends: Wardley Maps (https://medium.com/wardleymaps/on-being-lost-2ef5f05eb1ec) by Simon Wardley Crossing the river by feeling the stones (https://www.

Continue Reading
post-image

Episode 48 with Andrea Goulet

Wednesday, Sep 1, 2021

Empathy system architecture In this episode, we host Andrea Goulet, and she brings her own heuristic: “Empathy system architecture”. She has been doing research about empathy within the software industry, and the results are amazing. We discuss the implications of empathy both at the individual level, as well as, group level. Last but not the least, we discuss one of her passions, legacy systems and the hidden communication artifacts with it!

Continue Reading
post-image

Episode 47 with Dragan Stepanović

Wednesday, Aug 18, 2021

Continuous code reviews enable higher team’s throughput Dragan Stepanović is our guest, and he brings his heuristic: “Continuous code reviews enable higher team’s throughput”. We dive into Dragan’s research on how async code reviews affect the quality and throughput of teams that create and maintain software. He also shares how his research challenged some of his assumptions, and we finalise discussing his experiences bringing his research to management. Dragan recommends the following resources:

Continue Reading
post-image

Episode 46 with Johanna Rothman

Wednesday, Aug 4, 2021

Get the team in a rhythm Today we host Johanna Rothman, and she is challenged with the heuristic “Get the team in a rhythm” from the Xebia Essentials repository (https://essentials.xebia.com/team-rhythm/). She starts explaining how the team rhythm and feedback cycles are connected and can strengthen each other. We discuss the role of a manager, and also how the managers should operate as a team, rather than be an extension of a team.

Continue Reading
post-image

Episode 45 with Monarch Wadia

Wednesday, Jul 21, 2021

Master your tools Monarch Wadia is our guest, and he is challenged with the heuristic “Master your tools” from the Xebia Essentials repository (https://essentials.xebia.com/master-your-tools/). Monarch gives a different perspective to master the tools, which stems from his experience as a Bootcamp organiser. We discuss the differences between colleague and Bootcamp education and how the education paradigm shifts, at least with our industry. It was the start to go down the rabbit hole on how technology influences our culture and how we, humans, are changing our interaction patterns.

Continue Reading
post-image

Episode 44 with Julie Lerman

Wednesday, Jul 7, 2021

Conserve familiarity In this episode, Julie Lerman is our guest, and she is challenged with the pattern “Conserve familiarity” from the Object-Oriented Reengineering Patterns repository (http://scg.unibe.ch/download/oorp/OORP.pdf). Throughout her career, Julie uses this pattern to be an enabler for conversations with people who use the systems. The talks are crucial to understanding the needs of people and how they use software that might be considered legacy but has a purpose. She shares her field stories, where Julie describes the patterns and techniques to maintain software that is expected to have a long lifetime.

Continue Reading
post-image

Episode 43 with Jeppe Cramon

Wednesday, Jun 23, 2021

Make a Bridge to the New Town Jeppe Cramon is the guest for this episode. He is challenged with the pattern “Make a Bridge to the New Town” from the Object-Oriented Reengineering Patterns repository (http://scg.unibe.ch/download/oorp/OORP.pdf). Jeppe shares his experiences using this pattern, and we discuss the different technical implementations that can be used to migrate between systems. We dive into how we build systems and the different perspectives of people who create software and subject matter experts.

Continue Reading
post-image

Episode 42 with Aviv Ben-Yosef

Wednesday, Jun 9, 2021

Dynamic Strategy Aviv Ben-Yosef is our guest for this episode. We will start with the heuristic “Dynamic Strategy” from the Cloud Native Patterns (https://www.cnpatterns.org/strategy-risk-reduction/dynamic-strategy). Then, Aviv explains different approaches from executives, namely CTO’s and VP of Engineering, linking to the impact they have on their organisations. From strategy to technology to people management, we discuss different patterns and how different organisations evolved. Aviv recommends: The Tech Executive Operating System by Aviv Ben-Yosef Rands Leadership Slack Dev Interact Slack Aviv Ben-Yosef (@avivby) is a tech executive consultant and author of the book “The Tech Executive Operating System”.

Continue Reading
post-image

Episode 41 with Lea Kovac Beckman

Wednesday, May 26, 2021

Be curious If you are curious about the guest, we are hosting Lea Kovac Beckman. She is challenged with the heuristic “Be curious” from the Xebia Essentials repository (https://essentials.xebia.com/curiosity/). She describes how cycles of curiosity and boredom can foster innovation, what is the impact as persons, but also in this digital era, and how it impacts teams and organisations. She shares how she uses innovation in her work and how curiosity and collaboration can be partners in finding a better solution rather than thinking in isolation.

Continue Reading
post-image

Episode 40 with Einar Høst

Wednesday, May 12, 2021

It’s easier to keep a system working than to fix it after you break it Einar Høst is the guest of this week. He is challenged with the heuristic “It’s easier to keep a system working than to fix it after you break it” from the Embedded Artistry repository (https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/). Einar describes how feedback cycles are critical to keeping a system working and how complex systems evolve from simpler systems, connecting both, how our engineering practices can support a reliable software development process.

Continue Reading
post-image

Episode 39 with James Urquhart

Wednesday, Apr 28, 2021

Use of standard interfaces and protocols for event-driven integration In this episode, we host James Urquhart. James is challenged with the heuristic “Use of standard interfaces and protocols for event-driven integration”, based on his recent work. We discuss the changes in the behaviour of teams creating software when they embrace an event-driven integration, together with leveraging engineering practices like continuous delivery. James also shares his experiences with value streams and the impacts on software architecture.

Continue Reading
post-image

Episode 38 with Peter Maddison

Wednesday, Apr 14, 2021

Measure what matters This week, Peter Maddison is our guest, and he is challenged with the heuristic “Measure what matters” from the Cloud Native Patterns repository (https://www.cnpatterns.org/strategy-risk-reduction/measure-what-matters). We discuss how to measure value and what techniques can be helpful to define metrics for teams creating and delivering software. We discuss how to expand towards measuring organisational performance and the impacts of different industry trends on our profession. He suggests starting measuring what matters: go and ask!

Continue Reading
post-image

Episode 37 with Andrew Harmel-Law

Wednesday, Mar 31, 2021

Maximize cohesion, minimize coupling Andrew Harmel-Law is our guest of this week, and he will share his experiences over the heuristic “Maximize cohesion, minimize coupling” from the Xebia Essentials repository (https://essentials.xebia.com/maximize-cohesion-minimize-coupling/). We start discussing the original scope of the heuristic, the software code, but quickly expand to his experiences with cohesion and coupling at the organisation level. We discuss how the communication pathways can enable and harm an organisation, and how the knowledge silos can be broken.

Continue Reading
post-image

Episode 36 with Niranjani Manoharan

Wednesday, Mar 17, 2021

Sleep easy on a green build This week on our show, we have Niranjani! She will share her opinion and experiences about the heuristic “Sleep easy on a green build” from the Xebia Essentials repository (https://essentials.xebia.com/no-broken-builds/). We discuss her recent journey, where continuous improvement based on a green (or red) build drove the teams to find solutions to guarantee the quality of the product, and at the same time the speed of shipping features.

Continue Reading
post-image

Episode 35 with Ken Power

Wednesday, Mar 3, 2021

Use a systematic mechanism of learning Ken Power is challenged with the heuristic “Use a systematic mechanism of learning” from the Simon Wardley Doctrine repository (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Use_a_systematic_mechanism_of_learning). He shares how he learns, with structure and unstructured approaches, and also how teams and organisations can learn. Our discussion goes into complex adaptive systems, different patterns, and how learning is one of the qualities present in resilient organisations. Last but not least how complexity and mapping can go hand-in-hand.

Continue Reading
post-image

Episode 34 with Dawn Ahukanna

Wednesday, Feb 10, 2021

Your solution should not be more complicated than the problem A new episode is out, and today we feature Dawn Ahukanna (@dawnahukanna). She is challenged with the heuristic “Your solution should not be more complicated than the problem” from the Xebia Essentials repository (https://essentials.xebia.com/kiss/). We discuss what solution vs problem space needs, and how different disciplines complement each other in order to deliver value. Dawn shares with us what are the heuristics that allow people with different perspectives to cross their paths to solve a complex problem.

Continue Reading
post-image

Episode 33 with Steve Pereira

Wednesday, Jan 27, 2021

Remove bias and duplication This week, Steve Pereira will be challenged with the heuristic “Remove bias and duplication” from the Wardley Doctrine repository (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Remove_bias_and_duplication). We will discuss different contexts where duplication can hinder or accelerate, and the importance of value streams. He shares his experiences about using weak signals to detect friction within organisations, helping them to reorganise to enable the flow. Steve recommends the following resources: Value Stream Mapping: How to Visualize Work and Align Leadership for Organizational Transformation by Karen Martin and Mike Osterling Value Stream resources at https://visible.

Continue Reading
post-image

Episode 32 with Trond Hjorteland

Wednesday, Jan 20, 2021

Complex systems evolve out of simple systems that worked In this episode, our guest Trond Hjorteland is challenged with the heuristic “Complex systems evolve out of simple systems that worked” from Embedded Artistry repository (https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/). We discussed how communication is important, and moving from the big picture to code and back. He shares the techniques and practices to have crucial discussions with people with different perspectives involved in the creation of software.

Continue Reading
post-image

Episode 31 with Edzo Botjes

Wednesday, Jan 13, 2021

Design for constant evolution “Design for constant evolution” is the heuristic for our guest, Edzo Botjes. The heuristic is part of the Simon Wardley Doctrine repository (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Design_for_constant_evolution). Edzo discusses resilient and antifragile systems as part of his research. We discuss how organisations are addressing these topics, and what are the current market needs, given that it is a complex topic. Edzo suggests: Foundations of Enterprise Governance and Enterprise Engineering from Jan A.

Continue Reading
post-image

Episode 30 with Mykola Gurov

Wednesday, Jan 6, 2021

Diagnose before cure New year, new episode. Mykola Gurov is the first guest of the year, and we challenge him with the heuristic “Diagnose before cure” from the Xebia Essentials repository (https://essentials.xebia.com/diagnose-before-cure/). Mykola shares his opinion about observability and the importance to challenge our assumptions and bias. Focus on the purpose of the software rather than the technical details. We discuss testing in production, the different techniques to be effective, reduce the feedback cycle, and do it safely.

Continue Reading
post-image

Episode 29 with Laveena Ramchandani

Wednesday, Dec 30, 2020

Tests should be fast, reliable and independent Today Laveena Ramchandani will share her experiences about the heuristic “Tests should be fast, reliable and independent” from the Xebia Essentials repository (https://essentials.xebia.com/independent-tests/). We discuss how to combine these 3 qualities to the test practices. We deep dive into the field of Data Science, and how test practices can be applied or re-think to deliver software with high levels of excellence. Laveena recommends the following resources:

Continue Reading
post-image

Episode 28 with Melissa Benua

Wednesday, Dec 23, 2020

Distribute power and decision making This week we feature Melissa Benua as our guest. She will share her experiences and opinion about the heuristic “Distribute power and decision making” from the Simon Wardley Doctrine (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Distribute_power_and_decision_making). She will share her heuristics to move between different leadership styles, such as Command and Control and Misson Command. We discuss the merits of the different styles, as well as how a manager can sense and discuss it with the people and the teams.

Continue Reading
post-image

Episode 27 with Gitte Klitgaard

Wednesday, Dec 16, 2020

Blameless inquiry Gitte Klitgaard is our guest. She will tell us her experiences and practices with the pattern “Blameless inquiry” for the Cloud Native Patterns repository (https://www.cnpatterns.org/organization-culture/blameless-inquiry). We will explore the different behaviours at a team and individual level, and how we can nurture a healthy culture. We discuss some tabu topics, such as mental health; what should organisations pay attention to, and how to act in order to protect people.

Continue Reading
post-image

Episode 26 with Manuel Pais

Wednesday, Dec 9, 2020

Internal Evangelism This week Manuel Pais is our guest. We challenge him with the pattern “Internal Evangelism” from the Cloud Native Patterns repository (https://www.cnpatterns.org/organization-culture/internal-evangelism). How the different Team Topologies archetypes and their relationship with this pattern. Our conversation goes into the necessary skills to be an influential evangelist, what a team should do from an evangelism point of view, and also to the management traits. Manuel recommends: Team Topologies Book: https://teamtopologies.

Continue Reading
post-image

Episode 25 with Xin Yao

Wednesday, Dec 2, 2020

Think Fast, Inexpensive, Restrained, and Elegant (FIRE) This week Xin Yao is our guest. She will share her opinion about the heuristic “Think Fast, Inexpensive, Restrained, and Elegant (FIRE)” from the Simon Wardley Doctrine (https://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Think_Fast.2C_Inexpensive.2C_Restrained.2C_and_Elegant_.28FIRE.29). We navigate between the four principles and Xin’s experience as a sociotechnical architect. She shares her experiences within a sociotechnical system, and what is changing in the role of a software architect. Xin recommends the following resources:

Continue Reading
post-image

Episode 24 with Khaled Souf

Tuesday, Nov 24, 2020

Split functionality into small units New week, new episode. And the guest is Khaled Souf, and I challenge him with the heuristic “Split functionality into small units” from the Xebia Essentials repository (https://essentials.xebia.com/thirty-minute-methods/). Khaled will explain how he approaches software, and what are the tools, practices and techniques that he uses to deliver value. We also discuss inclusion and diversity as a critical aspect for organisations to strive! Khaled recommends:

Continue Reading
post-image

Episode 23 with Sander van Vliet

Wednesday, Nov 18, 2020

Reproducible development environments Sander is the guest of this week. We will share his experiences with the pattern “Reproducible development environments” from the Cloud Native Patterns repository (https://www.cnpatterns.org/development-design/reproducible-dev-environments). Sander will teel his experience from software engineer to tech director, and his path to be pragmatic. We discuss the benefits of automation to onboard new people into teams, where they can feel included, and contribute to the product. Sander recommends the following resources:

Continue Reading
post-image

Episode 22 with Parveen Khan

Wednesday, Nov 11, 2020

You get what you measure Parveen Khan is our guest! This episode she will give her opinion and experiences about the heuristic “You get what you measure” from the Xebia Essentials repository (https://essentials.xebia.com/what-you-measure/). She will share how she measures her goals to drive her career, and how she fell in love with Observability. We discuss how the role of a tester changed across the last decade, and how siloed communities started to pivot to join efforts around common concerns for teams that create software.

Continue Reading
post-image

Episode 21 with Ben Mosior

Wednesday, Nov 4, 2020

Prefer rich modes of communication And a new episode is out. This week our guest is Ben Mosior, and we will ramble about the heuristic “Prefer rich modes of communication” from the Xebia Essentials repository (https://essentials.xebia.com/rich-communication/). Our discussion will be centre on communication, from synchronous to asynchronous, from visual to verbal. Ben will share his opinion on the effects on bad communication in sociotechnical systems, and how good communication, such as Wardley Maps, can have a positive effect to get focus, from individual to organisation level.

Continue Reading
post-image

Episode 20 with Pat Kua

Wednesday, Oct 28, 2020

Decide Closest to the Action Pat Kua is our guest for this episode. He will share his thoughts on the pattern “Decide Closest to the Action” from the Cloud Native Patterns repository (https://www.cnpatterns.org/organization-culture/decide-closest-to-the-action). We will discuss technical leadership and management. What that means for a technical management role, and what are the pitfalls, and how to create a healthy environment. Pat recommends “Thinking in System” by Donella Meadows. Patrick Kua (@patkua) is a seasoned technology leader with almost 20 years of experience.

Continue Reading
post-image

Episode 19 with Nick Tune

Wednesday, Oct 21, 2020

The ability to improve a design occurs primarily at the interfaces. This is also the prime location for screwing it up In this week’s episode, we have Nick Tune as our guest. He will rumble about the heuristic “The ability to improve a design occurs primarily at the interfaces. This is also the prime location for screwing it up.” from the Embedded Artistry repository (https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/). We discuss how software design is affected by the environment, and how can we cope with that pressure.

Continue Reading
post-image

Episode 18 with Jessy Halison

Wednesday, Oct 14, 2020

Manage for Creativity Jessy Halison is our guest for episode 18. She will share her experiences about the pattern “Manage for Creativity” from Cloud Native Patterns repository (https://www.cnpatterns.org/organization-culture/manage-for-creativity). We will discuss organisational models, and how psychology safety is key for teams and individuals to grow. She also describes how inclusion and diversity are key to a creative environment. Jessy recommends: Non-violent communication: https://www.nonviolentcommunication.com Bunch.ai: https://bunch.ai/ (access to their “Teams@Work” community: https://bunch.

Continue Reading
post-image

Episode 17 with Tobias Goeschel

Wednesday, Oct 7, 2020

Strangle Monolith Application In this episode, Tobias Goeschel shares his experiences with the pattern “Strangle Monolith Application” from Cloud Native Patterns repository (https://www.cnpatterns.org/development-design/strangle-monolithic-application). From the software crafting practices to his own bias, we chat about how he learns, and how we can advance our profession. Tobias recommends: Domain-Driven Design community Software Crafting community DDD Europe conference - https://dddeurope.com/ KanDDDisnky conference - https://kandddinsky.de/ SoCraTes conferences - https://www.socrates-conference.de/home Mob Programming Collaborative modelling EventStorming - https://www.

Continue Reading
post-image

Episode 16 with Lisa Crispin

Wednesday, Sep 30, 2020

Delayed Automation In this episode, Lisa Crispin shares her experiences with the pattern “Delayed Automation” from the Cloud Native Patterns repository (https://www.cnpatterns.org/development-design/delayed-automation). We discuss the different trade-offs of applying it, based on different contexts. I also ask a long-time question: What can we learn from donkeys? If you are curious why, donkeys are Lisa’s brand! Lisa recommends: Quality Coaching Roadshow podcast from Anne-Marie Charrett Accelerate book from Nicole Forsgren, Jez Humble and Gene Kim Leading Quality book from Ronald Cummings-John and Owais Peer Lisa Crispin (@lisacrispin) is the co-author, with Janet Gregory, of three books: Agile Testing Condensed: A Brief Introduction, More Agile Testing: Learning Journeys for the Whole Team, Agile Testing: A Practical Guide for Testers and Agile Teams; the LiveLessons Agile Testing Essentials video course, and “The Whole Team Approach to Agile Testing” 3-day training course offered through the Agile Testing Fellowship.

Continue Reading
post-image

Episode 15 with Andra Sonea

Wednesday, Sep 23, 2020

Solve the specific problem, not the general case In this week episode, Andra Sonea is telling us when she focuses on the specific problem or distils the general solution. She will share her experiences based on the heuristic “Solve the specific problem, not the general case” from the Embedded Artistry repository (https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/). We will discuss how-to share mental models with a team, even during pandemic times. From her experience in finance, we will dive into the patterns in an organisation change, with the different pitfalls.

Continue Reading
post-image

Episode 14 with Julius Gamanyi

Wednesday, Sep 16, 2020

Past experience is excellent for providing a reality check. Too much reality can doom an otherwise worthwhile design, though In this episode, Julius Gamanyi is the guest. We will discuss the longest heuristic so far: “Past experience is excellent for providing a reality check. Too much reality can doom an otherwise worthwhile design, though” from Embedded Artistry repository (https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/). We discuss how we can balance our experiences, from a personal, team and organisational point of view.

Continue Reading
post-image

Episode 13 with Paul de Raaij

Wednesday, Sep 9, 2020

Strategy is iterative, not linear In this week episode, we have Paul de Raaij as our guest. He distils the heuristic “Strategy is iterative, not linear” from the Simon Wardley Doctrine (http://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Strategy_is_iterative.2C_not_linear). From strategy we discuss the role of a manager in tech, and how it is changing towards a facilitator rather than a traditional pusher. Paul also gives his wish for the future of organisations. Paul recommends the following resources:

Continue Reading
post-image

Episode 12 with Matthew Skelton

Wednesday, Sep 2, 2020

Eliminate waste Matthew Skelton is the guest of episode 12, and we will discuss the heuristic “Eliminate waste” from Xebia Essentials repository (https://essentials.xebia.com/eliminate-waste/). From the definition of waste in the IT industry, the roots of the concept in the automotive industry and how we try to manage today, Matthew will give his opinion based on his experience. How to be context-aware, avoid IT as a cost centre, and enabling organisation capabilities towards an adaptive organisation.

Continue Reading
post-image

Episode 11 with Ellis de Haan

Wednesday, Aug 26, 2020

Listen to your ecosystems Episode #11 is out. The guest this week is Ellis de Haan, and we will discuss the heuristic “Listen to your ecosystems” from Simon Wardley Doctrine (http://wardleypedia.org/mediawiki/index.php/Doctrine_Patterns#Listen_to_your_ecosystems). Ellis will share with us her journey as a manager. How to balance Love, Power and Anxiety in order to create an environment for people and teams to strive. Ellis suggests the following resources: Christo Nel - The Practice and Virtues of High Impact Leadership and Teaming Brené Brown - The Power of Vulnerability Elliott Jacques - Levels Of Work Ellis (@ellis_haan) is a manager, but not the typical one.

Continue Reading
post-image

Episode 10 with Jutta Eckstein

Wednesday, Aug 19, 2020

Favor continuous improvement over delayed perfection Jutta Eckstein is the guest of episode 10. She will share her thoughts on the heuristic “Favor continuous improvement over delayed perfection” front he Xebia Essentials repository (https://essentials.xebia.com/improve-continuously/). We will discuss the trade-offs between goals set in stone and agility, and how values can help in that journey. Using reflection as a foundation to improve through experiments, where individuals, teams and organisations can generate new insights.

Continue Reading
post-image

Episode 9 with Elisabeth Hocke

Wednesday, Aug 12, 2020

No multitasking Lisi is our guest for episode #9. We will analyse the heuristic “No multitasking” from the Xebia Essentials repository (https://essentials.xebia.com/no-multitasking/). Lisi shares her methods to keep track when switching contexts; on an individual level but also at a team level. Entering into multitasking and team level, she shares her insights about Mob Programming, and how it changes a team. Ranging from the culture to the quality of the software, she leads us in her experiences.

Continue Reading
post-image

Episode 8 with Kenny Baas-Schwegler

Wednesday, Aug 5, 2020

Find the root cause On episode #8 we have Kenny Baas-Schwegler. We started the interview with the heuristic “Find the root cause” from the Xebia Essentials repository (https://essentials.xebia.com/genchi-genbutsu/). Kenny shares with us the importance of balancing two powerful forces, love and power in a working environment. Also, how we can manage uncertainty using Cynefin, Deep Democracy, Domain-Driven Design and Visual Collaboration. Kenny recommends: Virtual Domain-Driven Design (https://virtualddd.com/) Rebecca Wirfs-Brock (@rebeccawb) Ruth Malan (@ruthmalan) Dawn Ahukanna (@dawnahukanna) Diana Montalion (@dianamontalion) Deep Democracy (https://lewisdd.

Continue Reading
post-image

Episode 7 with Jim Gough

Wednesday, Jul 29, 2020

Algorithmic optimizations have a greater impact than micro-optimizations The guest of this episode is Jim Gough. He will share his thoughts about the heuristic “Algorithmic optimizations have a greater impact than micro-optimizations” from the Embedded Artistry repository (https://embeddedartistry.com/blog/2018/04/26/embedded-rules-of-thumb/). We will walk the trade-offs of optimizations in the Java world, and when we need to look to the big picture. Also, we discuss how bias, both at individual and group level, gets in our way.

Continue Reading
post-image

Episode 6 with Gien Verschatse

Wednesday, Jul 22, 2020

Optimise for future potential Another week pass by. And this episode Gien Verschatse join us to share her ideas about the heuristic “Optimise for future potential” from DDD Heuristics repository (https://www.dddheuristics.com/design-heuristics/optimise-for-future-potential/). She will share her journey, and how she applies decision-making theory and Domain-Driven Design to create better software. Also, she will tell us the preferred visualisation techniques to create a shared mental model within a team. Gien recommends: Her blog - https://www.

Continue Reading
post-image

Episode 5 with Joost van Wollingen

Wednesday, Jul 15, 2020

Think of code and test as one In this episode, Joost van Wollingen will share his insights about the heuristic “Think of code and test as one” from the Xebia Essentials repository (https://essentials.xebia.com/test-code-one/). We shift left and right regarding testing practices, and Joost shares the principles and practices that he learned over the years. Joost recommends: “Modern Testing Principles” from Alan Page (https://www.angryweasel.com/ABTesting/modern-testing-principles/), including the podcast Joost (@jpjwolli) is Head of Test Engineering at iptiQ.

Continue Reading
post-image

Episode 4 with Krisztina Hirth

Wednesday, Jul 8, 2020

Share the design For episode number 4 we have Krisztina Hirth. See will share (pun intended) her insights about the heuristic “Share the design” from the Xebia Essentials repository (https://essentials.xebia.com/shared-design-understanding/). We will discuss why titles don’t matter, what is the role of a leader in a digital world, and last but not the least why the team is the most important unit. Krisztina shared two resources with us: “Accelerate” book from Nicole Forsgren, Jez Humble and Gene Kim Martin Fowler blog (https://martinfowler.

Continue Reading
post-image

Episode 3 with Patrick Smacchia

Wednesday, Jul 1, 2020

Nobroken windows This week we have Patrick Smacchia, the creator of NDepend. We will discuss software maintainability, and for that, Patrick will share his opinion on the heuristic “No broken windows” from the Xebia Essentials repository (https://essentials.xebia.com/no-broken-windows/). Patrick’s shares his experiences, from the early stages of his career to today. We share his principles and practices regarding software maintainability and how it is encoded in NDepend. We also have a glimpse over his views on testing!

Continue Reading
post-image

Episode 2 with Evelyn van Kelle

Wednesday, Jun 24, 2020

If something is too complex to understand, it must be wrong The guest for episode number two of Software Crafts Podcast is Evelyn van Kelle. She shared her opinion on the heuristic “If something is too complex to understand, it must be wrong” from the Xebia Essentials repository (https://essentials.xebia.com/poutsma-principle/). We navigate the waves of complexity within organisations and software, from the theory to real-life examples. She leaves her advice regarding the social practices within the complex socio-technical systems that we operate.

Continue Reading
post-image

Episode 1 with Rebecca Wirfs-Brock

Wednesday, Jun 17, 2020

Improve practices, don’t just follow the recipe For the first episode of Software Crafts Podcast, we have Rebecca Wirfs-Brock! We discuss the heuristic “Improve practices, don’t just follow the recipe” from the Xebia Essentials repository (https://essentials.xebia.com/context-over-habit/), where we go over the craft of cooking and the parallel to the software industry. She illustrates to us the importance of experimentation and feedback cycles, and when we need to opt-in for longer ones.

Continue Reading

SO WHAT YOU THINK ?

Feedback is welcome. Anything that you missed? Or a topic that you would like to listen?

Contact me