Skip to content

Commit

Permalink
Move resume details to json file; for now don't show details in the /…
Browse files Browse the repository at this point in the history
…experience view
  • Loading branch information
Jskobos committed Feb 22, 2021
1 parent 4c2d39f commit 90fcf7c
Showing 2 changed files with 23 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/Main.elm
Original file line number Diff line number Diff line change
@@ -616,31 +616,21 @@ items =
"Philadelphia, PA"
"02-03-20"
""
[ "Work with UI/UX designs, user feedback, and stakeholders to determine feature requirements."
, "Improve code quality and application performance, including reducingpage load times by 30% and reducing API bandwidth usage by 50%."
, "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."
[
]
, WorkItem "Linode"
"Software Engineer"
"Philadelphia, PA"
"05-01-18"
"02-03-20"
[ "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."
[
]
, WorkItem "Linode"
"Technical Writer"
"Philadelphia, PA"
"09-06-17"
"05-01-18"
[ "Wrote, edited, and tech edited documentation on Linux-related topics"
, "Used continuous integration and scripting to improve quality of documentation library"
[
]
]

20 changes: 20 additions & 0 deletions src/resume.json
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."
]
}

0 comments on commit 90fcf7c

Please sign in to comment.