jsonresume-theme-engineering-leader 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
# jsonresume-theme-engineering
|
|
1
|
+
# jsonresume-theme-engineering-leader
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.org/package/jsonresume-theme-engineering-leader)
|
|
4
|
+
|
|
5
|
+
This is the engineering theme for [JSON Resume](http://jsonresume.org/), based off of [jsonresume-theme-engineering](https://github.com/skoenig/jsonresume-theme-engineering) and aims to implement the best practices for [engineering resumes](https://www.reddit.com/r/EngineeringResumes/wiki/index/). The original version was intended for [senior/staff level engineers](https://www.reddit.com/r/EngineeringResumes/wiki/index/#wiki_senior_engineers_and_above_.2810.2B_yoe.29) but this version is modified for CTOs/VPs/Directors.
|
|
4
6
|
|
|
5
7
|
<p align="center">
|
|
6
8
|
<kbd>
|
|
7
|
-
<img src="https://github.com/sjw7444/jsonresume-theme-engineering-leader/blob/main/example
|
|
9
|
+
<img src="https://github.com/sjw7444/jsonresume-theme-engineering-leader/blob/main/example-resume.png?raw=true" alt="Richard Hendriks Resume"/>
|
|
8
10
|
</kbd>
|
|
9
11
|
</p>
|
|
10
12
|
|
|
@@ -46,9 +48,20 @@ npm run export
|
|
|
46
48
|
If you want to see or modify and example, this project is configured to export a resume from the `example` folder just by running vscode f5.
|
|
47
49
|
|
|
48
50
|
```bash
|
|
49
|
-
resume export --resume example
|
|
51
|
+
resume export --resume example-resume.json --theme . example-resume.html
|
|
50
52
|
```
|
|
51
53
|
|
|
52
54
|
## License
|
|
53
55
|
|
|
54
56
|
Available under [the MIT license](http://mths.be/mit).
|
|
57
|
+
|
|
58
|
+
## About & Contributing
|
|
59
|
+
|
|
60
|
+
This is a very small personal project but feel free to contribute and I will do my best to merge fixes and contributions.
|
|
61
|
+
|
|
62
|
+
### Notes
|
|
63
|
+
|
|
64
|
+
To make the example png, follow the steps below:
|
|
65
|
+
|
|
66
|
+
1. Install `brew install poppler`
|
|
67
|
+
2. Run `pdftoppm -png example-resume.pdf example-resume`
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
<h1>Richard Hendriks</h1>
|
|
21
21
|
|
|
22
22
|
<div class="contact centered">
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
Palo Alto, CA
|
|
24
|
+
US
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
27
|
<div class="contact centered">
|
|
@@ -41,14 +41,16 @@
|
|
|
41
41
|
<h3 class="item-header-title">
|
|
42
42
|
Pied Piper,
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
<span class="location">
|
|
45
|
+
Palo Alto, CA
|
|
46
|
+
</span> </h3>
|
|
45
47
|
<div class="item-header-subtitle">
|
|
46
48
|
CEO/President
|
|
47
49
|
</div>
|
|
48
50
|
</div>
|
|
49
51
|
<div class="item-details">
|
|
50
52
|
<div class="date">
|
|
51
|
-
2014
|
|
53
|
+
04/2014 - Current
|
|
52
54
|
</div>
|
|
53
55
|
</div>
|
|
54
56
|
<div class="clearfix"></div>
|
|
@@ -57,8 +59,12 @@
|
|
|
57
59
|
|
|
58
60
|
<ul class="highlights">
|
|
59
61
|
<li>Build an algorithm for artist to detect if their music was violating copy right infringement laws</li>
|
|
60
|
-
<li>Successfully won
|
|
62
|
+
<li>Successfully won Techcrunch Disrupt</li>
|
|
61
63
|
<li>Optimized an algorithm that holds the current world record for Weisman Scores</li>
|
|
64
|
+
<ul>
|
|
65
|
+
<li>Definitely, did not hack the entire internet</li>
|
|
66
|
+
<li>Successfully demod on Techcrunch stage</li>
|
|
67
|
+
</ul>
|
|
62
68
|
</ul>
|
|
63
69
|
</div>
|
|
64
70
|
|
|
@@ -67,14 +73,16 @@
|
|
|
67
73
|
<h3 class="item-header-title">
|
|
68
74
|
Hooli,
|
|
69
75
|
|
|
70
|
-
|
|
76
|
+
<span class="location">
|
|
77
|
+
Palo Alto, CA
|
|
78
|
+
</span> </h3>
|
|
71
79
|
<div class="item-header-subtitle">
|
|
72
80
|
Senior Software Engineer
|
|
73
81
|
</div>
|
|
74
82
|
</div>
|
|
75
83
|
<div class="item-details">
|
|
76
84
|
<div class="date">
|
|
77
|
-
2014
|
|
85
|
+
01/2014 - 04/2014
|
|
78
86
|
</div>
|
|
79
87
|
</div>
|
|
80
88
|
<div class="clearfix"></div>
|
|
@@ -82,7 +90,7 @@
|
|
|
82
90
|
<p></p>
|
|
83
91
|
|
|
84
92
|
<ul class="highlights">
|
|
85
|
-
<li>Worked on optimizing the backend algorithms for
|
|
93
|
+
<li>Worked on optimizing the backend algorithms for Hooli</li>
|
|
86
94
|
</ul>
|
|
87
95
|
</div>
|
|
88
96
|
|
|
@@ -91,14 +99,16 @@
|
|
|
91
99
|
<h3 class="item-header-title">
|
|
92
100
|
Hooli,
|
|
93
101
|
|
|
94
|
-
|
|
102
|
+
<span class="location">
|
|
103
|
+
Palo Alto, CA
|
|
104
|
+
</span> </h3>
|
|
95
105
|
<div class="item-header-subtitle">
|
|
96
106
|
Software Engineer
|
|
97
107
|
</div>
|
|
98
108
|
</div>
|
|
99
109
|
<div class="item-details">
|
|
100
110
|
<div class="date">
|
|
101
|
-
2013
|
|
111
|
+
01/2013 - 01/2014
|
|
102
112
|
</div>
|
|
103
113
|
</div>
|
|
104
114
|
<div class="clearfix"></div>
|
|
@@ -106,7 +116,7 @@
|
|
|
106
116
|
<p></p>
|
|
107
117
|
|
|
108
118
|
<ul class="highlights">
|
|
109
|
-
<li>Contributed bugfixes and smaller features for
|
|
119
|
+
<li>Contributed bugfixes and smaller features for Hooli</li>
|
|
110
120
|
</ul>
|
|
111
121
|
</div>
|
|
112
122
|
</section>
|
|
@@ -120,7 +130,7 @@
|
|
|
120
130
|
Stanford
|
|
121
131
|
|
|
122
132
|
<span class="location">
|
|
123
|
-
,
|
|
133
|
+
Palo Alto, CA US
|
|
124
134
|
</span> </div>
|
|
125
135
|
<div class="item-header-subtitle">
|
|
126
136
|
<span class="degree">B.S, Computer Science</span>
|
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
"picture": "http://www.piedpiper.com/app/themes/pied-piper/dist/images/richard.png",
|
|
6
6
|
"email": "richard.hendriks@piedpiper.com",
|
|
7
7
|
"phone": "(912) 555-4321",
|
|
8
|
-
"
|
|
9
|
-
"summary": "Richard hails from
|
|
8
|
+
"url": "http://piedpiper.com",
|
|
9
|
+
"summary": "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for <a href='http://www.hooli.xyz/'>Hooli</a> as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a <em>“length-limited”</em> conversation!",
|
|
10
10
|
"location": {
|
|
11
|
-
"address": "Newell Road",
|
|
12
|
-
"postalCode": "94303",
|
|
13
11
|
"city": "Palo Alto",
|
|
14
12
|
"countryCode": "US",
|
|
15
13
|
"region": "CA"
|
|
@@ -36,34 +34,54 @@
|
|
|
36
34
|
{
|
|
37
35
|
"company": "Pied Piper",
|
|
38
36
|
"position": "CEO/President",
|
|
39
|
-
"
|
|
40
|
-
"startDate": "2014
|
|
37
|
+
"url": "http://piedpiper.com",
|
|
38
|
+
"startDate": "04/2014",
|
|
39
|
+
"endDate": "Current",
|
|
41
40
|
"summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
|
|
42
41
|
"highlights": [
|
|
43
42
|
"Build an algorithm for artist to detect if their music was violating copy right infringement laws",
|
|
44
|
-
"Successfully won
|
|
45
|
-
"Optimized an algorithm that holds the current world record for Weisman Scores"
|
|
46
|
-
|
|
43
|
+
"Successfully won Techcrunch Disrupt",
|
|
44
|
+
"Optimized an algorithm that holds the current world record for Weisman Scores",
|
|
45
|
+
[
|
|
46
|
+
"Definitely, did not hack the entire internet",
|
|
47
|
+
"Successfully demod on Techcrunch stage"
|
|
48
|
+
]
|
|
49
|
+
],
|
|
50
|
+
"location": {
|
|
51
|
+
"city": "Palo Alto",
|
|
52
|
+
"countryCode": "US",
|
|
53
|
+
"region": "CA"
|
|
54
|
+
}
|
|
47
55
|
},
|
|
48
56
|
{
|
|
49
57
|
"company": "Hooli",
|
|
50
58
|
"position": "Senior Software Engineer",
|
|
51
59
|
"website": "http://www.hooli.xyz/",
|
|
52
|
-
"startDate": "2014
|
|
53
|
-
"endDate": "2014
|
|
60
|
+
"startDate": "01/2014",
|
|
61
|
+
"endDate": "04/2014",
|
|
54
62
|
"highlights": [
|
|
55
|
-
"Worked on optimizing the backend algorithms for
|
|
56
|
-
]
|
|
63
|
+
"Worked on optimizing the backend algorithms for Hooli"
|
|
64
|
+
],
|
|
65
|
+
"location": {
|
|
66
|
+
"city": "Palo Alto",
|
|
67
|
+
"countryCode": "US",
|
|
68
|
+
"region": "CA"
|
|
69
|
+
}
|
|
57
70
|
},
|
|
58
71
|
{
|
|
59
72
|
"company": "Hooli",
|
|
60
73
|
"position": "Software Engineer",
|
|
61
74
|
"website": "http://www.hooli.xyz/",
|
|
62
|
-
"startDate": "2013
|
|
63
|
-
"endDate": "2014
|
|
75
|
+
"startDate": "01/2013",
|
|
76
|
+
"endDate": "01/2014",
|
|
64
77
|
"highlights": [
|
|
65
|
-
"Contributed bugfixes and smaller features for
|
|
66
|
-
]
|
|
78
|
+
"Contributed bugfixes and smaller features for Hooli"
|
|
79
|
+
],
|
|
80
|
+
"location": {
|
|
81
|
+
"city": "Palo Alto",
|
|
82
|
+
"countryCode": "US",
|
|
83
|
+
"region": "CA"
|
|
84
|
+
}
|
|
67
85
|
}
|
|
68
86
|
],
|
|
69
87
|
"volunteer": [
|
|
@@ -71,8 +89,8 @@
|
|
|
71
89
|
"organization": "CoderDojo",
|
|
72
90
|
"position": "Teacher",
|
|
73
91
|
"website": "http://coderdojo.com/",
|
|
74
|
-
"startDate": "2012
|
|
75
|
-
"endDate": "2013
|
|
92
|
+
"startDate": "01/2012",
|
|
93
|
+
"endDate": "01/2013",
|
|
76
94
|
"summary": "Global movement of free coding clubs for young people.",
|
|
77
95
|
"highlights": [
|
|
78
96
|
"Awarded 'Teacher of the Month'"
|
|
@@ -84,15 +102,19 @@
|
|
|
84
102
|
"institution": "Stanford",
|
|
85
103
|
"area": "Computer Science",
|
|
86
104
|
"studyType": "B.S",
|
|
87
|
-
"location": "Palo Alto, CA",
|
|
88
105
|
"specialization": "Machine Learning",
|
|
89
|
-
"startDate": "2011
|
|
90
|
-
"endDate": "2014
|
|
106
|
+
"startDate": "06/2011",
|
|
107
|
+
"endDate": "01/2014",
|
|
91
108
|
"gpa": "GPA 4.0",
|
|
92
109
|
"courses": [
|
|
93
110
|
"<strong>DB1101</strong> - Basic SQL",
|
|
94
111
|
"<strong>CS2011</strong> - Java Introduction"
|
|
95
|
-
]
|
|
112
|
+
],
|
|
113
|
+
"location": {
|
|
114
|
+
"city": "Palo Alto",
|
|
115
|
+
"countryCode": "US",
|
|
116
|
+
"region": "CA"
|
|
117
|
+
}
|
|
96
118
|
}
|
|
97
119
|
],
|
|
98
120
|
"awards": [
|
|
@@ -153,4 +175,4 @@
|
|
|
153
175
|
"reference": "It is my pleasure to recommend Richard. That is all."
|
|
154
176
|
}
|
|
155
177
|
]
|
|
156
|
-
}
|
|
178
|
+
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsonresume-theme-engineering-leader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "JSON Resume theme for Engineering leaders",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jsonresume",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "resume serve --theme .",
|
|
21
|
-
"export": "resume export --resume example
|
|
21
|
+
"export": "resume export --resume example-resume.json --theme ./ example-resume.pdf"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"address-format": "0.0.3",
|
package/example/resume.png
DELETED
|
Binary file
|