-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 1.42 KB
/
index.html
File metadata and controls
27 lines (24 loc) · 1.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
---
layout: default
---
<div id="intro" class="row">
<div class="large-2 columns">
<img alt="Picture of Vaibhav" class="avatar" src="https://gravatar.com/avatar/7b61992bc3ff3a917903889fe9e86714?s=130" />
</div>
<div class="large-10 columns">
<p> Hello, I am Vaibhav Verma, a software engineer in the San Francisco Bay Area. These days, I work at <a href="https://betteromics.com">Betteromics </a> - a startup in the life sciences space. </p>
<p> In the past, I worked on machine learning datasets at <a href="https://getcruise.com">Cruise</a>, buyer experience at Etsy, video infrastructure at Twitch, <a href="http://oss.rutgers.edu"> Open Systems Solutions </a>, cloud services at Microsoft, and payments at Zynga. I've also taught recitation for CS 111 and CS110. I led the revival of the <a href="http://usacs.rutgers.edu"> undergraduate CS group at Rutgers</a>, and founded <a href="http://hackru.org">HackRU</a>, a biannual student hackathon.</p>
</div>
</div>
<h3>Recent Blog Posts </h3>
{% for post in site.posts %}
<div class="row">
<div class="large-2 columns">
<span class="date"> {{ post.date | date_to_string }} </span>
</div>
<div class="large-10 columns">
<span class="post-title"> <a href="{{ post.url | replace_first:'/','' }}">{{ post.title }} </a> </span>
<p> {{ post.excerpt }} </p>
</div>
</div>
{% endfor %}