From 352bee1d30c4504237be7210d4e197c209dc530e Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Sat, 3 May 2025 20:16:45 +0200 Subject: [PATCH] :pencil2: Fixes typos and incorrect grammar --- src/pages/index.astro | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 98e2684..1c47bb1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -57,17 +57,17 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {

Hi, I'm Daniel SvitaĊˆ, an {years} year-old aspiring engineer

-

I currently reside in Bratislava, Slovakia

-

Contacts: - selfsigned-ash@proton.me - +421 948 309 804 - @selfsigned-ash:svitan.dev +

Residence: Bratislava, Slovakia

+

Contacts:
+ selfsigned-ash@proton.me
+ +421 948 309 804
+ @selfsigned-ash:svitan.dev (Matrix)

-

Socials: - GitHub - Gitea - Signal - Mastodon +

Socials:
+ GitHub
+ Gitea
+ Signal
+ Mastodon

@@ -226,15 +226,15 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) { -

And many more, unfortunately, many closed-source, especially contracts (like NatArt) and the +

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)

+ mostly concerned with bio-medical signals like ECG or PPG).

Skills:

    -
  • Languages: Slovak (native), Czech (Native), English (C1), German (B1)
  • +
  • Languages: Slovak (native), Czech (native), English (C1), German (B1)
  • Frontend: HTML, CSS/SCSS, JavaScript/TypeScript, TailWindCSS, React, Vue, Nuxt
  • Backend: Ktor (Kotlin), Fiber (Go), Echo (Go), FastAPI (Python), NestJS (TypeScript)
  • Database: MySQL, PostgreSQL, Redis/Valkey, Firestore, MongoDB
  • @@ -242,17 +242,16 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {

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

+ including Nextcloud, Immich, Gitea, Prometheus+Grafana, ngIRCd, WireGuard Easy, and many more.

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

+ tunnel.

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

-

And everything is encrypted, of course, my pool and both backups with a randomly generated 32 byte binary - file

+ Scrubs.

+

And everything is encrypted, my pool and both backups with a randomly generated binary file.

Needless to say, I've got some experience with system administration as well as Linux systems, since I - also daily drive Arch Linux

+ also daily drive Arch Linux.