-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
119 lines (119 loc) · 4.07 KB
/
resume.json
File metadata and controls
119 lines (119 loc) · 4.07 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Neil P Turley",
"email": "neilpturley@gmail.com",
"phone": "(801) 854-8659",
"location": {
"city": "Round Rock",
"countryCode": "US",
"region": "Texas"
},
"profiles": [
{
"network": "Github",
"username": "nturley",
"url": "https://github.com/nturley"
}
]
},
"work": [
{
"company": "McCoy Global Inc",
"name": "McCoy Global Inc",
"position": "Lead Software Engineer",
"startDate": "2019-11",
"highlights": [
"Maintained embedded microcontroller firmware (C)",
"Developed Data Acquisition/Reporting Software for Pipe Drilling Sensors (LabVIEW)",
"Managed AWS resources and build pipeline infrastructure as code (Terraform, CloudFormation)",
"Implemented HTTP API endpoints that accessed database (C#, DynamoDB, AWS)",
"Added frontend features to web application (Angular, Typescript)",
"Wrote API specification and validation framework (OpenAPI, AsyncAPI)",
"Authored software development processes (e.g., planning, sprints, test periods, releases)",
"Created manual test procedures and authored manual tests for desktop application",
"Set up automated build/test CI system for desktop application"
]
},
{
"company": "National Instruments, RIO Software",
"position": "Staff Software Engineer",
"startDate": "2014-01",
"endDate": "2019-11",
"highlights": [
"Wrote FPGA System Integration for Five RIO Product Lines (LabVIEW, VHDL)",
"Worked on Electron-based Automotive Database Editor (Typescript, React)",
"Created a Test Result Analysis Framework (Python)",
"Designed and Implemented Test Automation Frameworks (Python)",
"Designed and Implemented a High Speed Data Transfer API (LabVIEW, VHDL, C++)",
"Ported LabVIEW FPGA RIO Driver to Zynq Platform (C++)",
"Proposed and Developed Hardward Anti-Cloning Mechanisms (VHDL, C++)",
"Implemented CLIP Generation Utitility (C#, LabVIEW)",
"Presented a Technical Session at NI Week 2017"
]
},
{
"company": "BYU Physics Department, Nuclear Research Group",
"position": "Lab Assistant",
"startDate": "2010-10",
"endDate": "2013-06",
"highlights": [
"Writing Data Acquisition Software (C#, C)",
"Designing Digital Circuits and Layout (Mentor Graphics)",
"Assisting Professors and Students to Collect and Analyze Meaningful Data (MATLAB)"
]
}
],
"education": [
{
"institution": "Brigham Young University",
"url": "https://www.byu.edu/",
"area": "Computer Engineering",
"studyType": "Bachelor",
"startDate": "2008",
"endDate": "2014",
"courses": [
"Computer Architecture",
"Real-Time OSes",
"Operating Systems",
"Embedded Systems",
"Applied Cryptography"
]
}
],
"projects": [
{
"name": "Sing Together Online",
"type": "application",
"highlights": [
"Virtual childrens choir web application",
"Manages song assignments and user submitted recordings",
"Buildless, client-only design using HTM, Preact, and Firebase"
],
"url": "https://singtogether.online"
},
{
"name": "Latchup 2018: Netlistsvg",
"highlights":[
"Presented about schematic visualization software",
"Github repo has over 230 stars"
],
"type": "presentation",
"url": "https://github.com/nturley/netlistsvg"
},
{
"name":"NIWeek 2017: Host Memory Buffer",
"type": "presentation",
"highlights": [
"Introduced a low latency DMA interface",
"How to optimize control loop determinism"
]
}
],
"meta": {
"theme": "onepage",
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}