Skip to content

Commit

Permalink
Update CV
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Apr 10, 2019
1 parent 8f96260 commit 0944d88
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 26 deletions.
Binary file modified cv.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion html/partials/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Software Engineering <span class="separator">/</span> Cryptoeconomics <span class="separator">/</span> UX
</div>
<div class="header-tagline">
Creating tools for a better humankind.
Crafting tools for a fairer human cooperation.
</div>
</div>
<div class="header-details">
Expand Down
17 changes: 9 additions & 8 deletions html/partials/main.njk
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,23 @@
<h1>Experience</h1>

{% call render_job(title="Chief Technology Officer", location="Bity (Neuchâtel)",
from_dt="2017 Mar", to_dt="now", url="https://bity.com",
description="Bity is a Swiss tech startup of 30~ employees offering cryptocurrency exchange services online.") %}
from_dt="2017 Mar", to_dt="2019 May", url="https://bity.com",
description="Bity is a Swiss tech startup offering cryptocurrency exchange services online.") %}
<ul>
<li>Developed a price tracking software, researched off-chain payment channels, designed new products.</li>
<li>Bootstrapped the engineering team (10+ people) and coordinated the transition away from legacy systems.</li>
<li>Built company culture, set up tools and processes for collaboration within and across different teams.</li>
<li>Managed product development,
wrote a price-tracking software, researched off-chain payment channels.</li>
<li>Built company culture and set up tools and processes for collaboration within and across different teams.</li>
<li>Hired and onboarded +10 engineers and coordinated the transition away from legacy systems.</li>
</ul>
{% endcall %}

{% call render_job(title="Full-Stack Software Developer", location="Indico (CERN)",
from_dt="2013 Mar", to_dt="2017 Feb", url="https://getindico.io",
description="Indico is a web application for conference organization used at CERN, UN, Fermilab, and 150+ other places.") %}
<ul>
<li>Refactored complete back-end and most of front-end, substantially improving performance and usability.</li>
<li>Migrated Flask application from ZODB, an object-oriented database, to PostgreSQL.</li>
<li>More: VM orchestration, LDAP integration, testing, user support, technical training.</li>
<li>Refactored entire Python backend and most of the frontend for maintainability, performance, and usability.</li>
<li>Migrated the Flask application from using ZODB, an object-oriented database, to PostgreSQL.</li>
<li>More: LDAP integration, devops, user support, technical training, open source management.</li>
</ul>
{% endcall %}
</section>
Expand Down
36 changes: 19 additions & 17 deletions html/partials/sidebar.njk
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<section>
<h1>Superpowers</h1>
Working under pressure<br>
Disecting assumptions<br>
Knowing what I want<br>
Surfing uncertainty<br>
Breathing underpressure<br>
Becoming what I must<br>
Escaping rabbit holes<br>
Taming perfectionism<br>
Saying what I think<br>
Getting shit done<br>
Keeping friends<br>
Pixel-perfect design<br>
Code speleology<br>
</section>

<section>
Expand All @@ -16,7 +15,8 @@
<div>Javascript <span class="lang-level">(6 years)</span></div>
<div>HTML &amp; CSS <span class="lang-level">(6 years)</span></div>
<div>Shell <span class="lang-level">(6 years)</span></div>
<div>LaTeX <span class="lang-level">(2 years)</span></div>
<div>Haskell <span class="lang-level">(learning)</span></div>
<div>Solidity <span class="lang-level">(learning)</span></div>
</section>

<section class="piped-list">
Expand All @@ -33,7 +33,7 @@
<span>SQLAlchemy</span>
<span>pytest</span>
<span>mypy</span>
<span>AngularJS</span>
<span>React</span>
<span>Webpack</span>
<span>Bitcoin</span>
<span>Ethereum</span>
Expand All @@ -42,28 +42,30 @@

<section>
<h1>Projects</h1>
bonfire.link <a href="https://bonfire.link/" class="fa fa-external-link"></a><br>
Dotfiles engine <a href="https://github.com/OmeGak/dotfiles" class="fa fa-external-link"></a><br>
Blindstore <a href="https://blindstore.github.io/" class="fa fa-external-link"></a><br>
Everware <a href="http://everware.xyz/" class="fa fa-external-link"></a><br>
</section>

<section>
<h1>Languages</h1>
Spanish <span class="lang-level">(native)</span><br>
English <span class="lang-level">(proficient)</span><br>
English <span class="lang-level">(almost native)</span><br>
French <span class="lang-level">(intermediate)</span><br>
</section>

<section class="piped-list">
<h1>Things I love</h1>
<span>An intricate story</span>
<span>A strange story</span>
<span>A deep discussion</span>
<span>A party until sunrise</span>
<span>An unplanned adventure</span>
<span>A dance until sunrise</span>
<span>A spontaneus journey</span>
<span>An impossible challenge</span>
<span>Crossfit</span>
<span>Snowboarding</span>
<span>Hacking</span>
<span>Philosophy</span>
<span>Meditation</span>
<span>And coffee with milk</span>
<span>Snowboarding</span>
<span>Melee</span>
<span>Open source</span>
<span>Music</span>
<span>And coffee with milk.</span>
</section>

0 comments on commit 0944d88

Please sign in to comment.