✏️ Fixes typos and incorrect grammar
This commit is contained in:
parent
950fbea572
commit
352bee1d30
@ -57,17 +57,17 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
|
||||
<h1 class="text-xl">Hi, I'm <span class="font-bold">Daniel Svitaň</span>, an {years} year-old aspiring
|
||||
engineer</h1>
|
||||
<p>I currently reside in Bratislava, Slovakia</p>
|
||||
<p>Contacts:
|
||||
<a href="mailto:selfsigned-ash@proton.me" target="_blank" class="underline">selfsigned-ash@proton.me</a>
|
||||
<a href="tel:+421948309804" target="_blank" class="underline ml-2">+421 948 309 804</a>
|
||||
<a href="https://matrix.org/" target="_blank" class="underline ml-2">@selfsigned-ash:svitan.dev</a>
|
||||
<p>Residence: Bratislava, Slovakia</p>
|
||||
<p>Contacts:<br/>
|
||||
<a href="mailto:selfsigned-ash@proton.me" target="_blank" class="underline">selfsigned-ash@proton.me</a><br/>
|
||||
<a href="tel:+421948309804" target="_blank" class="underline">+421 948 309 804</a><br/>
|
||||
<span>@selfsigned-ash:svitan.dev (Matrix)</span>
|
||||
</p>
|
||||
<p>Socials:
|
||||
<a href="https://github.com/Streamer272" target="_blank" class="underline">GitHub</a>
|
||||
<a href="https://gitea.svitan.dev/Streamer272" target="_blank" class="underline ml-2">Gitea</a>
|
||||
<a href="https://signal.org/" target="_blank" class="underline ml-2">Signal</span>
|
||||
<a href="https://mastodon.social/@selfsigned_ash" target="_blank" class="underline ml-2">Mastodon</a>
|
||||
<p>Socials:<br/>
|
||||
<a href="https://github.com/Streamer272" target="_blank" class="underline">GitHub</a><br/>
|
||||
<a href="https://gitea.svitan.dev/Streamer272" target="_blank" class="underline">Gitea</a><br/>
|
||||
<span>Signal</span><br/>
|
||||
<a href="https://mastodon.social/@selfsigned_ash" target="_blank" class="underline">Mastodon</a>
|
||||
</p>
|
||||
|
||||
<div class="h-6"/>
|
||||
@ -226,15 +226,15 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p class="mt-1">And many more, unfortunately, many closed-source, especially contracts (like NatArt) and the
|
||||
<p class="mt-1">And many other closed-source projects, especially contracts (like NatArt) and the
|
||||
tens of projects at FEI STU (including multiple algorithms and labeling / data processing systems,
|
||||
mostly concerned with bio-medical signals like ECG or PPG)</p>
|
||||
mostly concerned with bio-medical signals like ECG or PPG).</p>
|
||||
|
||||
<div class="h-6"/>
|
||||
|
||||
<h2 class="text-lg">Skills:</h2>
|
||||
<ul class="ml-4">
|
||||
<li>Languages: Slovak (native), Czech (Native), English (C1), German (B1)</li>
|
||||
<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>Database: MySQL, PostgreSQL, Redis/Valkey, Firestore, MongoDB</li>
|
||||
@ -242,17 +242,16 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
</ul>
|
||||
|
||||
<p class="mt-1">Having my own TrueNAS Scale server at home, I've self-hosted multiple apps and projects,
|
||||
including Nextcloud, Immich, Gitea, Prometheus+Grafana, ngIRCd, WireGuard Easy, and many more</p>
|
||||
including Nextcloud, Immich, Gitea, Prometheus+Grafana, ngIRCd, WireGuard Easy, and many more.</p>
|
||||
<p>I route them all through my Caddy reverse proxy, but since my server is behind NAT, I also have a VPS
|
||||
that is connected to my server through a tunnel and routes all of the traffic to my server through that
|
||||
tunnel</p>
|
||||
tunnel.</p>
|
||||
<p>I also protect myself against data loss with a RAIDZ1 ZFS pool, regular backups (monthly to an
|
||||
off-site physical drive owned by me and every two days to a cloud storage box), and regular ZFS
|
||||
Scrubs</p>
|
||||
<p>And everything is encrypted, of course, my pool and both backups with a randomly generated 32 byte binary
|
||||
file</p>
|
||||
Scrubs.</p>
|
||||
<p>And everything is encrypted, my pool and both backups with a randomly generated binary file.</p>
|
||||
<p>Needless to say, I've got some experience with system administration as well as Linux systems, since I
|
||||
also daily drive Arch Linux</p>
|
||||
also daily drive Arch Linux.</p>
|
||||
|
||||
<div class="h-6"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user