<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>All Posts - Dario Zingariello</title>
        <link>https://example.com/posts/</link>
        <description>All Posts | Dario Zingariello</description>
        <generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>hello@darioz.dev (Dario Zingariello)</managingEditor>
            <webMaster>hello@darioz.dev (Dario Zingariello)</webMaster><lastBuildDate>Mon, 05 Dec 2022 16:45:46 &#43;0100</lastBuildDate><atom:link href="https://example.com/posts/" rel="self" type="application/rss+xml" /><item>
    <title>Notion vs. Obsidian</title>
    <link>https://example.com/posts/notion-vs-obsidian/notion-vs-obsidian/</link>
    <pubDate>Mon, 05 Dec 2022 16:45:46 &#43;0100</pubDate>
    <author>Dario Zingariello</author>
    <guid>https://example.com/posts/notion-vs-obsidian/notion-vs-obsidian/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/notion-vs-obsidian.png" referrerpolicy="no-referrer">
            </div>As a young professional, I&rsquo;ve always been on the lookout for tools that can help me stay organized, productive, and on top of my game. For a long time, I relied on Notion to manage my tasks, notes, and projects. But recently, I&rsquo;ve started to migrate many of my notes to Obsidian, and I haven&rsquo;t looked back yet.
One of the main reasons I switched to Obsidian is its focus on creating a network of interconnected notes.]]></description>
</item>
<item>
    <title>Virtual Environments with Git</title>
    <link>https://example.com/posts/venv-and-git/venv-and-git/</link>
    <pubDate>Sat, 03 Dec 2022 00:02:46 &#43;0100</pubDate>
    <author>Dario Zingariello</author>
    <guid>https://example.com/posts/venv-and-git/venv-and-git/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/git.jpg" referrerpolicy="no-referrer">
            </div>In this post, we&rsquo;ll look at how to effectively manage dependencies in your Python projects using virtual environments and git. By leveraging these powerful tools, you can keep your projects organized, maintain consistency across different development environments, and avoid common pitfalls such as dependency conflicts.
TL;DR cd your_project # Navigate to your project folder python -m venv venv # Create virtual environment source venv/bin/activate # Activate virtual environment pip install pandas # Install your packages pip freeze &gt; requirements.]]></description>
</item>
<item>
    <title>Hello World</title>
    <link>https://example.com/posts/hello-world/hello-world/</link>
    <pubDate>Fri, 02 Dec 2022 22:45:37 &#43;0100</pubDate>
    <author>Dario Zingariello</author>
    <guid>https://example.com/posts/hello-world/hello-world/</guid>
    <description><![CDATA[This is it It took nearly 30 years (well, not really, but you know what I mean) for me to finally have my own live website. This is exciting.]]></description>
</item>
</channel>
</rss>
