File tree Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Expand file tree Collapse file tree 2 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -616,31 +616,21 @@ items =
616
616
" Philadelphia, PA"
617
617
" 02-03-20"
618
618
" "
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
+ [
626
620
]
627
621
, WorkItem " Linode"
628
622
" Software Engineer"
629
623
" Philadelphia, PA"
630
624
" 05-01-18"
631
625
" 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
+ [
636
627
]
637
628
, WorkItem " Linode"
638
629
" Technical Writer"
639
630
" Philadelphia, PA"
640
631
" 09-06-17"
641
632
" 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
+ [
644
634
]
645
635
]
646
636
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments