Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jai-cocoon committed Dec 18, 2023
1 parent a4b234e commit ecdd0ac
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 38 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ http://themes.jsonresume.org/theme/onepage
## Running

```
sudo npm install -g resume-cli
git clone https://github.com/ainsleyc/jsonresume-theme-onepage.git
cd jsonresume-theme-onepage
npm install -g resumed jsonresume-theme-onepage
./serve.sh
```
You can print directly from the served html.
Expand Down
371 changes: 371 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,371 @@
<!doctype html>
<html>
<head>

<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, user-scalable=no, minimal-ui'>

<title>Jai Srivastav</title>

<style>
body {
background: #EEEEEE;
font: 12px "Times New Roman", Times, sans-serif;
line-height: 1.4;
margin: 40px 0;
}
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin-bottom: 0;
}
li {
margin-bottom: 2px;
}
a {
text-decoration: none;
}

#resume {
margin: 0 auto;
max-width: 600px;
padding: 80px 100px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 2px 2px 4px #aaa;
-webkit-box-shadow: 2px 2px 4px #aaa;
}

.coursesList {
width: 28%;
vertical-align: top;
display: inline-block;
}

.largeFont {
font-size: 20px;
}

.smallFont {
font-size: 12px;
}

.sectionBlock {
display: flex;
width: 100%;
}

.sectionName {
width: 18%;
vertical-align: top;
display: inline-block;
}

.sectionContent {
width: 80%;
vertical-align: top;
display: inline-block;
}

.sectionContent ul {
padding-left: 20px;
margin-top: 6px;
list-style-type: circle;
}

.sectionContent .title {
font-weight: bold;
}

.sectionContent .date {
float: right;
}

.sectionContent .separator {
height: 14px;
}

.sectionLine {
border-style: dashed;
border-width: 1px;
border-color: #CFCFCF;
margin-top: 10px;
margin-bottom: 10px;
}

.divider {
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}

.summary {
margin-top: 6px;
}

.skillBlock {
margin-bottom: 4px;
}

.jobBlock {
page-break-inside: avoid;
}

/* Media Queries */
@media only screen and (max-width: 40em) {
body {
margin: 0;
font-size: 14px;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0.5em 1em;
border: none;
}
.sectionContent {
width: 100%;
}
.sectionContent .date {
padding-right: 2em;
}
.sectionName {
width: auto;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 14px;
}
}

@media print {
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0px 0px;
border: 0px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}

a {
color: black;
}
}

</style>

</head>
<body>

<div id='resume'>
<div id='nameBlock' class='largeFont'>
<span class='name'>
Jai Srivastav,
</span>
<span class='label'>Software Engineer</span>
</div>
<div id='basicsBlock' class='smallFont'>
<div class='contactBlock'>
<span class='email'>jaiakt@gmail.com</span>
<span class='divider'>|</span>
<span class='phone'>(925)-858-0755</span>
<span class='divider'>|</span>
<span class='address'>
San Francisco, CA
</span>
</div>
</div>
<div class='sectionLine'></div>


<div id='workBlock' class="sectionBlock">
<div class='sectionName'>
<span>EXPERIENCE</span>
</div>
<div class='sectionContent'>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Cocoon, Senior Software Engineer (Full-Stack)
</span>
<span class='date'>
2022-05 &mdash; Present
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Built software-driven systems for managing employee leave, with workflows for employees, HR, Finance and regulatory compliance.</li>
<li>Moved all infrastructure from Heroku to AWS to protect sensitive data using user access permissions</li>
<li>Built a code deploy pipeline using AWS CodeDeploy and CodePipeline for qa and production environments</li>
<li>Developed a new payment algorithm (Forward Pay) which dynamically reallocated pay deductions as employees took leave</li>
<li>Built an interactive visualization to give employees a full picture of their pay during their leave</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Robinhood, Backend Software Engineer
</span>
<span class='date'>
2019-08 &mdash; 2022-03
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Built and scaled Robinhood&#x27;s clearing system to support tens of millions of users</li>
<li>Improved central database health via sharding and query optimization</li>
<li>Fully automated document generation and delivery for all ~20M customers</li>
<li>Built a trading data feed between Robinhood and other brokerages</li>
<li>Optimized share segregation algorithms to generate &gt;$100M of yearly revenue in securities lending</li>
<li>Built incoming account transfers to transfer assets into Robinhood</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Google, Software Engineering Intern
</span>
<span class='date'>
2018-06 &mdash; 2018-09
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Designed API to allow third party access to Google Assistant Smart Home devices</li>
<li>Created a Light Effect &quot;trait&quot; that enabled complex lighting effects such as flickering and fading</li>
<li>Designed &quot;trait&quot; to integrate smart (de)humidifiers with Google Assistant</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Apple, Software Engineering Intern
</span>
<span class='date'>
2017-06 &mdash; 2017-09
</span>
</div>
<div><a href=''></a></div>
<ul class='highlights'>
<li>Designed and developed a distributed testing system for continuous integration for FileMaker Server</li>
<li>Developed custom testing suite with Javascript testing frameworks</li>
<li>Developed a centralized test log collection server</li>
</ul>

</div>
</div>
</div>
<div class='sectionLine'></div>




<div id='education' class="sectionBlock">
<div class='sectionName'>
<span>EDUCATION</span>
</div>
<div class='sectionContent'>
<div class='educationBlock'>
<span class='title'>
University of California, Los Angeles
</span>
<span class='date'>
2015-09 &mdash; 2019-06
</span>
<div class=''>
BS - Computer Science and Engineering
</div>
<div id='coursesBlock'>
<ul class='coursesList'>
<li class='course'>CS111 - Operating Systems</li>
<li class='course'>CS161 - Artificial Intelligence</li>
</ul>
<ul class='coursesList'>
<li class='course'>CS180 - Algorithms</li>
</ul>
<ul class='coursesList'>
<li class='course'>CS131 - Programming Languages</li>
</ul>
</div>
</div>

</div>
</div>
<div class='sectionLine'></div>

<div id='skills' class="sectionBlock">
<div class='sectionName'>
<span>SKILLS</span>
</div>
<div class='sectionContent'>
<div class='skillBlock'>
<span class='title'>Programming Languages <em>(Master)</em>:</span>
<span>Python</span>,
<span>Typescript</span>,
<span>C++</span>,
<span>Java</span>
</div>
<div class='skillBlock'>
<span class='title'>Development Technologies <em>(Master)</em>:</span>
<span>Bash</span>,
<span>Git</span>,
<span>Docker</span>,
<span>Vagrant</span>,
<span>Saltstack</span>
</div>
<div class='skillBlock'>
<span class='title'>Mobile Development <em>(Intermediate)</em>:</span>
<span>iOS</span>,
<span>Android</span>
</div>
</div>
</div>
<div class='sectionLine'></div>

<div id='languages' class="sectionBlock">
<div class='sectionName'>
<span>LANGUAGES</span>
</div>
<div class='sectionContent'>
<span class='language'>English</span>
<span class='fluency'><em>(Native speaker)</em></span>
<span>,</span>
<span class='language'>Hindi</span>
<span class='fluency'><em>(Conversational)</em></span>
<span>,</span>
<span class='language'>Spanish</span>
<span class='fluency'><em>(Conversational)</em></span>
<span>,</span>
<span class='language'>Japanese</span>
<span class='fluency'><em>(Elementary)</em></span>

</div>
<div class='sectionLine'></div>
</div>

<div id='interests' class="sectionBlock">
<div class='sectionName'>
<span>INTERESTS</span>
</div>
<div class='sectionContent'>
<span class='name'>Backend System Design</span><!--
--><span>, </span>
<span class='name'>Distributed Computing</span><!--
-->
</div>
<div class='sectionLine'></div>
</div>

</body>
</html>
Loading

0 comments on commit ecdd0ac

Please sign in to comment.