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 21, 2015
1 parent 2906617 commit 6996583
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ <h2>Who I Am</h2>
</div>
<div class="slide center-text" id="do">
<h2>What I Do</h2>
<p>I build software.</p>
<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>My internship at EventMobi was accidentally extremely rewarding. I say accidentally because I was brought on to do front-end work, and I ended up basically touching every part of the stack.</p>
<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 most of the user-facing application code, as well as the serverside API middleware facades. 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>
Expand All @@ -57,20 +60,22 @@ <h3>Uberman</h3>
</div>
<div class="infobox one-third">
<h3>Pypress</h3>
<p>Pypress is a web framework written in Python. It started off as an attempt to emulate request routing powered by middleware stacking (à la Express, Sinatra, Martini, etc.) in Python.</p>
<a href="https://pypi.python.org/pypi/Pypress/0.0.0">PyPi</a> &middot; <a href="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/elvinyung/pypress">Github</a>
<p>Pypress is a WSGI web framework written in Python. It started off as an attempt to emulate request routing powered by middleware stacking (à la Express, Sinatra, Martini, etc.) in Python.</p>
</div>
<div class="infobox one-third">
<h3>Catacombs of Chaos</h3>
<a href="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/elvinyung/CatacombsOfChaos">Github</a>
<p>Catacombs of Chaos is a roguelike roleplaying game written in C# with XNA. It uses procedural generation to create infinitely replayable content.</p>
</div>
</div>
</div>
<div class="slide center-text" id="doing">
<h2>What I'm Doing</h2>
<p>I'm currently trying to learn these things:</p>
<p>I'm currently doing stuff with the following languages:</p>
<ul>
<li><b>Clojure</b> - because transducers are cool.</li>
<li><b>Erlang</b> - because pattern matching is cool.</li>
<li><span class="thick">Clojure</span> - because transducers are cool.</li>
<li><span class="thick">Erlang</span> - because pattern matching is cool.</li>
</ul>
</div>
<div class="slide center-text" id="talk">
Expand Down

0 comments on commit 6996583

Please sign in to comment.