-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-data.json
91 lines (91 loc) · 3.45 KB
/
resume-data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "John Doe",
"contact": {
"github": "github.com/johnnyjohnnydoedoe",
"phone": "1 (555) 123 - 4567",
"email": "[email protected]",
"address": "123 Street Rd"
},
"experience": [
{
"position": "Software Developer",
"employer": "Software corp",
"startDate": "2016-01-01",
"location": "Townsville, NB",
"responsibilities": [
"Developed and maintained a highly customized enterprise software product",
"Reliably delivered new features to large clients",
"Minimized and optimized I/O to substantially improve performance",
"Applied functional design to drastically improve modularity and testability",
"Extracted customizations to configuration to improve support responsiveness",
"Worked with vendors to integrate with external systems used by clients",
"Contributed improvements to shared internal company libraries"
]
},
{
"position": "Technical Founder",
"employer": "Startup Inc.",
"startDate": "2014-07-01",
"endDate": "2016-01-01",
"location": "Tonsville, NB",
"responsibilities": [
"Co-founded software services startup",
"Developed and launched a social media platform from scratch",
"Worked with a variety of web technologies and frameworks",
"Provisioned and configured team tools, dev ops, and automated testing"
]
}
],
"education": [
{
"institution": "University of Software",
"degree": "BSc. Software Engineering",
"startDate": "2009-09-01",
"endDate": "2014-06-01",
"location": "Calgary, AB",
"highlights": [
"Built cool capstone project",
"Won 1st prize in raytracer design competition in computer graphics course",
"Developed a classroom management platform with social features"
]
}
],
"skills": [
{
"category": "Programming",
"details": "Highly experienced in C#, JavaScript, and Java. Experienced in F#, TypeScript, C, C++, Haskell, Elm, Swift, Kotlin."
},
{
"category": "Environments",
"details": ".NET, JVM, browsers, Node.js, Windows, UNIX, Android, iOS, Mac"
},
{
"category": "Frameworks",
"details": "ASP.NET, React, React Native, Angular, Vue, Ember, Laravel, Express"
},
{
"category": "Databases",
"details": "MySql, SQL Server, MongoDb, Redis, 6NF database design"
},
{
"category": "Paradigms",
"details": "Functional, reactive, object-oriented, structured"
},
{
"category": "Tools",
"details": "Git, Bash, PowerShell, CI + build automation, IntelliJ platform, Visual Studio, VS Code"
}
],
"communityEngagement": [
{
"role": "Coordinator",
"organization": "Save the Haskellers",
"startDate": "2016-01-27",
"location": "Townsville, NB",
"responsibilities": [
"Provided charity projects to out-of-work Haskell developers",
"Coordinated support groups"
]
}
]
}