<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Alex Murphy on Medium]]></title>
        <description><![CDATA[Stories by Alex Murphy on Medium]]></description>
        <link>https://medium.com/@alexmurphyas8?source=rss-db32b977ba94------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*a3ihvLTGyn5dWf6-QDTzFw.jpeg</url>
            <title>Stories by Alex Murphy on Medium</title>
            <link>https://medium.com/@alexmurphyas8?source=rss-db32b977ba94------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 17 May 2026 02:59:29 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@alexmurphyas8/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Top 10 Python Code to automate your work]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.devgenius.io/top-10-python-code-to-automate-your-work-2293f9b4b2e2?source=rss-db32b977ba94------2"><img src="https://cdn-images-1.medium.com/max/2600/0*gPfifkgrc7UIjZEA" width="4608"></a></p><p class="medium-feed-snippet">One of the most popular languages out there is Python. All programmers love it for its simplicity and ease of reading.</p><p class="medium-feed-link"><a href="https://blog.devgenius.io/top-10-python-code-to-automate-your-work-2293f9b4b2e2?source=rss-db32b977ba94------2">Continue reading on Dev Genius »</a></p></div>]]></description>
            <link>https://blog.devgenius.io/top-10-python-code-to-automate-your-work-2293f9b4b2e2?source=rss-db32b977ba94------2</link>
            <guid isPermaLink="false">https://medium.com/p/2293f9b4b2e2</guid>
            <category><![CDATA[python-flask]]></category>
            <category><![CDATA[python-programming]]></category>
            <category><![CDATA[python-web-developer]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[python3]]></category>
            <dc:creator><![CDATA[Alex Murphy]]></dc:creator>
            <pubDate>Thu, 25 Aug 2022 12:34:47 GMT</pubDate>
            <atom:updated>2022-08-28T08:29:56.224Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[10 useful tricks & tips in Python]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.devgenius.io/10-useful-tricks-tips-in-python-d367a305d1ba?source=rss-db32b977ba94------2"><img src="https://cdn-images-1.medium.com/max/2600/0*-mi-PxrbojU631bf" width="6000"></a></p><p class="medium-feed-snippet">Python is one of the most preferred languages out there. Its brevity and high readability makes it so popular among all programmers.</p><p class="medium-feed-link"><a href="https://blog.devgenius.io/10-useful-tricks-tips-in-python-d367a305d1ba?source=rss-db32b977ba94------2">Continue reading on Dev Genius »</a></p></div>]]></description>
            <link>https://blog.devgenius.io/10-useful-tricks-tips-in-python-d367a305d1ba?source=rss-db32b977ba94------2</link>
            <guid isPermaLink="false">https://medium.com/p/d367a305d1ba</guid>
            <category><![CDATA[python]]></category>
            <category><![CDATA[python3]]></category>
            <category><![CDATA[python-programming]]></category>
            <category><![CDATA[python-web-developer]]></category>
            <category><![CDATA[python-flask]]></category>
            <dc:creator><![CDATA[Alex Murphy]]></dc:creator>
            <pubDate>Tue, 23 Aug 2022 05:22:55 GMT</pubDate>
            <atom:updated>2022-08-23T07:17:29.731Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Daily useful Kubernetes aliases]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39?source=rss-db32b977ba94------2"><img src="https://cdn-images-1.medium.com/max/1132/1*Ltt1fI0EYJuG22Iyz-bLbA.png" width="1132"></a></p><p class="medium-feed-snippet">In this article, I&#x2019;ll share with you some of the aliases that will significantly speed up your interaction with K8s.</p><p class="medium-feed-link"><a href="https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39?source=rss-db32b977ba94------2">Continue reading on Dev Genius »</a></p></div>]]></description>
            <link>https://blog.devgenius.io/daily-useful-kubernetes-aliases-c35f7f411f39?source=rss-db32b977ba94------2</link>
            <guid isPermaLink="false">https://medium.com/p/c35f7f411f39</guid>
            <category><![CDATA[kubernetes]]></category>
            <category><![CDATA[bash]]></category>
            <category><![CDATA[docker]]></category>
            <category><![CDATA[k8s]]></category>
            <category><![CDATA[linux]]></category>
            <dc:creator><![CDATA[Alex Murphy]]></dc:creator>
            <pubDate>Sat, 23 Jul 2022 09:09:50 GMT</pubDate>
            <atom:updated>2022-07-24T09:33:38.155Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Leetcode — 13. Roman to Integer]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.devgenius.io/leetcode-13-roman-to-integer-32b5b50cd2fb?source=rss-db32b977ba94------2"><img src="https://cdn-images-1.medium.com/max/600/1*XCtj8yLu6pT2eG3hWT1CzQ.png" width="600"></a></p><p class="medium-feed-snippet">Question: &#x2192;</p><p class="medium-feed-link"><a href="https://blog.devgenius.io/leetcode-13-roman-to-integer-32b5b50cd2fb?source=rss-db32b977ba94------2">Continue reading on Dev Genius »</a></p></div>]]></description>
            <link>https://blog.devgenius.io/leetcode-13-roman-to-integer-32b5b50cd2fb?source=rss-db32b977ba94------2</link>
            <guid isPermaLink="false">https://medium.com/p/32b5b50cd2fb</guid>
            <category><![CDATA[programming]]></category>
            <category><![CDATA[java]]></category>
            <category><![CDATA[leetcode]]></category>
            <category><![CDATA[hackerrank]]></category>
            <category><![CDATA[python]]></category>
            <dc:creator><![CDATA[Alex Murphy]]></dc:creator>
            <pubDate>Fri, 22 Jul 2022 05:16:33 GMT</pubDate>
            <atom:updated>2022-08-02T14:19:10.060Z</atom:updated>
        </item>
    </channel>
</rss>