Adds about me and interests

This commit is contained in:
Daniel Svitan 2025-05-05 16:12:27 +02:00
parent 352bee1d30
commit cb07319d29

View File

@ -120,7 +120,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<Link link="https://github.com/Streamer272/soc-2024"/>
</td>
<td>Research paper entitled "Faktory ovplyvňujúce študijné výsledky a identifikácia rizikových
skupín"
skupín", which won first place in the regional round of the competition
</td>
<td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag">#statistics</span>
@ -219,7 +219,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<td class="flex gap-x-2">
<Link link="https://github.com/Streamer272/rat"/>
</td>
<td>The cat clone on meth, inspired by bat (not finished)</td>
<td>A very weird clone of the GNU cat</td>
<td class="flex gap-1 flex-wrap text-sm">
<span class="hashtag">#c</span>
</td>
@ -237,8 +237,10 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<li>Languages: Slovak (native), Czech (native), English (C1), German (B1)</li>
<li>Frontend: HTML, CSS/SCSS, JavaScript/TypeScript, TailWindCSS, React, Vue, Nuxt</li>
<li>Backend: Ktor (Kotlin), Fiber (Go), Echo (Go), FastAPI (Python), NestJS (TypeScript)</li>
<li>Data science: PyTorch (neural networks), Matplotlib, SciPy, NumPy</li>
<li>Database: MySQL, PostgreSQL, Redis/Valkey, Firestore, MongoDB</li>
<li>Sysadmin: Docker, Caddy, ZFS, Linux</li>
<li>Math: Calculus (1), Statistics</li>
</ul>
<p class="mt-1">Having my own TrueNAS Scale server at home, I've self-hosted multiple apps and projects,
@ -255,6 +257,20 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
<div class="h-6"/>
<h2 class="text-lg">About me and my interests:</h2>
<p>I spend most of my free time working on various projects of mine; I've recently decided to expand my horizons and
work on some projects that are not pure computer science. But other than that, I like to go on walks, listen to
music, and I occasionally play video games.</p>
<p>I also love going rollerblading and I used to play airsoft, but I haven't had the time to play recently.
And, believe it or not, I like to cook and read books as well.</p>
<p>When I grow up, I want to study mechanical engineering, since I take interest in engineering in general, not just
programming. I'm still not sure which university I want to go to, but chances are that it will be somewhere in
Germany, Benelux, or Scandinavia (or Czechia and Slovakia as a last resort). Both my parents are very successful
engineers (chemical, not mechanical though), so I have a lot to live up to.</p>
<p>But currently, I'm just trying to survive high school.</p>
<div class="h-6"/>
<p>Note: the source code of this website is available <a
href="https://gitea.svitan.dev/Streamer272/svitan.dev" target="_blank" class="underline">here</a>
</p>