Skip to content

Bump mixin-deep from 1.3.1 to 1.3.2 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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">
Crafting tools for a fairer human cooperation.
Crafting tools for human cooperation.
</div>
</div>
<div class="header-details">
Expand Down
50 changes: 25 additions & 25 deletions html/partials/main.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% macro render_job(title, location, from_dt, to_dt, hint=none, url=none, description=none) %}
<div class="timeline-entry">
<div class="entry-meta">
<span class="time">{{ from_dt }} &mdash; {{ to_dt }}</span>
<span class="time">{{ from_dt }} {{ to_dt }}</span>
{% if hint %}
{{ hint }}
{% elif url %}
Expand Down Expand Up @@ -47,23 +47,32 @@
<section>
<h1>Experience</h1>

{% call render_job(title="Full-Stack Software Engineer", location="United Nations (Geneva)",
from_dt="2019 Nov", to_dt="present", url="https://www.unog.ch",
description="Using Indico, UNOG handles on-site visitors and events with thousands of participants around the world.") %}
<ul>
<li>Provided strategic advice on product development and architectural decisions.</li>
<li>Developed custom features for Indico, both upstream and as add-ons, to meet complex requirements.</li>
<li>Introduced agile collaboration methodologies in the team and continuous integration in the project.</li>
</ul>
{% endcall %}

{% call render_job(title="Chief Technology Officer", location="Bity (Neuchâtel)",
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>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>
<li>Hired +10 engineers and coordinated the transition from a legacy microservice architecture.</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 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>Rewrote entire Python backend and most of the frontend for maintainability, performance, and usability.</li>
<li>More: LDAP integration, devops, user support, technical training, open source management.</li>
</ul>
{% endcall %}
Expand All @@ -78,45 +87,36 @@
</ul>
{% endcall %}
{% call render_job(title="Master in Computer Science", location="University of Jaén",
from_dt="2010 Sep", to_dt="2012 Jul", hint="GPA: 3.54") %}
from_dt="2010 Sep", to_dt="2012 Jul", hint="GPA: 3.54 (top 1)") %}
<ul>
<li>Thesis: Evacuation route discovery on catastrophe scenarios using ant colony optimization.</li>
<li>Exchange programs at <em>University of Central Florida</em> and <em>Tokyo University of Science</em>.</li>
</ul>
{% endcall %}
{% call render_job(title="Degree in Computer Engineering", location="University of Jaén",
from_dt="2007 Sep", to_dt="2010 Jul", hint="GPA: 2.39") %}
from_dt="2007 Sep", to_dt="2010 Jul", hint="GPA: 2.39 (top 1)") %}
<ul>
<li>Directed and hosted a weekly program about technology at <em>UniRadio Jaén</em> radio station.</li>
<li>Was the main organizer of Microsoft <em>.NET Club</em> events at my university.</li>
<li>Obtained Platinum Curriculum recognition for academic and social merits.</li>
<li>Run a weekly podcast about web technologies at <em>UniRadio Jaén</em> radio station.</li>
</ul>
{% endcall %}
</section>

<section>
<h1>Training</h1>
{{ render_timeline_row(title="Blockchain Developer", year="2019", location="University of Nicosia",
description="Digital currency programming, security in cryptographic systems, applications of Bitcoin and Ethereum.") }}
{{ render_timeline_row(title="Certified White Hat", year="2016", location="CERN",
description="Injections, cross-site scripting, request forgery, race conditions, framework exploits, etc.") }}
{{ render_timeline_row(title="CERN School of Computing", year="2015", location="University of Kavala",
description="Multicore programming, architecture performance tuning, cloud storage, networking QoS, data analysis.") }}
{{ render_timeline_row(title="Advanced Python", year="2014", location="CERN") }}
</section>

<section>
<h1>Awards</h1>
{{ render_timeline_row(title="Platinum Curriculum recognition for academic and social merits",
year="2012", location="University of Jaén") }}
{{ render_timeline_row(title="Top of my Class at Master in Computer Science",
year="2012", location="University of Jaén") }}
{{ render_timeline_row(title="Top of my Class at Degree in Computer Engineering",
year="2010", location="University of Jaén") }}
</section>

<section>
<h1>And other stuff</h1>
{{ render_timeline_row(title="Talks: \"Computing for decentralized systems\" and \"The rise of digital nations\"", year="2018") }}
{{ render_timeline_row(title="Talks: \"The path of code linting\" and \"Flex-box, the yoga of CSS\"", year="2017") }}
{{ render_timeline_row(title="Workshop: Hands-on tutorial on Git", year="2016") }}
{{ render_timeline_row(title="Volunteering: Organized and mentored Summer Student Webfest hackathons", year="201~", location="Geneva") }}
{{ render_timeline_row(title="Volunteering: Organized 5K+ visitor Japanese culture event", year="2011", location="Jaén") }}
<h1>And some other stuff</h1>
{{ render_timeline_row(title="Talks: \"Sharp forks — On open source governance\"", year="2019", location="Chaos Communication Congress") }}
{{ render_timeline_row(title="Talks: \"Computing for decentralized systems\"", year="2018", location="CERN") }}
{{ render_timeline_row(title="Talks: \"The path of code linting\" and \"Flex-box, the yoga of CSS\"", year="2017", location="CERN") }}
{{ render_timeline_row(title="Volunteering: Organized Swiss Cryptoeconomics assembly", year="2018 —", location="Chaos Communication Congress") }}
{{ render_timeline_row(title="Volunteering: Organized and mentored multiple hackathons", year="2014 —", location="CERN") }}
</section>
44 changes: 20 additions & 24 deletions html/partials/sidebar.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section>
<h1>Superpowers</h1>
<h1>Skills</h1>
Breathing underpressure<br>
Becoming what I must<br>
Escaping rabbit holes<br>
Expand All @@ -11,32 +11,28 @@

<section>
<h1>Programming</h1>
<div>Python <span class="lang-level">(6 years)</span></div>
<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>Python <span class="lang-level">(7 years)</span></div>
<div>Javascript <span class="lang-level">(7 years)</span></div>
<div>HTML & CSS <span class="lang-level">(7 years)</span></div>
<div>Shell <span class="lang-level">(7 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">
<h1>Technologies</h1>
<span>Git</span>
<span>CI</span>
<span>linters</span>
<span>CI/CD</span>
<span>Ansible</span>
<span>Docker</span>
<span>Flask</span>
<span>Django</span>
<span>Celery</span>
<span>PostgreSQL</span>
<span>SQLAlchemy</span>
<span>pytest</span>
<span>mypy</span>
<span>React</span>
<span>Webpack</span>
<span>Bitcoin</span>
<span>Ethereum</span>
<span>PGP</span>
<span>OAuth</span>
<span>LaTeX</span>
<span>GitLab</span>
<span>pytest</span>
<span>ipfs</span>
<span>etc.</span>
</section>

Expand All @@ -57,15 +53,15 @@
<section class="piped-list">
<h1>Things I love</h1>
<span>A strange story</span>
<span>A deep discussion</span>
<span>A deep conversation</span>
<span>A dance until sunrise</span>
<span>A spontaneus journey</span>
<span>An uncertain journey</span>
<span>An impossible challenge</span>
<span>Philosophy</span>
<span>Meditation</span>
<span>Snowboarding</span>
<span>Melee</span>
<span>Open source</span>
<span>Music</span>
<span>Reading philosophy</span>
<span>Meditating daily</span>
<span>Riding slopes</span>
<span>Making music</span>
<span>Mixing deep house</span>
<span>Competing at Melee</span>
<span>And coffee with milk.</span>
</section>
Loading