Software Crafts Podcast artwork

Software Crafts Podcast

64 episodes - English - Latest episode: about 1 year ago -

You can listen to the weekly episodes where João Rosa (@joaoasrosa) interview one guest. We will discuss the views on one heuristic (or rule of thumbs). It will be a relaxed conversation about the crafts around the software.

Technology Business leadership design organisation software
Homepage Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Interview with Marijn Huizendveld

February 01, 2023 00:00 - 41 minutes - 39.3 MB

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...

Interview with Charity Majors

December 21, 2022 21:00 - 39 minutes - 29 MB

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 pa...

Interview with Marco Heimeshoff

July 20, 2022 01:00 - 47 minutes - 32.4 MB

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 ...

Interview with Alayshia Knighten

July 05, 2022 23:00 - 38 minutes - 28.4 MB

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/) ...

Interview with Danyel Fisher

June 07, 2022 23:00 - 40 minutes - 29.6 MB

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! And, he gave us a new heuristic to battle personal bias: “Delig...

Interview with Phillip Carter

May 17, 2022 23:00 - 52 minutes - 37.4 MB

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. He also gives excellent advice on how to start developer experience initiatives within th...

Interview with Heidi Helfand

May 03, 2022 23:00 - 42 minutes - 31.1 MB

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 variatio...

Interview with Jessica Kerr

April 12, 2022 23:00 - 41 minutes - 30.5 MB

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 resour...

Interview with Abby Bangser

March 30, 2022 00:00 - 39 minutes - 28.8 MB

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-crutch...

Interview with Matt Lawrence

March 02, 2022 00:00 - 36 minutes - 27.1 MB

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 when it comes to usability, and what challenges you are faced when the sys...

Interview with Mathias Verraes

February 16, 2022 00:00 - 48 minutes - 34.9 MB

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 exempl...

Interview with Emily Bache

February 02, 2022 00:00 - 38 minutes - 28.1 MB

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 a...

Interview with Anand Safi

October 12, 2021 23:00 - 38 minutes - 28.3 MB

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. Anand...

Interview with Jason Rosoff

September 28, 2021 23:00 - 37 minutes - 27.1 MB

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 ...

Interview with Liz Keogh

September 14, 2021 23:00 - 35 minutes - 26.3 MB

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-l...

Interview with Andrea Goulet

August 31, 2021 23:00 - 36 minutes - 27.4 MB

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! Andrea recommends: Practical Empathy, For Collaboration and Creativity in ...

Interview with Dragan Stepanović

August 18, 2021 00:00 - 36 minutes - 27.4 MB

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: The Principles of Product Development Flow from...

Interview with Johanna Rothman

August 03, 2021 23:00 - 42 minutes - 31.3 MB

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. Last but not the least, she shares her experiences with agile leadership, where it ...

Interview with Monarch Wadia

July 20, 2021 23:00 - 40 minutes - 29.7 MB

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 influen...

Interview with Julie Lerman

July 06, 2021 23:00 - 36 minutes - 27 MB

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, wher...

Interview with Jeppe Cramon

June 22, 2021 23:00 - 39 minutes - 28.9 MB

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. Yes, we d...

Interview with Aviv Ben-Yosef

June 08, 2021 23:00 - 32 minutes - 24.4 MB

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). 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 E...

Interview with Lea Kovac Beckman

May 25, 2021 23:00 - 35 minutes - 26.5 MB

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 bett...

Interview with Einar Høst

May 11, 2021 23:00 - 36 minutes - 26.8 MB

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. Einar ...

Interview with James Urquhart

April 27, 2021 23:00 - 35 minutes - 26.7 MB

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. By using event-driven integration...

interview with Peter Maddison

April 13, 2021 23:00 - 39 minutes - 28.8 MB

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 s...

Interview with Peter Maddison

April 13, 2021 23:00 - 39 minutes - 28.8 MB

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 s...

Interview with Andrew Harmel-Law

March 30, 2021 23:00 - 36 minutes - 27.4 MB

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 ...

Interview with Niranjani Manoharan

March 17, 2021 00:00 - 31 minutes - 23.4 MB

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. From automated testing to observability and A/B testin...

Interview with Ken Power

March 03, 2021 00:00 - 36 minutes - 26.8 MB

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....

Interview with Dawn Ahukanna

February 10, 2021 00:00 - 32 minutes - 24.2 MB

 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 sol...

Interview with Steve Pereira

January 27, 2021 00:00 - 35 minutes - 26.5 MB

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 recommend...

Interview with Trond Hjorteland

January 20, 2021 00:00 - 35 minutes - 26.2 MB

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. Trond recom...

Interview with Edzo Botjes

January 13, 2021 00:00 - 34 minutes - 25.9 MB

“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 ...

Interview with Mykola Gurov

January 06, 2021 00:00 - 35 minutes - 26.7 MB

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 cy...

Interview with Laveena Ramchandani

December 30, 2020 00:00 - 35 minutes - 26.2 MB

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: How to avoid the testing ...

Interview with Melissa Benua

December 23, 2020 00:00 - 37 minutes - 28 MB

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...

Interview with Gitte Klitgaard

December 16, 2020 00:00 - 47 minutes - 34.7 MB

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. Gitte recommends...

Interview with Manuel Pais

December 09, 2020 00:00 - 33 minutes - 24.8 MB

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 Topo...

Interview with Xin Yao

December 02, 2020 00:00 - 34 minutes - 25.5 MB

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 softwa...

Interview with Khaled Souf

November 25, 2020 00:00 - 36 minutes - 26.8 MB

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: Test Driven Development: By Examp...

Interview with Sander van Vliet

November 18, 2020 00:00 - 36 minutes - 27.1 MB

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 recommend...

Interview with Parveen Khan

November 11, 2020 00:00 - 31 minutes - 23.5 MB

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...

Interview with Ben Mosior

November 04, 2020 00:00 - 36 minutes - 27 MB

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 effec...

Interview with Pat Kua

October 28, 2020 00:00 - 30 minutes - 23.2 MB

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 seaso...

Interview with Nick Tune

October 20, 2020 23:00 - 35 minutes - 26.1 MB

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. He also shares his heuristics to improve collaboration, and how silve...

Interview with Jessy Halison

October 13, 2020 23:00 - 34 minutes - 25.7 MB

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.nonviolentcommunicati...

Interview with Tobias Goeschel

October 06, 2020 23:00 - 32 minutes - 24.1 MB

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 con...

Interview with Lisa Crispin

September 29, 2020 23:00 - 34 minutes - 25.7 MB

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 fr...

Interview with Andra Sonea

September 22, 2020 23:00 - 32 minutes - 24.6 MB

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 organ...

Guests

Emily Bache
1 Episode

Twitter Mentions

@dawnahukanna 2 Episodes
@pgmaddison 2 Episodes
@jessitron 2 Episodes
@rebeccawb 2 Episodes
@ruthmalan 2 Episodes
@monarchwadia 1 Episode
@dianamontalion 1 Episode
@jeppec 1 Episode
@avivby 1 Episode
@edzob 1 Episode
@heimeshoff 1 Episode
@lisacrispin 1 Episode
@codenizer 1 Episode
@lunivore 1 Episode
@leakovac 1 Episode
@al94781 1 Episode
@manupaisable 1 Episode
@ken_power 1 Episode
@einarwh 1 Episode
@ellis_haan 1 Episode