-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (177 loc) · 8.41 KB
/
index.html
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
Steve Gourley : CV : Resume
</title>
<meta name="description" content="My living resume.">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="container">
<header class="site-header cf" role="banner">
<div class="site-logo">
CV
<span class="star">
★
</span>
RESUME
</div>
</header>
<div class="site-promo">
<h1 class="adr">
Steve Gourley
</h1>
<p class="adr">
<span class="region">
Millcreek City, Utah
</span>
|
<span class="tel">
385.202.3394
</span>
|
<span class="email">
steve.gourley@gmail.com
</span>
<p class="in-the-wild">
Software Engineer, Developer, Programmer, Solution Architect, GIS, Web
Developer
</p>
</div>
</div>
<div class="site-content">
<div class="container">
<h2>
Projects.
</h2>
<div class="grid">
<div class="grid-cell">
<h3>
<span class="star">
★
</span>
<a href="https://wri.utah.gov/wri">Watershed Restoration Initiative</a>
(2006-2008)
</h3>
<p>
<strong class="block">
Role
</strong>
Lead developer, architect, and main contact for domain expert.
<strong class="block">
About
</strong>
Led a team of 3 to build an ASP.NET web application project planning tool
for the DNR that allows 400+ users to plan restoration projects across
Utah. Users will apply for access and be approved by an official. They
are then able to create projects. Project creation involves tabular data
input and digitizing project features (guzzlers, fences, pipelines) on
a web map. Planners then are able to use GIS information to help decision
making and create reports.
<strong class="block">
Technology
</strong>
ASP.NET Web forms, C#, MSSQL2008, Linq2Sql, ArcGIS Server, WCF, dojo.
</p>
</div>
<div class="grid-cell">
<h3>
<span class="star">
★
</span>
Agriculture Conservation Tracking
(2009-2012)
</h3>
<p>
<strong class="block">
Role
</strong>
Lead developer, database architect, requirement gathering, main point
of contact for domain expert.
<strong class="block">
About
</strong>
Led a team of 3 to build an ASP.NET MVC web application that allows the
Utah Department of Agriculture to streamline their grant reporting process
with the goal of reducing salinity in the Colorado river as well as to
foster sustainable grazing. Planners across the state create features on
a map representing their proposed project areas. Project resources are created
on the map and contract or grant prices are determined by their area, length,
or amount. These proposals are approved by UDAF and tracked through completion
with the help of this web application.
<strong class="block">
Technology
</strong>
ASP.NET MVC 2, C#, MSSQL2008, Linq2Sql, ArcGIS Server, dojo, jQuery
</p>
</div>
</div>
</div>
<div class="container">
<h2>
Experience.
</h2>
<div class="grid">
<div class="grid-cell">
<h3>
<span class="star">
★
</span>
Ithaca College, Ithaca, New York
</h3>
<p>
<strong class="block">
Major
</strong>
Computer Science
<strong class="block">
Minor
</strong>
Outdoor Recreation Leadership
</p>
</div>
<div class="grid-cell">
<h3>
<span class="star">
★
</span>
<a href="https://gis.utah.gov">Utah Automated Geographic Reference Center</a>
(2005-Current)
</h3>
<p>
<strong class="block">
Role
</strong>
Technology/Developer Lead.
<strong class="block">
About
</strong>
I was the first software engineer hired at
<abbr title="Automated Geographic Reference Center">
AGRC.
</abbr>
In the time that I have worked here, I have helped grow a successful
software development team. I have created processes for requirement gathering,
bug tracking, source control protection, testing and deployment routines.
I lead the analysis, design, and development of multiple complex web based
GIS applications and web services that support the public, our clients,
and staff. We have shipped many products and continue to design great products
and services.
</p>
</div>
</div>
</div>
</div>
<!-- end aside -->
<footer class="site-footer" role="contentinfo">
<div class="container">
I love to backcountry ski, rock climb, and fly fish. I enjoy blowing glass, tying flies, and playing foosball. I like to code because it allows me to create things while challenging myself. It is an ever growing field that you have to enjoy staying current. I feel that my dedication, creativeness, determination, confidence and enthusiastic approach to programing helps bring success.
</div>
</footer>
</body>
</html>