Skip to content

Commit 62f8d66

Browse files
Update index.tsx
1 parent ac4faed commit 62f8d66

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/components/TeamProfileCards/index.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,17 @@ export function MaintainersRow(): JSX.Element {
137137
export function TSCRow(): JSX.Element {
138138
return (
139139
<div className="row">
140-
<TeamProfileCardCol name="Ender Demirkaya" githubUrl="https://github.com/demirkayaender" linkedinUrl="https://www.linkedin.com/in/enderdemirkaya/"></TeamProfileCardCol>
141-
<TeamProfileCardCol name="Taylan Isikdemir" githubUrl="https://github.com/taylanisikdemir" linkedinUrl="https://www.linkedin.com/in/taylan-isikdemir"></TeamProfileCardCol>
140+
<TeamProfileCardCol name="Ender Demirkaya" githubUrl="https://github.com/demirkayaender" linkedinUrl="https://www.linkedin.com/in/enderdemirkaya/">
141+
Ender joined the Cadence team as a tech lead and later transitioned into a management role. <br />
142+
His career started with his own startup, followed with Microsoft, working for another startup and Meta. <br />
143+
His prior work involves building Bing's/Azure's key value store (ObjectStore), distributed NAS, and search engines. <br />
144+
He's into outdoors and endurance sports while not working.
145+
</TeamProfileCardCol>
146+
<TeamProfileCardCol name="Taylan Isikdemir" githubUrl="https://github.com/taylanisikdemir" linkedinUrl="https://www.linkedin.com/in/taylan-isikdemir">
147+
Taylan majored in CS and his software engineering journey includes working at Microsoft Azure, Google Cloud, and helping build an observability startup from ground up. <br />
148+
Taylan is tech lead of Cadence team at Uber, based in Seattle. <br />
149+
When he is not working, you'll probably find him playing basketball or kickboxing.
150+
</TeamProfileCardCol>
142151
<TeamProfileCardCol name="Kisel Jan" githubUrl="https://github.com/dkrotx"> </TeamProfileCardCol>
143152
</div>
144153
);

0 commit comments

Comments
 (0)