-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·239 lines (238 loc) · 9.83 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="stylesheet" media="screen" href="../css/screen.css" />
<link rel="icon" type="image/ico" href="../media/img/favicon.ico" />
<!-- <link rel="stylesheet" href="http://basehold.it/22" /> -->
<title>Ruben Estrada: Resume</title>
</head>
<body>
<div id="page">
<header class="h-card" id="header">
<nav class="nav">
<ul>
<li id="active"><a href="/">Resume</a></li>
<li><a href="../about/">About</a></li>
</ul>
</nav>
<h1 class="p-name">Ruben Estrada</h1>
<ul id="contact-info">
<div id="infoset1">
<li><a class="u-email" id="email" href="mailto:restrad2@hawk.iit.edu">restrad2@hawk.iit.edu</a></li>
<li class="p-tel" id="phone-number"><a class="tel" href="tel:7739710662">+1-773-971-0662</a></li>
</div>
<div id="infoset2">
<li><a id="github" href="https://github.com/restrada25">GitHub</a></li>
<li><a id="linkedin" href="https://www.linkedin.com/in/ruben-estrada-45351777">LinkedIn</a></li>
</div>
<div id="infoset3">
<li class="resume-pdf" id="resume-pdf"><a href="../media/pdf/rubenestradaresume.pdf">Download PDF</a></li>
</div>
</ul>
</header>
<main class="content">
<section id="education">
<h2>Education</h2>
<ul>
<li><h3>Illinois Institute of Technology</h3>
<ul>
<li class="date">Graduated December 2016</li>
<li>B.S. Computer Science</li>
<li>Relevant Coursework
<ul id="coursework">
<div id="cset1">
<li>Object Oriented Design Programming</li>
<li>Systems Programming</li>
<li>Software Engineering</li>
<li>Data Structures & Algorithms</li>
</div>
<div id="cset2">
<li>Database Organization</li>
<li>Fundamentals of Web Development</li>
<li>Information Security</li>
<li>Wireless Networks & Performance</li>
</div>
</ul>
</li>
</ul>
</li>
</ul>
</section>
<section id="work-experience">
<h2>Work Experience</h2>
<ul>
<li><h3>Construction CAD Solutions</h3>
<ul>
<li class="date">March 2015-Present</li>
<li>Willowbrook, IL</li>
<li>Designer
<ul>
<li>Optimize conduit routes for the installation of fiber optic/coax cable in the greater Chicago area and coordinate conflict solutions with local municipalities and other engineering companies</li>
<li>Coordinate drawings submitted to the Chicago's Office of Underground Coordination for the Existing Facility Protection process</li>
<li>Quality check drawings to ensure company and village standards are met</li>
<li>Discuss route conflicts with engineers or government entities to propose solutions and assign adjustments to the drawings based on this feedback</li>
<li>Manage deadlines, workload, and benchmarks for a team of 20 freelance CAD drafters across the globe</li>
<li>Oversee drawings for underground and aerial railroad crossings for submittal to railroad companies</li>
</ul>
</li>
<li id="SP">Special Projects:
<ul>
<li>Updated the Chicago, suburb, and railroad drawing templates used company wide
<ul>
<li>In charge of designing new drawing layouts which are more visually appealing and solve multiple efficiency problems, such as having to attach custom traffic control plans as images, having inconsistent borders and view-ports, and having to manually edit values which repeat on each page</li>
</ul>
</li>
<li>Synchronization Script
<ul>
<li>In charge of creating a script which would increase project tracking efficiency. The goal of this script was to exchange information between the <a class="api" href="http://smartsheet-platform.github.io/api-docs/?python#">Smartsheet API</a> and the <a class="api" href="http://developer.teamwork.com/">Teamwork API</a>, removing the time it takes to manually input this information. Interviews and user experiences were studied to refine the project requirements. The code for this project was written in Python</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><h3>Exelon Summer Institute</h3>
<ul>
<li class="date">June 2014-August 2015</li>
<li>Chicago, IL</li>
<li>Teacher Assistant
<ul>
<li>Taught incoming IIT freshmen in the concepts of Java and programmed Arduino robots. Concepts taught include:
<ul>
<li>Data types</li>
<li>Loops</li>
<li>Arrays</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><h3>Freelance Coder Camp</h3>
<ul>
<li class="date">June 2014-August 2015</li>
<li>Chicago, IL</li>
<li>Teacher Assistant
<ul>
<li>Taught high school students in the concepts of Java and programmed Arduino robots. Concepts taught include:
<ul>
<li>Data types</li>
<li>Loops</li>
<li>Arrays</li>
</ul>
</li>
<li>Assisted the students with HTML, CSS, and PHP to create and publish a website to form their own web presence</li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
<section id="skills">
<h2>Expertise</h2>
<ul>
<li><h3>Programming</h3>
<ul id="programming">
<div id="pset1">
<li>Java</li>
<li>SQL</li>
<li>Python</li>
<li>C</li>
</div>
<div id="pset2">
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>jQuery</li>
</div>
<div id="pset3">
<li>XML</li>
<li>JSON</li>
</div>
</ul>
</li>
<li><h3>Development</h3>
<ul id="development">
<div id="dset1">
<li>Git Version Control</li>
<li>Unit Testing</li>
<li>Mobile-First and Responsive Design</li>
</div>
<div id="dset2">
<li>Test Driven Development</li>
<li>RESTFul Interface</li>
<li>UML Diagrams</li>
</div>
</ul>
</li>
<li><h3>Software</h3>
<ul id="software">
<div id="sset1">
<li>AutoCAD</li>
<li>Photoshop</li>
<li>Google Earth</li>
</div>
<div id="sset2">
<li>ArcGIS</li>
<li>Autodesk Buzzsaw</li>
<li>Autodesk Design Review</li>
</div>
</ul>
</li>
<li><h3>Languages</h3>
<ul>
<li>Spanish (Fluent)</li>
</ul>
</li>
</ul>
</section>
<section id="awards">
<h2>Awards</h2>
<ul>
<div id="aset1">
<li>Protiviti Scholarship</li>
<li>Chicago Engineers Foundation Scholarship</li>
</div>
<div id="aset2">
<li>STEM+ Scholarship</li>
<li>Heald Scholarship</li>
</div>
</ul>
</section>
<section id="volunteer-work">
<h2>Community Involvement</h2>
<ul>
<li><h3>Hour of Code</h3>
<ul>
<li class="date">December 2016</li>
<li>Assisted and motivated students in various middle school grade levels on learning how to code by helping them solve puzzles which simulated coding situations</li>
</ul>
</li>
<li><h3>Viva Technology</h3>
<ul>
<li class="date">March 2013-March 2016</li>
<li>College Captain-Mentored groups of elementary and high school students through
multiple challenges provided to them in order to increase their interest in the STEAM field such as paper rocket building, kart building, and creating a Morse code communication device. While also answering any questions they had about my major or STEAM in general</li>
</ul>
</li>
<li><h3>FreeGeek Chicago</h3>
<ul>
<li class="date">November 2014-September 2015</li>
<li>Took apart and organized donated computers and recycled them to provide functional computers to those who want them</li>
</ul>
</li>
</ul>
</section>
<a href="#0" id="top" class="b-top">TOP</a>
</main>
<footer id="resume-footer">
<p>Created by Ruben Estrada</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="/js/site.js"></script>
</body>
</html>