<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Guide to SSH tunneling and port forwarding</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/ssh-tunneling</link>
          <description>SSH port forwarding and tunneling are essential tools for securing network connections and accessing remote services. They enable secure traffic forwarding over SSH, useful for encrypting insecure protocols, bypassing firewalls, and reaching servers behind NAT. Key configurations include enabling port forwarding and setting up jumphosts. Types of forwarding include local, remote, and dynamic, each serving different purposes. Running SSH tunnels in the background and configuring keep-alive settings help maintain connections. However, limitations exist, such as the lack of UDP support and inefficiencies with TCP-over-TCP. Understanding these concepts enhances security and connectivity in various applications.</description>
          <pubDate>Fri, 20 Sep 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Easy blog</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/my-blog</link>
          <description>how i made my blog wesbite easly in 3hrs</description>
          <pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>A guide to WSL</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/wsl-guide</link>
          <description>Wsl is Linux BUT ON WONDOWS !!!</description>
          <pubDate>Sun, 15 Sep 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The superpowred kernal</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/linux-kernal</link>
          <description>into to linux kernal</description>
          <pubDate>Wed, 11 Sep 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Embracing Vim: The Unsung Hero of Code Editors</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/vim</link>
          <description>Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.</description>
          <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Spaces vs. Tabs: The Indentation Debate Continues</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/spaces-vs-tabs</link>
          <description>Explore the enduring debate between using spaces and tabs for code indentation, and why this choice matters more than you might think.</description>
          <pubDate>Mon, 08 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Power of Static Typing in Programming</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/static-typing</link>
          <description>In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.</description>
          <pubDate>Sun, 07 Apr 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>