Files
personal_website/web/pages/home.php
T
2026-05-25 10:05:03 +02:00

43 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php include_once(ROOT . '/web/partials/head.php'); ?>
<section>
<h2 class="main-title">Hi, I'm Jason</h2>
<h1 class="sub-title">Software Engineer & Systems Minimalist.</h1>
<p>
I write backend systems, orchestrate data pipelines, and craft internal tooling. My engineering philosophy is simple:
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>
Right now, Im an engineer at <a target="_blank" href="https://eyona.co/">Eyona</a> within <strong>Truedata</strong>. We build the central "Basecamp"
software that automates the absolute chaos of market-facing sales data—collating, cleaning, integrating, and visualizing cross-channel pipelines so
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>
<div>
<p><strong>Values I hold in work and life:</strong></p>
<span>Simplicity.</span><br>
<span>Pragmatism.</span><br>
<span>Minimalism.</span><br>
<span>Right tool for the job.</span><br>
<span>The Unix philosophy.</span>
</div>
<p> ---------------------------------------------- </p>
<div>
<a target="_blank" href="https://codeberg.org/jasonhilder">Codeberg</a>
<a target="_blank" href="https://github.com/jasonhilder">Github</a>
<a target="_blank" href="https://www.linkedin.com/in/jason-hilder/">LinkedIn</a>
<p><small>Active work lives on Codeberg — GitHub is kept as an archive of older projects.</small></p>
</div>
</section>
<?php include_once(ROOT . '/web/partials/footer.php') ?>