-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
82 lines (80 loc) · 3.42 KB
/
resume.html
File metadata and controls
82 lines (80 loc) · 3.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Harsh Prajapati Resume</title>
<link rel="stylesheet" href="resumestyle.css">
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cormorant" rel="stylesheet">
</head>
<body>
<a href="index.html"><img class="home" alt="home" src="home.png"></a>
<h1>Harsh Prajapati</h1>
<table>
<tfoot>
<tr class="left"><th>Computer Science Major</th></tr>
<tr class="left"><th>Tufts University, School of Engineering</th></tr>
<tr class="left"><th>Expected Graduation Date: May 2021 </th></tr>
</tfoot>
</table>
<hr>
<h1 class="headers">Experience</h1>
<h2>Google, LLC (May - August 2018)</h2>
<table>
<tr><td> </td>
<td class="position">Engineering Practicum Intern; Mountain View, CA
<ul>
<li class="info">Developed a server to collect statistics on cache access and support real-time analysis on the caching strategy of Google’s main hotel search server. Implemented the system in C++ with Google’s standard infrastructure for RPC servers.</li>
<li class="info">Analyzed and compared the performance/cost of 10 different cache strategies for over 50 million data points.</li>
<li class="info">Completed full development process; writing design doc, implementation, testing, design review, and analyzing.</li>
<li class="info">Invited to a Q&A panel with younger Computer Science Summer Institute students at Google.</li>
</ul>
</td>
</table>
<h2>Google, LLC (July - August 2017)</h2>
<table>
<tr><td> </td>
<td class="position">Computer Science Summer Institute; Chicago, IL
<ul>
<li class="info">Participated in an intensive three-week program to learn HTML, JavaScript, CSS, Python, and Google App Engine in order to develop web apps</li>
<li class="info">Created web app to run the game hangman using Python, JS, CSS, HTML and Data Store - <a target="_blank" href="http://hangman-175714.appspot.com/home">Click Here</a></li>
</ul>
</td>
</table>
<h2>Vaco (November 2017 - January 2018)</h2>
<table>
<tr><td> </td>
<td class="position">Google G-Suite Student Innovator
<ul>
<li class="info">Invited to work as a student innovator and liaison at Tufts University</li>
<li class="info">Host events throughout the school year and show students how the new products and features can be beneficial to their education/college career</li>
</ul>
</td>
</table>
<h2>JumboCode (September 2018 - Present)</h2>
<table>
<tr><td> </td>
<td class="position">Coder
<ul>
<li class="info">Working on a group coding project for Worcester County Food Bank</li>
<li class="info">Develop a web app that streamlines and centralizes the sign-in/sign-out process for volunteers at the food bank</li>
<li class="info">Using Javascript, Adobe Xd, Zeplin, HTML, CSS and Git</li>
</ul>
</td>
</table>
<h1 class="headers">Skills</h1>
<table>
<tr><td> </td>
<td class="position">Computer Programming
<ul>
<li class="info">C++ (completed 2 courses/summer internship)</li>
<li class="info">C (completed 1 course)</li>
<li class="info">Java (yearlong course)</li>
<li class="info">HTML (prior experience)</li>
<li class="info">CSS with JavaScript (prior experience)</li>
<li class="info">Python (prior experience)</li>
<li class="info">Google App Engine (prior experience)</li>
</ul>
</td>
</table>
</body>
</html>