<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on xzerad&#39;s blog</title>
    <link>https://xzerad.github.io/posts/</link>
    <description>Recent content in Posts on xzerad&#39;s blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 05 Sep 2024 14:50:24 +0100</lastBuildDate>
    <atom:link href="https://xzerad.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SSH: Because Sometimes You Just Need to Yell at a Server from Afar</title>
      <link>https://xzerad.github.io/posts/ssh-because-sometimes-you-just-need-to-yell-at-a-server-from-afar/</link>
      <pubDate>Thu, 05 Sep 2024 14:50:24 +0100</pubDate>
      <guid>https://xzerad.github.io/posts/ssh-because-sometimes-you-just-need-to-yell-at-a-server-from-afar/</guid>
      <description>Introduction Imagine this:&#xA;You’re relaxing at home, maybe in your pajamas, and you suddenly realize your server needs a quick fix. What if you could handle it without leaving your spot? That’s where SSH (Secure Shell) comes into play.&#xA;Think of SSH as a magic remote control for your server. It lets you send commands to your server from anywhere, just like sending a text message. You don’t need to be physically close—SSH makes it possible to manage your server from your couch, your office, or even from another country.</description>
    </item>
    <item>
      <title>Looping in Pandas DataFrames: A Common Mistake</title>
      <link>https://xzerad.github.io/posts/looping-pandas-dataframes-common-mistake/</link>
      <pubDate>Thu, 05 Sep 2024 08:52:07 +0100</pubDate>
      <guid>https://xzerad.github.io/posts/looping-pandas-dataframes-common-mistake/</guid>
      <description>Introduction If you’ve just started in the data engineering field, you’ve probably used the pandas library—a powerful tool that lets you read structured data from various sources and formats, perform calculations, and export it to different formats. What more could you wish for? But when working on small datasets, we often don’t pay attention to performance. We write a script that does what we need, test it on a small dataset, and everything works perfectly.</description>
    </item>
    <item>
      <title>Functional Programming</title>
      <link>https://xzerad.github.io/posts/functional-programming/</link>
      <pubDate>Wed, 28 Aug 2024 13:10:48 +0100</pubDate>
      <guid>https://xzerad.github.io/posts/functional-programming/</guid>
      <description>My Journey from OOP to Functional Programming When I first started coding, I was firmly rooted in object-oriented programming (OOP). Like many novice developers, I believed that functional programming was simply about using functions instead of objects and methods—a relic of the past, overshadowed by the dominance of OOP in modern frameworks. After all, everywhere I looked, it seemed like OOP was the gold standard, with most frameworks heavily relying on its principles.</description>
    </item>
  </channel>
</rss>
