Empathy Driven Development

Rate this content
Bookmark

Empathy-driven development empowers developers to create software that truly understands and serves users' needs. This talk explores practical techniques for integrating empathy into the development process, leading to more intuitive, user-friendly applications. Learn how cultivating empathy can foster collaboration, improve code quality, and ultimately enhance user satisfaction. Join us to unlock the transformative potential of empathy in your development journey.

This talk has been presented at React Day Berlin 2023, check out the latest edition of this React Conference.

Watch video on a separate page

FAQ

Empathy-driven development focuses on human behavior in the software development process. It helps foster trust, transparency, and build robust software by understanding and responding to team members' emotions, perspectives, and experiences with sensitivity and compassion.

Developers can apply empathy by avoiding blame and shaming, using non-accusatory language in code reviews, understanding the context behind code, articulating feedback clearly, encouraging and recognizing good work, and proactively documenting complex parts of the code.

Empathy is important in software development because it enhances personal growth, effective communication, reduced stress, positive team environment, high code quality, job satisfaction, innovative creativity, and overall better performance and collaboration within the team.

Technical leaders can promote empathy by actively listening to team members, providing constructive feedback, encouraging open communication, organizing empathy workshops, and creating a supportive environment where team members feel comfortable expressing their concerns and ideas.

Best practices for conducting empathetic code reviews include starting questions with 'Could you please explain' instead of 'Why did you', avoiding accusatory language, providing clear and constructive feedback, recognizing good work, and keeping the communication objective and non-judgmental.

Empathy benefits organizations by building a positive culture, enhancing brand image, improving employee retention rates, inspiring leadership, and ensuring that the software products developed are user-friendly and well-received by users.

Challenges of applying empathy in software development include dealing with non-receptive engineers, balancing empathy with accountability, and avoiding the negative impact of excessive empathy, such as forcing experiences onto others or becoming overly responsible for others' feelings.

Yes, too much empathy can be harmful. For example, forcing your experiences onto others or becoming overly responsible for their feelings can create discomfort and hinder their growth. It is important to apply empathy effectively by fostering non-reactive empathy and providing thoughtful and compassionate responses.

Organizations can integrate empathy into their practices by conducting empathy workshops, creating documentation that encourages empathetic communication, designing onboarding processes that emphasize empathy, and promoting a culture that values and practices empathy in daily interactions.

Documenting complex code with empathy is important because it makes it easier for future developers to understand and work with the code. It shows consideration for others' challenges and helps maintain high code quality and effective collaboration within the team.

Manjula Dube
Manjula Dube
29 min
08 Dec, 2023

Comments

Sign in or register to post your comment.

Video Summary and Transcription

This Talk explores empathy-driven development in software engineering, emphasizing the importance of understanding and applying empathy in code reviews, communication, and team collaboration. It highlights the benefits of empathy, such as personal growth, effective communication, and high code quality, while cautioning against excessive empathy. The Talk also discusses building empathetic teams, conducting empathy workshops, and practicing empathy in interviews. It addresses language barriers, handling engineers, and the role of AI in fostering empathy.

1. Introduction to Empathy-driven Development

Short description:

I'm going to be talking about empathy-driven development today. How can you apply empathy as a developer or in your development process? Let me introduce myself. I'm Anjula Dubey, a Technical Delivery Lead at Vanguard Europe. I'm also an organiser at React India and JSConf India. You can find me on Twitter as Manjula underscore Dubey. Are you here to learn empathy or apply it to your development teams? Any technical leaders? There will be useful insights for you.

So, hi everyone. I'm going to be talking about empathy-driven development today. Maybe this is the topic that is not spoken a lot about and that is why I'm here today, building a software with human touch and how can you apply that. How can you apply empathy as a developer or maybe in your development process? So, maybe we are going to look at that.

But before that, let me introduce myself. I'm Anjula Dubey and I'm a Technical Delivery Lead at Vanguard Europe. Vanguard is an investment firm. Just for your knowledge, it's a company from US. I'm also an organiser at React India and JSConf India. On Twitter, you can find me by Manjula underscore Dubey. So, if you want to ask me some questions after my talk, you can also reach out on Twitter.

Cool. Before we move on, quickly, you can raise your hands up. Why are you here? Maybe to learn empathy? I guess all of us know about that. Yeah. You can Google it and you would know. Are you here to apply empathy to your development teams? Yes? Okay. Any technical leaders here? Tech leads? Team leads? Maybe a lot of useful insights today that you can gather and go back and apply to your team.

2. Understanding Empathy

Short description:

Empathy is the awareness of the feelings of others. It means putting oneself in someone else's shoes, comprehending their emotions, perspectives, experiences, and responding with sensitivity and compassion.

So, just a simple definition, of course. All of us know what empathy is. It's the awareness of the feelings of others. I mean, all of us know, very simple. But how do we apply it? So, the definition says that you put oneself in someone else's shoes, right? And to comprehend their emotions, perspectives, experiences, and how do you respond with sensitivity and compassion? But does it really literally mean wearing somebody else's shoes? No, of course not, right? What does it mean? Bryn Brown said that you should be able to see the world as others see it, or maybe not be too judgemental about your junior developer or a senior developer, or maybe understanding other feelings. We'll see that in our coming slides.

QnA

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

A Framework for Managing Technical Debt
TechLead Conference 2023TechLead Conference 2023
35 min
A Framework for Managing Technical Debt
Top Content
Today's Talk discusses the importance of managing technical debt through refactoring practices, prioritization, and planning. Successful refactoring requires establishing guidelines, maintaining an inventory, and implementing a process. Celebrating success and ensuring resilience are key to building a strong refactoring culture. Visibility, support, and transparent communication are crucial for addressing technical debt effectively. The team's responsibilities, operating style, and availability should be transparent to product managers.
Debugging JS
React Summit 2023React Summit 2023
24 min
Debugging JS
Top Content
Watch video: Debugging JS
Debugging JavaScript is a crucial skill that is often overlooked in the industry. It is important to understand the problem, reproduce the issue, and identify the root cause. Having a variety of debugging tools and techniques, such as console methods and graphical debuggers, is beneficial. Replay is a time-traveling debugger for JavaScript that allows users to record and inspect bugs. It works with Redux, plain React, and even minified code with the help of source maps.
Building a Voice-Enabled AI Assistant With Javascript
JSNation 2023JSNation 2023
21 min
Building a Voice-Enabled AI Assistant With Javascript
Top Content
This Talk discusses building a voice-activated AI assistant using web APIs and JavaScript. It covers using the Web Speech API for speech recognition and the speech synthesis API for text to speech. The speaker demonstrates how to communicate with the Open AI API and handle the response. The Talk also explores enabling speech recognition and addressing the user. The speaker concludes by mentioning the possibility of creating a product out of the project and using Tauri for native desktop-like experiences.
Power Fixing React Performance Woes
React Advanced Conference 2023React Advanced Conference 2023
22 min
Power Fixing React Performance Woes
Top Content
Watch video: Power Fixing React Performance Woes
This Talk discusses various strategies to improve React performance, including lazy loading iframes, analyzing and optimizing bundles, fixing barrel exports and tree shaking, removing dead code, and caching expensive computations. The speaker shares their experience in identifying and addressing performance issues in a real-world application. They also highlight the importance of regularly auditing webpack and bundle analyzers, using tools like Knip to find unused code, and contributing improvements to open source libraries.
A Practical Guide for Migrating to Server Components
React Advanced Conference 2023React Advanced Conference 2023
28 min
A Practical Guide for Migrating to Server Components
Top Content
Watch video: A Practical Guide for Migrating to Server Components
React query version five is live and we'll be discussing the migration process to server components using Next.js and React Query. The process involves planning, preparing, and setting up server components, migrating pages, adding layouts, and moving components to the server. We'll also explore the benefits of server components such as reducing JavaScript shipping, enabling powerful caching, and leveraging the features of the app router. Additionally, we'll cover topics like handling authentication, rendering in server components, and the impact on server load and costs.
Monolith to Micro-Frontends
React Advanced Conference 2022React Advanced Conference 2022
22 min
Monolith to Micro-Frontends
Top Content
Microfrontends are considered as a solution to the problems of exponential growth, code duplication, and unclear ownership in older applications. Transitioning from a monolith to microfrontends involves decoupling the system and exploring options like a modular monolith. Microfrontends enable independent deployments and runtime composition, but there is a discussion about the alternative of keeping an integrated application composed at runtime. Choosing a composition model and a router are crucial decisions in the technical plan. The Strangler pattern and the reverse Strangler pattern are used to gradually replace parts of the monolith with the new application.

Workshops on related topic

Build Modern Applications Using GraphQL and Javascript
Node Congress 2024Node Congress 2024
152 min
Build Modern Applications Using GraphQL and Javascript
Featured Workshop
Emanuel Scirlet
Miguel Henriques
2 authors
Come and learn how you can supercharge your modern and secure applications using GraphQL and Javascript. In this workshop we will build a GraphQL API and we will demonstrate the benefits of the query language for APIs and what use cases that are fit for it. Basic Javascript knowledge required.
Building a Shopify App with React & Node
React Summit Remote Edition 2021React Summit Remote Edition 2021
87 min
Building a Shopify App with React & Node
Top Content
WorkshopFree
Jennifer Gray
Hanna Chen
2 authors
Shopify merchants have a diverse set of needs, and developers have a unique opportunity to meet those needs building apps. Building an app can be tough work but Shopify has created a set of tools and resources to help you build out a seamless app experience as quickly as possible. Get hands on experience building an embedded Shopify app using the Shopify App CLI, Polaris and Shopify App Bridge.We’ll show you how to create an app that accesses information from a development store and can run in your local environment.
Build a chat room with Appwrite and React
JSNation 2022JSNation 2022
41 min
Build a chat room with Appwrite and React
WorkshopFree
Wess Cope
Wess Cope
API's/Backends are difficult and we need websockets. You will be using VS Code as your editor, Parcel.js, Chakra-ui, React, React Icons, and Appwrite. By the end of this workshop, you will have the knowledge to build a real-time app using Appwrite and zero API development. Follow along and you'll have an awesome chat app to show off!
Hard GraphQL Problems at Shopify
GraphQL Galaxy 2021GraphQL Galaxy 2021
164 min
Hard GraphQL Problems at Shopify
WorkshopFree
Rebecca Friedman
Jonathan Baker
Alex Ackerman
Théo Ben Hassen
 Greg MacWilliam
5 authors
At Shopify scale, we solve some pretty hard problems. In this workshop, five different speakers will outline some of the challenges we’ve faced, and how we’ve overcome them.

Table of contents:
1 - The infamous "N+1" problem: Jonathan Baker - Let's talk about what it is, why it is a problem, and how Shopify handles it at scale across several GraphQL APIs.
2 - Contextualizing GraphQL APIs: Alex Ackerman - How and why we decided to use directives. I’ll share what directives are, which directives are available out of the box, and how to create custom directives.
3 - Faster GraphQL queries for mobile clients: Theo Ben Hassen - As your mobile app grows, so will your GraphQL queries. In this talk, I will go over diverse strategies to make your queries faster and more effective.
4 - Building tomorrow’s product today: Greg MacWilliam - How Shopify adopts future features in today’s code.
5 - Managing large APIs effectively: Rebecca Friedman - We have thousands of developers at Shopify. Let’s take a look at how we’re ensuring the quality and consistency of our GraphQL APIs with so many contributors.
0 To Auth In An Hour For Your JavaScript App
JSNation 2023JSNation 2023
57 min
0 To Auth In An Hour For Your JavaScript App
WorkshopFree
Asaf Shen
Asaf Shen
Passwordless authentication may seem complex, but it is simple to add it to any app using the right tool.
We will enhance a full-stack JS application (Node.js backend + Vanilla JS frontend) to authenticate users with One Time Passwords (email) and OAuth, including:
- User authentication – Managing user interactions, returning session / refresh JWTs- Session management and validation – Storing the session securely for subsequent client requests, validating / refreshing sessions
At the end of the workshop, we will also touch on another approach to code authentication using frontend Descope Flows (drag-and-drop workflows), while keeping only session validation in the backend. With this, we will also show how easy it is to enable biometrics and other passwordless authentication methods.