Skip to content

Commit

Permalink
add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 22, 2015
1 parent db418f6 commit 3d018f1
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,7 @@ <h2>Who I Am</h2>
<div class="slide center-text" id="do">
<h2>What I Do</h2>
<p>I design, build and maintain software.</p>
<p>I've worked at the following places before:</p>
<div class="infobox-container">
<div class="infobox">
<h3>EventMobi</h3>
<h4>Software Developer Intern</h4>
<p>I worked at <a href="https://www.eventmobi.com/">EventMobi</a> in fall 2014, on the Full Stack Team, which was responsible for developing and maintaining essentially all of the user-facing application code, as well as the serverside middleware facade APIs. I mainly worked on a cross-platform push notifications system for native apps.</p>
<p>My internship ended up, partially accidentally, being even more rewarding than I expected. I say accidentally because I was ostensibly brought on to do front-end (ish) work, and I ended up basically touching every part of the stack. So not only did I work extensively with <span class="thick">AngularJS</span>, I also gained a ton of experience with serverside development with <span class="thick">Python/Flask</span> and <span class="thick">Node.js/Express</span>. (And also a bit of PHP, but let's not talk about that.)</p>
<p>Over the course of my internship, I did these things:</p>
<ul>
<li>Implemented core infrastructure for an Amazon SNS-backed cross-platform push notifications system using Flask and Node.js</li>
<li>Constructed Flask microservices for performing RESTful CRUD operations upon resources stored on Amazon S3</li>
<li>Improved Grunt development build time for AngularJS apps by roughly 84% (135 seconds)</li>
<li>Made various improvements to an internal Node.js build server</li>
<li>Fixed major issues on AngularJS web-mobile apps and a PHP content management system</li>
<li>Wrote unit tests for AngularJS apps with Karma and Sinon</li>
</ul>
</div>
</div>
</div>
<div class="slide center-text" id="done">
<h2>What I've Done</h2>
<p>Some of the projects that I've worked on before, or am still working on:</p>
<div class="infobox-container">
<div class="infobox">
<h3>Uberman</h3>
Expand All @@ -85,6 +65,28 @@ <h3>Catacombs of Chaos</h3>
</div>
</div>
</div>
<div class="slide center-text" id="done">
<h2>What I've Done</h2>

<p>I've worked at the following places before:</p>
<div class="infobox-container">
<div class="infobox">
<h3>EventMobi</h3>
<h4>Software Developer Intern</h4>
<p>I worked at <a href="https://www.eventmobi.com/">EventMobi</a> in fall 2014, on the Full Stack Team, which was responsible for developing and maintaining essentially all of the user-facing application code, as well as the serverside middleware facade APIs. I mainly worked on a cross-platform push notifications system for native apps.</p>
<p>My internship ended up, partially accidentally, being even more rewarding than I expected. I say accidentally because I was ostensibly brought on to do front-end (ish) work, and I ended up basically touching every part of the stack. So not only did I work extensively with <span class="thick">AngularJS</span>, I also gained a ton of experience with serverside development with <span class="thick">Python/Flask</span> and <span class="thick">Node.js/Express</span>. (And also a bit of PHP, but let's not talk about that.)</p>
<p>Over the course of my internship, I did these things:</p>
<ul>
<li>Implemented core infrastructure for an Amazon SNS-backed cross-platform push notifications system using Flask and Node.js</li>
<li>Constructed Flask microservices for performing RESTful CRUD operations upon resources stored on Amazon S3</li>
<li>Improved Grunt development build time for AngularJS apps by roughly 84% (135 seconds)</li>
<li>Made various improvements to an internal Node.js build server</li>
<li>Fixed major issues on AngularJS web-mobile apps and a PHP content management system</li>
<li>Wrote unit tests for AngularJS apps with Karma and Sinon</li>
</ul>
</div>
</div>
</div>
<div class="slide center-text" id="doing">
<h2>What I'm Doing</h2>
<p>I'm currently doing stuff with the following languages:</p>
Expand Down

0 comments on commit 3d018f1

Please sign in to comment.