-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (194 loc) · 7.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Daniel Vega Resume</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no" />
<meta name="theme-color" content="#3949AB" />
<link rel="stylesheet" media="screen" href="./css/screen.css" />
<link href='https://fonts.googleapis.com/css?family=Product+Sans:400,400i,700,700i' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="page">
<header>
<nav id="navbar">
<ul class="nav">
<li><a href="./about/">About</a></li>
<li class="active"><a href="./">Resume</a></li>
<li><a href="./work/">Work</a></li>
</ul>
</nav>
</header>
<main class="content">
<section class="h-card" id="name">
<h1 class="p-name">Daniel Vega</h1>
<ul class="contact-info">
<li>
<a class="u-email" href="mailto:danve4@gmail.com">danve4@gmail.com</a>
</li>
<li><a href="https://github.com/danielve4">GitHub</a></li>
<li>
<a class="u-url" href="https://www.linkedin.com/in/daniel-vega-57386253">LinkedIn</a>
</li>
<li class="p-tel"><a class="tel" href="tel:7733075945">+1-773-307-5945</a></li>
<li><a href="./daniel-vega-web-resume.pdf">Download PDF</a></li>
</ul>
</section>
<section class="education">
<h2>Education</h2>
<h3>Illinois Institute of Technology</h3>
<ul>
<li class="degree">B.S. Computer Science</li>
<li class="graduation-date">Graduated December 2016</li>
<li class="coursework">Relevant Coursework:
<ul>
<li>Operating Systems</li>
<li>Data Structures & Algorithms</li>
<li>Software Engineering</li>
<li>Computer Security</li>
<li>Computer Organization & Assembly Language Programming</li>
</ul>
</li>
</ul>
</section>
<section class="work-experience">
<h2>Work Experience</h2>
<h3>Target Coorporation</h3>
<ul>
<li><b>Electronics Team Member</b></li>
<li>Chicago, IL</li>
<li>March 2015 - August 2016</li>
<li>Interfaced with customers to identify purchasing needs</li>
<li>Recommended additional products and alternatives</li>
<li>Updated inventory when needed </li>
</ul>
<h3>Exelon Summer Institute</h3>
<ul>
<li><b>Lead Teacher Assistant</b></li>
<li>Chicago, IL</li>
<li>July 2013 - August 2015</li>
<li>
Acquaint incoming IIT students to the concepts of programming
using Java. Introduced data types, variables, and loops.
</li>
</ul>
<h3>Freelance Coders Camp</h3>
<ul>
<li><b>Teacher Assistant</b></li>
<li>Chicago, IL</li>
<li>July 2014 - August 2015</li>
<li>
Helped introduce topics in computing such as programming, the web,
and arduino.
</li>
</ul>
</section>
<section class="skills">
<h2>Skills</h2>
<h3>Programming</h3>
<section id="programming">
<ul id="programming-one">
<li>Java</li>
<li>Swift</li>
<li>Python</li>
</ul>
<ul id="programming-two">
<li>HTML</li>
<li>Javascript</li>
<li>CSS</li>
</ul>
<ul id="programming-three">
<li>MySQL</li>
<li>jQuery</li>
<li>C</li>
</ul>
</section>
<h3>Software Development</h3>
<section id="software-development">
<ul class="all-development">
<li><b>Mobile App Development</b>
<ul>
<li><p>
Assembled an iOS and watchOS
<a href="./work/#l-bus-application">mobile application</a>
for the purpose of delivering estimated bus and train
arrival times for CTA vehicles.
</p></li>
</ul>
</li>
<li><b>Web Development</b>
<ul>
<li><p>
Utilized <a href="https://cloud.google.com/">Google Cloud Platform</a> (GCP)
<a href="https://cloud.google.com/appengine/">App Engine</a> to develop a
<a href="http://flask.pocoo.org/">Flask</a>
<a href="http://verdinphoto.com/">application</a> in Python
using standard and flexible environments that have access to GCP
<a href="https://cloud.google.com/storage/">Cloud Storage</a> via its API.
</p></li>
<li><p>
Used
<a href="https://www.heroku.com/">Heroku</a>
as a cloud backend to
<a href="https://github.com/danielve4/cta-tracker">develop</a>
a CTA bus and train
vehicle tracker
<a href="http://cta--tracker.herokuapp.com/">web app</a>.
</p></li>
<li><p>
Combined the use of Google's
<a href="https://developers.google.com/maps/documentation/geocoding/start">Geocoding API</a>
and
<a href="https://darksky.net/dev/docs">Dark Sky API</a>
to
<a href="https://github.com/danielve4/node-weather">create</a>
a weather
<a href="http://weather.daniel-vega.com/">web app</a>
with
<a href="https://www.heroku.com/">Heroku</a>
as a backend.
</p></li>
<li><p>
<a href="https://github.com/danielve4/text-to-gif">Created</a>
a
<a href="http://texttogif.me/">website</a>
that queries two APIs to analyze a piece of text and display
GIFs with the sentiment and important words found in the text.
</p></li>
</ul>
</li>
<li><b>Amazon Alexa Skill</b>
<ul>
<li><p>
Developed an Amazon Alexa skill to query the CTA bus tracker
API and announce the bus arrival times.
</p></li>
</ul>
</li>
<li><b>RESTful Interface</b>
<ul>
<li><p>
Developed an API that delivered JSON responses with POST
and GET requests to add, modify, and return data in memory.
</p></li>
</ul>
</li>
<li><b>Machine Learning</b>
<ul>
<li><p>
Explored the capabilities of the TensorFlow framework by
using a library to train a model with music lyrics and
generate sample lyrics.
</p></li>
</ul>
</li>
</ul>
</section>
</section>
</main>
<footer>
<p>Site designed by Daniel Vega</p>
</footer>
</div>
</body>
</html>