-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (116 loc) · 3.43 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
<!DOCTYPE html>
<html>
<head>
<title>Jacob A Graff</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="title">
<div class="name">
<h1>Jacob A Graff</h1>
<a href="">****@columbia.edu</a>
<a href="">****@gmail.com</a>
</div>
<div class="blackLine"></div>
</div>
<div class="section">
<h2>Education</h2>
<ul>
<li>Columbia University CP Davis Scholar. BS Computer Science Expected May 2017</li>
</ul>
</div>
<div class="section">
<h2>Technical Skills</h2>
<ul>
<li>Languages - C, C++, Objective C, Java, Python, OCaml, HTML/JavaScript/CSS, MATLAB
</li>
<li>Frameworks/APIs - Cocoa, Meteor, AngularJS, Yelp API, FourSquare API
</li>
<li>Libraries - GPUImage (iOS Graphics Library), jQuery
</li>
<li>Software – Unix/Bash, Git, Xcode, Eclipse
</li>
<li><p>Relevant Coursework – Operating Systems, Programming Languages and Translators,
Computer Science Theory, Advanced Programming, Fundamentals of Computer Systems,
Data Structures and Algorithms, Honors Java, Intro to Python, Discrete Math, Electrical Engineering </p>
</li>
</ul>
</div>
<div class="section">
<h2>Experience</h2>
<ul>
<li>BNY Mellon - <b>Software Engineering Intern</b> (New York, NY)
<ul class="embedded">
<li>
May 2015 – August 2015
</li>
<li>
Automated application process for Free and Open Source Software
</li>
</ul>
</li>
<li>Eats - <b>Developer</b> (New York, NY)
<ul class="embedded">
<li>
May 2014 - Present
</li>
<li>
Developed iOS app that, in real-time, notifies restaurant proximity, details, ratings, and suggests alternatives.
</li>
</ul>
</li>
<li>Girards Law Firm - <b>Developer</b> (Dallas, TX)
<ul class="embedded">
<li>
June 2014 - December 2014
</li>
<li>
Designed and developed iOS app to assist attorneys and clients.
</li>
</ul>
</li>
<li>Heritage Rose Foundation - <b>Developer</b> (New York, NY)
<ul class="embedded">
<li>
August 2011 - June 2012
</li>
<li>
Designed and developed an iOS walking tour app for the Heritage Rose District of New York City.
</li>
</ul>
</li>
</ul>
</div>
<div class="section">
<h2>Honors and Awards</h2>
<ul>
<li>June 9th, 2012 Jacob Graff Day in Manhattan, for developing software
Including iOS app for New York City
</li>
<li>National Merit Scholar 2013
</li>
<li>Computer Science Gold Medal, Lakehill Prep, 2012, 2013
</li>
<li>Xerox Award for Innovation and Information Technology 2012
</li>
<li>Angie Baggett Award for Most Outstanding Debater; YMCA Texas State
Youth and Government Conference 2013
</li>
<li>Facebook Global Hackathon
<ul class="embedded">
<li>
October 2013, Won Facebook NY Regional Hackathon for “Preblur”,
an interactive discussion-based web platform that facilitates
creating groups to attend concerts.
Facebook Regional Headquarters, New York, NY.
</li>
<li>
November 2013, Invited to, and participated in,
Facebook National Hackathon.
Facebook Headquarters, Menlo Park, CA.
</li>
</ul>
</li>
</body>
</html>