-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move resume details to json file; for now don't show details in the /…
…experience view
- Loading branch information
Showing
2 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"engineer": [ | ||
"Planned and implemented features in front end applications.", | ||
"Researched and presented patterns to improve application maintainability and performance.", | ||
"Integrated third-party services for feature flagging and search.", | ||
"Wrote unit and end-to-end tests." | ||
], | ||
"linodeTechWriter": [ | ||
"Wrote, edited, and tech edited documentation on Linux-related topics", | ||
"Used continuous integration and scripting to improve quality of documentation library" | ||
], | ||
"seniorEngineer": [ | ||
"Work with UI/UX designs, user feedback, and stakeholders to determine feature requirements.", | ||
"Make contributions to back-end code.", | ||
"Publish and maintain the open-source @linode/api-v4 NPM package.", | ||
"Identify issues and areas for improvement and work to reduce technical debt.", | ||
"Mentor new team members.", | ||
"Give technical presentations to the team, department, and company." | ||
] | ||
} |