[web] marketing: add Shruti Kapoor to team page

This commit is contained in:
Yangshun 2025-09-04 10:27:55 +08:00
parent db300a5ff5
commit 05e40bf6f0
2 changed files with 24 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -64,11 +64,11 @@ export const teamUsers: ReadonlyArray<TeamUser> = [
'/img/company-logos/amazon-logomark.svg',
],
description:
'Zhenghao is an Engineering Manager at Robinhood who was previously from Docusign, Instacart, and Amazon. He has developed multiple modern large-scale web apps and writes about software development and web technologies on zhenghao.io',
'Zhenghao is an Engineering Manager at Rippling who was previously from Instacart, and Amazon. He has developed multiple modern large-scale web apps and writes about software development and web technologies on zhenghao.io',
href: 'https://www.zhenghao.io/',
image: '/img/team/zhenghao.jpg',
name: 'Zhenghao He',
title: 'Engineering Manager @ Robinhood. Ex-Amazon',
title: 'Engineering Manager @ Rippling. Ex-Amazon',
},
{
category: 'team',
@ -90,11 +90,11 @@ export const teamUsers: ReadonlyArray<TeamUser> = [
'/img/company-logos/google-logomark.svg',
],
description:
'Beng is a software engineer who is well-versed in databases and distributed systems. Previously Ad Speed tech lead at Google.',
'Beng is a founding software engineer at Supabase and is well-versed in databases and distributed systems. Previously Ad Speed tech lead at Google.',
href: 'https://www.linkedin.com/in/thebengeu/',
image: '/img/team/beng.jpg',
name: 'Beng Eu',
title: 'Software Engineer @ Supabase. Ex-Google',
title: 'Founding Engineer @ Supabase. Ex-Google',
},
{
category: 'expert',
@ -106,6 +106,16 @@ export const teamUsers: ReadonlyArray<TeamUser> = [
name: 'Sébastien Lorber',
title: 'Creator of This Week In React, Docusaurus maintainer',
},
{
category: 'team',
companyLogos: [],
description:
'Taha is excited about building web apps with a focus on user-centric design. He is big on writing clean, maintainable code, and does his best working with collaborative teams where he has opportunities to grow.',
href: 'https://www.linkedin.com/in/tahacheema/',
image: '/img/team/taha.webp',
name: 'Muhammad Taha Cheema',
title: 'Software Engineering Intern @ GreatFrontEnd',
},
{
category: 'expert',
companyLogos: [
@ -119,6 +129,16 @@ export const teamUsers: ReadonlyArray<TeamUser> = [
name: 'Quan Yang Yeo',
title: 'AppSec Tech Lead @ Snap. Ex-Apple',
},
{
category: 'expert',
companyLogos: [],
description:
"Shruti Kapoor is a frontend engineer, educator, and speaker with 10+ years of experience, previously at PayPal and Slack. Now a full-time content creator, she's known for making React 18 and 19 easy (and fun) to understand—DevJokes included.",
href: 'https://shrutikapoor.substack.com/',
image: '/img/team/shruti.webp',
name: 'Shruti Kapoor',
title: 'Frontend developer, Educator, Author',
},
{
category: 'expert',
companyLogos: [
@ -203,14 +223,4 @@ export const teamUsers: ReadonlyArray<TeamUser> = [
name: 'Tram Minh Man',
title: 'Ex-Software Engineering Intern @ GreatFrontEnd',
},
{
category: 'team',
companyLogos: [],
description:
'Taha is excited about building web apps with a focus on user-centric design. He is big on writing clean, maintainable code, and does his best working with collaborative teams where he has opportunities to grow.',
href: 'https://www.linkedin.com/in/tahacheema/',
image: '/img/team/taha.webp',
name: 'Muhammad Taha Cheema',
title: 'Software Engineering Intern @ GreatFrontEnd',
},
];