Updated homepage copy.

This commit is contained in:
2026-05-25 10:05:03 +02:00
parent 860f82e11a
commit 947df741c6
+18 -9
View File
@@ -2,23 +2,33 @@
<section> <section>
<h2 class="main-title">Hi, I'm Jason</h2> <h2 class="main-title">Hi, I'm Jason</h2>
<h1 class="sub-title">Software engineer.</h1> <h1 class="sub-title">Software Engineer & Systems Minimalist.</h1>
<p> <p>
I build backend systems, data pipelines, and internal tooling. I have a bias toward simplicity and the shortest path I write backend systems, orchestrate data pipelines, and craft internal tooling. My engineering philosophy is simple:
to something solid — built to last, not just to ship. I'd rather understand a system deeply than paper over it with abstractions. find the shortest path to something robust, future proof and easily understandable. I build things to last, not just to clear a sprint ticket,
and I prefer deeply understanding a system over hiding it behind abstractions.
</p> </p>
<p> <p>
When I'm not working, I'm either in the water surfing, spending time with my girlfriend, playing games, or digging into systems programming Right now, Im an engineer at <a target="_blank" href="https://eyona.co/">Eyona</a> within <strong>Truedata</strong>. We build the central "Basecamp"
— CPU simulators, indie game experiments, and the custom tooling that tends to grow around them. I run Linux, daily-drive a software that automates the absolute chaos of market-facing sales data—collating, cleaning, integrating, and visualizing cross-channel pipelines so
Happy Hacking Keyboard, and have strong opinions about my desktop setup — some might call it a problem, I call it a hobby. businesses can actually trust their numbers.
<p>
Right now, Im an engineer at <strong>Truedata</strong>, within <a target="_blank" href="https://eyona.co/">Eyona</a>. We build the backend infrastructure for a "Basecamp"
software suite that automates the processing of large-scale sales data. The core challenge is integrating and sanitizing diverse cross-channel data pipelines to make the system highly reliable and accurate.
</p>
</p>
<p>
When I'm away from the terminal, you'll find me out surfing, spending time with my girlfriend, playing games, or building
things just for the fun of it—like CPU simulators, indie games, and custom dev tools that grow around my projects.
I run Linux, daily-drive a Happy Hacking Keyboard, and spend way too much time optimizing my dotfiles. Some call it a problem; I call it a hobby.
</p> </p>
<div> <div>
<p>Values I hold in work and life</p><br> <p><strong>Values I hold in work and life:</strong></p>
<span>Simplicity.</span><br> <span>Simplicity.</span><br>
<span>Pragmatism.</span><br> <span>Pragmatism.</span><br>
<span>Minimalism.</span><br> <span>Minimalism.</span><br>
<span>Right tool for the job.</span><br> <span>Right tool for the job.</span><br>
<span>Unix philosophy</span><br> <span>The Unix philosophy.</span>
</div> </div>
<p> ---------------------------------------------- </p> <p> ---------------------------------------------- </p>
<div> <div>
@@ -30,4 +40,3 @@
</section> </section>
<?php include_once(ROOT . '/web/partials/footer.php') ?> <?php include_once(ROOT . '/web/partials/footer.php') ?>