Skip to content

Commit

Permalink
Update about me block
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitznik committed Jan 6, 2024
1 parent a24827a commit a0013e9
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions src/routes/about/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ <h1>About me</h1>
<div class=grid>
<div>
<p>Hi, I'm Rob.</p>
<p>Over the last years I have worked hard on becoming a great developer. I've spend this time in the data sphere
professionaly, while developing a hand full of different things in my free time. This website you're looking at
in fact is a Rust API serving static HTML pages, among other tasks like communicating with a Postgres database.
<p>Over the last years I have worked hard on becoming a great software developer. I've spend this time in and
adjacent to the data sphere professionaly, while developing a hand full of different things in my free time.
This website you're looking at in fact is a Rust API serving static HTML pages and HTMX, among other tasks like
communicating with a Postgres database.
If you're interested in reading some of my opinion pieces, you can find them on my fairly inactive <a
href="https://medium.com/@gitznik">Medium Blog</a>.
</p>
<p>I have also contributed to some open source projects that I have been using in my day to day, most notably <a
href="https://github.com/dbt-labs/dbt-core"> DBT core</a> and <a
href="https://github.com/airbytehq/airbyte">Airbyte</a>.
href="https://github.com/pypa/pipx"> Pipx</a>, <a href="https://github.com/dbt-labs/dbt-core"> DBT core</a>
and <a href="https://github.com/airbytehq/airbyte">Airbyte</a>.
</p>
<p>Aside from my job, I'm a proud nerd, loving video games and collecting and building keyboards. I also keep
myself healthy, playing Ping Pong, Spikeball and racing on Zwift.</p>
Expand All @@ -25,6 +26,26 @@ <h1>About me</h1>
</div>
<h2>Work Experience</h2>
<div>
<article>
<header><b>Software Engineer - Alpas</b></header>
<p>
Notable Project:<br />
Writing the backend for an internal task management solution, that allows creating a workstream of a multitude
of different task types. This drastically increased the data quality of the task outputs while reducing the
manual effort in operations.
</p>
<ul>
<li>Responsible for developing and maintaining the internal backend supporting the data initiatives</li>
<li>Developing and maintaining
<ul>
<li>an internal api written in python & fastapi</li>
<li>an internal python package for developer productivity and utilities</li>
<li>all supporting tasks for infrastructure via Terraform, ci/cd, ...</li>
</ul>
</li>
</ul>
<footer>2023 - today</footer>
</article>
<article>
<header><b>Data Engineer - Kolibri Games (Ubisoft Mobile)</b></header>
<p>
Expand Down

0 comments on commit a0013e9

Please sign in to comment.