Skip to content

Commit 90fcf7c

Browse files
committed
Move resume details to json file; for now don't show details in the /experience view
1 parent 4c2d39f commit 90fcf7c

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

src/Main.elm

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -616,31 +616,21 @@ items =
616616
"Philadelphia, PA"
617617
"02-03-20"
618618
""
619-
[ "Work with UI/UX designs, user feedback, and stakeholders to determine feature requirements."
620-
, "Improve code quality and application performance, including reducingpage load times by 30% and reducing API bandwidth usage by 50%."
621-
, "Make contributions to back-end code."
622-
, "Publish and maintain the open-source @linode/api-v4 NPM package."
623-
, "Identify issues and areas for improvement and work to reduce technical debt."
624-
, "Mentor new team members."
625-
, "Give technical presentations to the team, department, and company."
619+
[
626620
]
627621
, WorkItem "Linode"
628622
"Software Engineer"
629623
"Philadelphia, PA"
630624
"05-01-18"
631625
"02-03-20"
632-
[ "Planned and implemented features in front end applications."
633-
, "Researched and presented patterns to improve application maintainability and performance."
634-
, "Integrated third-party services for feature flagging and search."
635-
, "Wrote unit and end-to-end tests."
626+
[
636627
]
637628
, WorkItem "Linode"
638629
"Technical Writer"
639630
"Philadelphia, PA"
640631
"09-06-17"
641632
"05-01-18"
642-
[ "Wrote, edited, and tech edited documentation on Linux-related topics"
643-
, "Used continuous integration and scripting to improve quality of documentation library"
633+
[
644634
]
645635
]
646636

src/resume.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"engineer": [
3+
"Planned and implemented features in front end applications.",
4+
"Researched and presented patterns to improve application maintainability and performance.",
5+
"Integrated third-party services for feature flagging and search.",
6+
"Wrote unit and end-to-end tests."
7+
],
8+
"linodeTechWriter": [
9+
"Wrote, edited, and tech edited documentation on Linux-related topics",
10+
"Used continuous integration and scripting to improve quality of documentation library"
11+
],
12+
"seniorEngineer": [
13+
"Work with UI/UX designs, user feedback, and stakeholders to determine feature requirements.",
14+
"Make contributions to back-end code.",
15+
"Publish and maintain the open-source @linode/api-v4 NPM package.",
16+
"Identify issues and areas for improvement and work to reduce technical debt.",
17+
"Mentor new team members.",
18+
"Give technical presentations to the team, department, and company."
19+
]
20+
}

0 commit comments

Comments
 (0)