Skip to content

Commit 9c36a9e

Browse files
committed
updating stripe
1 parent e6a4efa commit 9c36a9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: ui/src/components/Resume/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ export default class Resume extends Component {
378378
<Job
379379
active={this.state.stripe.get("active")}
380380
bullets={[
381+
"Tech lead for caching and consensus. I was responsible for roadmap/direction, budgeting, hiring, and project management. Over a period of 2 years, my org went from zero to 30 people. Dozens of internal memcached clusters could serve sub-ms responses. The clusters saved $10MM+/yr on database costs and managed alternatives. The etcd clusters were resilient to a full-region outage and underpinned Stripe's multi-region strategy. Every cluster operated at >5 9's.",
382+
"Managed adoption of AWS Aurora internally, leading a team of 10 developers. This was a multi-year cross-functional effort that involved securing data access, client libraries, proxies, observability, scalability/load-testing, and developer tooling.",
381383
"Led migration of Stripe's queueing system to Kubernetes (30k+ rps), including design, testing and implementation, drastically expanding platform capabilities and improving reliability, while also decreasing costs",
382384
"Provisioned ML Kubernetes cluster supporting a diverse set of workloads, including autoscaling, powering all model training for fraud and risk",
383385
"Improved reliability by adding blue/green deploys and proper request draining during deploys on Kubernetes",
@@ -393,7 +395,7 @@ export default class Resume extends Component {
393395
logoUrl="logo_stripe.png"
394396
name="Stripe"
395397
place="San Francisco, California"
396-
position="Infrastructure Engineer"
398+
position="Tech Lead, Distributed Systems"
397399
/>
398400
<Job
399401
active={this.state.snap.get("active")}

0 commit comments

Comments
 (0)