Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Diving Into The Lake #636

Merged
merged 17 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Generated files
.docusaurus
.cache-loader
.vscode

# Misc
.DS_Store
Expand Down
8 changes: 4 additions & 4 deletions livedemo/DivingIntoTheLake/01-Tatiana.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ description: >

# "Diving Into The Lake" with Tatiana Gil Lopez from Whitepages

<img src="https://github.com/apache/incubator-devlake-website/assets/31725457/2c47f1fc-7bfd-4fb3-b978-0b4e02ce4bc2" alt="Diving Into the Lake with Tatiana Gil Lopez" width="100%" />

## About "Diving into the Lake"

"Diving into the Lake" by DevLake features the stories and experiences ofengineering leaders and experts. <b>Tatiana Gil Lopez, Senior QA & DevOps Engineer at Whitepages</b>, is our first featured community member in this edition. In this interview, Tatiana was asked four questions based on data-driven techniques, decision making, metrics, processes, team health, and other aspects of engineering.

Feel free to give a read, which has been specially handpicked for you! This would undoubtedly enlighten on practicality and provide deeper insights into Engineering.


<img src="https://github.com/apache/incubator-devlake-website/assets/31725457/2c47f1fc-7bfd-4fb3-b978-0b4e02ce4bc2" alt="Diving Into the Lake with Tatiana Gil Lopez" width="100%" />


### Question #1: "In your opinion, what is the value of taking a data driven approach to engineering?"

> My grandmother Oliva taught me that even if it's just having the same drink each morning, limiting the amount of such choices and decisions you make, leaves a lot of more room and clarity for the more ambitious ones.
Expand Down
36 changes: 36 additions & 0 deletions livedemo/DivingIntoTheLake/02-Ben-Stiefel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "#02 Ben Stiefel"
sidebar_position: 1
description: >
Ben sheds his perspective on leading successful teams as an Engineering Leader
---

# "Diving Into The Lake" with Ben Stiefel from Measurabl

"Diving Into The Lake" powered by DevLake features the stories and experiences of engineering leaders and experts. <b>Ben Stiefel, Director of Engineering at Measurabl</b>, shares in the interview on leading successful teams, adopting data-driven techniques, decision making, asssesing team health, DORA metrics and much more

Feel free to give it a read, as this has been specially handpicked for you! This would undoubtedly illuminate practicality and provide deeper insights into Engineering.

<img src="https://github.com/apache/incubator-devlake-website/assets/31725457/2e071928-6f28-4b4c-9961-80c5be956dee" alt="Diving Into The Lake with Ben Stiefel" width="100%" />


### Question #1: "In your opinion, what is the value of taking a data driven approach to engineering?"

> I'm assuming you're asking in the context of DORA metrics and others. I think they're valuable in context - they can and should be used to:
1. Validate or invalidate perceptions, assumptions, and hypotheses
2. "Start the conversation" - by which I mean one can use the data as a starting point to inquire about root causes of issues, or (preferably) sustained high performance

### Question #2: "When you think about using data to make better decisions, what advice would you give somebody?"

> Data never provides the whole picture, but it can't lie to you. Remember to make sure you're asking the right questions and collecting the best data you can. The data can skew perceptions if it's not collected or displayed correctly (example: violent crime in the US is up sharply since 2014, but still much lower than the 1980s, per capita and total). So always question whether or not you've got the best data you can get, and if you're analyzing it properly.

### Question #3: "If you had to pick one metric to assess the health or strength of an engineering process or organization, what would you pick, and why?"

> That's a tough one! per Question #2, I don't know that any one metric could be the best indicator, but if I HAD to pick, I'd say Cycle Time is a good leading indicator. We use developer metrics like DORA and SPACE to give us an idea of the general health of the engineering teams, and to find places where there might be efficiencies or room for improvement.

### Question #4: "If you were starting out in your engineering career again, what advice would you share with yourself?"
> Wow... great question... I would probably tell myself to be far more aware and avoidant of toxic workplaces and work cultures. You will grow much more quickly at a healthy company. How we can measure that would be a great question to answer!

Thanks for taking your time and reading through this. Do share your thoughts and comments in our [slack community](https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w). You can also nominate your favorite leader from the community for the upcoming editions of "Diving Into The Lake".

Happy DevLaking!
2 changes: 1 addition & 1 deletion livedemo/DivingIntoTheLake/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Dive Into The Lake",
"label": "Diving Into The Lake",
"position": 6,
"collapsed": false,
"link":{
Expand Down
Loading