<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fabian</title>
    <description>The latest articles on DEV Community by Fabian (@fabianwolski).</description>
    <link>https://dev.to/fabianwolski</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4019553%2F028c74be-768f-40a1-ad81-c06233b8302d.png</url>
      <title>DEV Community: Fabian</title>
      <link>https://dev.to/fabianwolski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fabianwolski"/>
    <language>en</language>
    <item>
      <title>Creating a Hetzner Cloud Server</title>
      <dc:creator>Fabian</dc:creator>
      <pubDate>Tue, 07 Jul 2026 14:44:33 +0000</pubDate>
      <link>https://dev.to/fabianwolski/creating-a-hetzner-cloud-server-19b9</link>
      <guid>https://dev.to/fabianwolski/creating-a-hetzner-cloud-server-19b9</guid>
      <description>&lt;h2&gt;
  
  
  Day 1 - Renting my first Hetzner Server
&lt;/h2&gt;

&lt;p&gt;Today I created my first Hetzner server. I didn't know I am simply renting CPU, RAM and SSD... I spun up a Ubuntu VM on top.&lt;/p&gt;

&lt;h2&gt;
  
  
  Setting up a firewall
&lt;/h2&gt;

&lt;p&gt;"a good firewall blocks everything"&lt;/p&gt;

&lt;p&gt;Port 22 SSH (the remote control to my server on an unsecured network)&lt;/p&gt;

&lt;p&gt;(will add later)&lt;br&gt;
Port 80 HTTP (standard unencrypted network traffic)&lt;br&gt;
Port 443 HTTPS (web traffic secure i.e the little lock icon in tab)&lt;br&gt;
ICMP (let's me ping the server)&lt;/p&gt;

&lt;h2&gt;
  
  
  SSH
&lt;/h2&gt;

&lt;p&gt;for default path we can find it using &lt;code&gt;ssh cat ~/.ssh/id_ed25519.pub&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I can ssh into my server using&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ssh root@MY_SERVER&lt;/code&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Main Lesson
&lt;/h1&gt;

&lt;p&gt;before running software, I need to control access.&lt;/p&gt;

&lt;h2&gt;
  
  
  Next Steps
&lt;/h2&gt;

&lt;p&gt;making sure everything is secure! &lt;/p&gt;

</description>
      <category>sre</category>
    </item>
    <item>
      <title>Why SRE?</title>
      <dc:creator>Fabian</dc:creator>
      <pubDate>Tue, 07 Jul 2026 13:02:48 +0000</pubDate>
      <link>https://dev.to/fabianwolski/why-sre-2hhp</link>
      <guid>https://dev.to/fabianwolski/why-sre-2hhp</guid>
      <description>&lt;h2&gt;
  
  
  Google pAIr mentoring program
&lt;/h2&gt;

&lt;p&gt;Out of 1,500 applicants 15 of us were selected to take part in google's pAIr program, the first in Dublin HQ. &lt;/p&gt;

&lt;p&gt;The program is designed to empower you to excel in securing your dream role at Google.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mentorship
&lt;/h2&gt;

&lt;p&gt;Each of us was assigned a mentor. I was very fortunate to meet Neil who has been working in SRE at Google for over a decade. &lt;/p&gt;

&lt;h2&gt;
  
  
  Plan
&lt;/h2&gt;

&lt;p&gt;The targeted skill development aspect of the program really stuck out to me. After discussing with Neil we both agreed on a two month plan for me to really up skill in software reliability engineering. &lt;/p&gt;

&lt;p&gt;I decided to document the entire journey. &lt;/p&gt;

</description>
      <category>sre</category>
    </item>
  </channel>
</rss>
