diff --git a/about/index.html b/about/index.html index 57e58f0..0c43655 100644 --- a/about/index.html +++ b/about/index.html @@ -48,7 +48,7 @@

About Me

Hey there! My name is Ihor, and I'm a software engineer living in Kharkiv, Ukraine. I love Open Source and you can find my contributions in a number of projects on GitHub.

-

In 2019 I bought my first pair of inline skates, and since then it has become +

In 2019, I bought my first pair of inline skates, and since then it has become my #1 hobby. In my spare time, I read fiction and enjoy watching movies with friends. I also like to travel. I’ve traveled to a number of countries in Europe, crossed the Atlantic to the USA and hiked in the Himalayas.

@@ -57,15 +57,16 @@

About Me

eight years I’ve been mastering this profession, and throughout the years I realized it’s a never ending study. That’s why I decided to focus around distributed computing and system design, two areas I’m the most interested in.

-

Nowadays I mostly use Python as a programming language of choice. However I +

Nowadays, I mostly use Python as a programming language of choice. However I keep an eye on Rust since I found it promising.

-

The best way to contact me is by sending an email to ihor@kalnytskyi.com. -If a need arise, you can prove by identify using ECE7 D40B 49A5 F831 GPG key.

+

The best way to contact me is by sending an email to ihor@kalnytskyi.com. If +a need arises, you can prove my identify using ECE7 D40B 49A5 F831 GPG key.

Elsewhere

I'm @ikalnytskyi almost everywhere around the Internet, including:

Website

The website is powered by Holocron, and is open sourced on GitHub. diff --git a/feed.xml b/feed.xml index c81038a..2eb0afa 100644 --- a/feed.xml +++ b/feed.xml @@ -2,7 +2,7 @@ https://kalnytskyi.com Ihor Kalnytskyi - 2023-01-04T15:38:34.687289+00:00 + 2023-11-12T12:00:41.884361+00:00 Holocron/v0.4.0 @@ -10,7 +10,7 @@ https://kalnytskyi.com/posts/setup-wireguard-client-systemd-networkd/ Setup a WireGuard client using systemd-networkd - 2023-01-04T15:38:34.688252+00:00 + 2023-11-12T12:00:41.885320+00:00 Ihor Kalnytskyi @@ -161,7 +161,7 @@ followed by <code>$networkctl up wg0</code> to bring the VPN up.< https://kalnytskyi.com/posts/setup-wireguard-systemd-networkd/ Setup a WireGuard server using systemd-networkd - 2023-01-04T15:38:34.688583+00:00 + 2023-11-12T12:00:41.885617+00:00 Ihor Kalnytskyi @@ -282,7 +282,7 @@ step is to run <code>$ networkctl reload</code> to pipe in and apply https://kalnytskyi.com/posts/setup-cors-caddy-2/ Setup CORS in Caddy 2 - 2023-01-04T15:38:34.688748+00:00 + 2023-11-12T12:00:41.885792+00:00 Ihor Kalnytskyi @@ -335,7 +335,7 @@ sent by <code>curl</code> or <em>your-programming-language-of- https://kalnytskyi.com/posts/setup-postgres-linux-windows-macos-gh-actions/ Setup PostgreSQL for Linux, Windows and macOS using GitHub Actions - 2023-01-04T15:38:34.688903+00:00 + 2023-11-12T12:00:41.885960+00:00 Ihor Kalnytskyi @@ -377,7 +377,7 @@ usage example:</p> https://kalnytskyi.com/posts/gnome-terminal-csd/ Enable CSD in GNOME Terminal - 2023-01-04T15:38:34.689085+00:00 + 2023-11-12T12:00:41.886126+00:00 Ihor Kalnytskyi @@ -407,7 +407,7 @@ might not work with other versions.</p> https://kalnytskyi.com/posts/assert-str-matches-regex-in-pytest/ Assert that str matches regex in pytest - 2023-01-04T15:38:34.689246+00:00 + 2023-11-12T12:00:41.886316+00:00 Ihor Kalnytskyi @@ -477,7 +477,7 @@ in non-test production code, though I found this rather queer.</p> https://kalnytskyi.com/posts/farewell-2015/ Farewell, 2015! - 2023-01-04T15:38:34.689409+00:00 + 2023-11-12T12:00:41.886489+00:00 Ihor Kalnytskyi @@ -518,7 +518,7 @@ as 2015 was, but hope it will be even better!</p> https://kalnytskyi.com/posts/mad-map/ Mad Map: Python Road - 2023-01-04T15:38:34.689708+00:00 + 2023-11-12T12:00:41.886791+00:00 Ihor Kalnytskyi @@ -644,7 +644,7 @@ use it and one day it will be removed from the language.</p> https://kalnytskyi.com/posts/docker-for-pythonistas/ Docker For Pythonistas - 2023-01-04T15:38:34.689878+00:00 + 2023-11-12T12:00:41.886957+00:00 Ihor Kalnytskyi @@ -714,7 +714,7 @@ so don't hesitate to find your own.</p> https://kalnytskyi.com/posts/c-legacy-is-evil/ C Legacy Is 😈 Evil - 2023-01-04T15:38:34.690041+00:00 + 2023-11-12T12:00:41.887115+00:00 Ihor Kalnytskyi diff --git a/posts/assert-str-matches-regex-in-pytest/index.html b/posts/assert-str-matches-regex-in-pytest/index.html index d1079fb..a8127dc 100644 --- a/posts/assert-str-matches-regex-in-pytest/index.html +++ b/posts/assert-str-matches-regex-in-pytest/index.html @@ -26,7 +26,7 @@ - + Assert that str matches regex in pytest diff --git a/posts/c-legacy-is-evil/index.html b/posts/c-legacy-is-evil/index.html index da9122e..5db9302 100644 --- a/posts/c-legacy-is-evil/index.html +++ b/posts/c-legacy-is-evil/index.html @@ -26,7 +26,7 @@ - + C Legacy Is 😈 Evil diff --git a/posts/docker-for-pythonistas/index.html b/posts/docker-for-pythonistas/index.html index 78a9eed..f2bbc45 100644 --- a/posts/docker-for-pythonistas/index.html +++ b/posts/docker-for-pythonistas/index.html @@ -26,7 +26,7 @@ - + Docker For Pythonistas diff --git a/posts/farewell-2015/index.html b/posts/farewell-2015/index.html index 3f32355..5afc54a 100644 --- a/posts/farewell-2015/index.html +++ b/posts/farewell-2015/index.html @@ -26,7 +26,7 @@ - + Farewell, 2015! diff --git a/posts/gnome-terminal-csd/index.html b/posts/gnome-terminal-csd/index.html index 5852a31..b94dc0e 100644 --- a/posts/gnome-terminal-csd/index.html +++ b/posts/gnome-terminal-csd/index.html @@ -26,7 +26,7 @@ - + Enable CSD in GNOME Terminal diff --git a/posts/mad-map/index.html b/posts/mad-map/index.html index ab9208e..8fb99be 100644 --- a/posts/mad-map/index.html +++ b/posts/mad-map/index.html @@ -26,7 +26,7 @@ - + Mad Map: Python Road diff --git a/posts/setup-cors-caddy-2/index.html b/posts/setup-cors-caddy-2/index.html index 838560d..70f9aca 100644 --- a/posts/setup-cors-caddy-2/index.html +++ b/posts/setup-cors-caddy-2/index.html @@ -26,7 +26,7 @@ - + Setup CORS in Caddy 2 diff --git a/posts/setup-postgres-linux-windows-macos-gh-actions/index.html b/posts/setup-postgres-linux-windows-macos-gh-actions/index.html index c3bd80e..2996832 100644 --- a/posts/setup-postgres-linux-windows-macos-gh-actions/index.html +++ b/posts/setup-postgres-linux-windows-macos-gh-actions/index.html @@ -26,7 +26,7 @@ - + Setup PostgreSQL for Linux, Windows and macOS using GitHub Actions diff --git a/posts/setup-wireguard-client-systemd-networkd/index.html b/posts/setup-wireguard-client-systemd-networkd/index.html index 2c072c4..ad4a3c4 100644 --- a/posts/setup-wireguard-client-systemd-networkd/index.html +++ b/posts/setup-wireguard-client-systemd-networkd/index.html @@ -26,7 +26,7 @@ - + Setup a WireGuard client using systemd-networkd diff --git a/posts/setup-wireguard-systemd-networkd/index.html b/posts/setup-wireguard-systemd-networkd/index.html index 9e055ba..f2eba89 100644 --- a/posts/setup-wireguard-systemd-networkd/index.html +++ b/posts/setup-wireguard-systemd-networkd/index.html @@ -26,7 +26,7 @@ - + Setup a WireGuard server using systemd-networkd diff --git a/sitemap.xml b/sitemap.xml index 6887865..cb19117 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,50 +2,50 @@ https://kalnytskyi.com/about/ - 2023-01-04T15:37:57.327960+00:00 + 2023-11-12T11:59:34.434407+00:00 https://kalnytskyi.com/talks/ - 2023-01-04T15:37:57.339962+00:00 + 2023-11-12T11:59:34.442407+00:00 - https://kalnytskyi.com/posts/docker-for-pythonistas/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/setup-cors-caddy-2/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/setup-wireguard-client-systemd-networkd/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/c-legacy-is-evil/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/c-legacy-is-evil/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/setup-wireguard-client-systemd-networkd/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/setup-wireguard-systemd-networkd/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/gnome-terminal-csd/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/farewell-2015/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/setup-postgres-linux-windows-macos-gh-actions/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/mad-map/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/docker-for-pythonistas/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/assert-str-matches-regex-in-pytest/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/farewell-2015/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/gnome-terminal-csd/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/setup-wireguard-systemd-networkd/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/setup-cors-caddy-2/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/assert-str-matches-regex-in-pytest/ + 2023-11-12T11:59:34.438407+00:00 - https://kalnytskyi.com/posts/setup-postgres-linux-windows-macos-gh-actions/ - 2023-01-04T15:37:57.331961+00:00 + https://kalnytskyi.com/posts/mad-map/ + 2023-11-12T11:59:34.438407+00:00