Skip to content

Commit

Permalink
Update resume
Browse files Browse the repository at this point in the history
  • Loading branch information
banga committed Dec 28, 2023
1 parent 3f88e9c commit 68c9587
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 27 deletions.
45 changes: 27 additions & 18 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#2f7c47",
"activityBar.activeBorder": "#422c74",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#215732",
"titleBar.inactiveBackground": "#21573299",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"activityBar.activeBackground": "#2f7c47",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f7c47"
},
"peacock.color": "#215732",
"editor.formatOnSave": true
}
"workbench.colorCustomizations": {
"activityBar.background": "#2f7c47",
"activityBar.activeBorder": "#422c74",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#215732",
"titleBar.inactiveBackground": "#21573299",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"activityBar.activeBackground": "#2f7c47",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f7c47"
},
"peacock.color": "#215732",
"editor.formatOnSave": true,
"cSpell.words": [
"Airtable",
"Automations",
"codemod",
"Quora",
"résumé",
"Roorkee",
"triaging"
]
}
17 changes: 8 additions & 9 deletions src/pages/ResumePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,18 @@ function Work() {
optimizations to improve base health and performance.
</WorkItem>
<WorkItem date="2020 — 2021" subtitle="Platform">
Helped build{" "}
Helped launch{" "}
<a href="https://www.airtable.com/platform/automations">
Automations
</a>
. Built end-to-end several of the most popular triggers and actions.
Built a type checker that drives autocompletion and validation in
inputs. Added support for multiple actions, rich-text and attachments
in emails, finding records and sending them in emails. Built recipes
. Built several of the most popular triggers and actions working
across the stack. Built a type checker that drives autocompletion and
validation in inputs. Added multi-action automations, support for
rich-text, attachments and sending records in emails. Built recipes
and walkthroughs to increase adoption.
<br />
<br />
Helped build the{" "}
Helped launch the{" "}
<a href="https://www.airtable.com/newsroom/product-and-technology/introducing-scripting-block">
Scripting Block
</a>
Expand All @@ -114,9 +114,8 @@ function Work() {
etc.
</WorkItem>
<WorkItem date="2023" subtitle="Recruiting">
Surveyed interviewers to identify top areas of improvement. Led
efforts to standardize debriefs and to periodically refresh
interviewer calibration.
Surveyed interviewers to identify top pain points. Led efforts to
standardize debriefs and periodically refresh interviewer calibration.
</WorkItem>
</Employer>
<Employer name="Quip" title="Staff Software Engineer">
Expand Down

0 comments on commit 68c9587

Please sign in to comment.