<?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: Casey Mullineaux</title>
    <description>The latest articles on DEV Community by Casey Mullineaux (@cmullineaux).</description>
    <link>https://dev.to/cmullineaux</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F236160%2Fd26a7e69-5114-434b-8e57-766dd3f5d7e2.jpg</url>
      <title>DEV Community: Casey Mullineaux</title>
      <link>https://dev.to/cmullineaux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cmullineaux"/>
    <language>en</language>
    <item>
      <title>COVID-19 prevention using python</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Fri, 19 Jun 2020 09:02:20 +0000</pubDate>
      <link>https://dev.to/cmullineaux/covid-19-prevention-using-python-21p4</link>
      <guid>https://dev.to/cmullineaux/covid-19-prevention-using-python-21p4</guid>
      <description>&lt;p&gt;Driven by the internet's enthusiasm to post videos of themselves struggling to keep their hands away from their faces during the pandemic, I wrote some python code that raises awareness by screaming at you. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mullineaux.com.au/posts/2020/06/18/covid19-prevention-using-python/"&gt;Read the full tutorial&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>Create an on-air indicator with LIFX and Microsoft Power Automate</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Mon, 20 Apr 2020 08:09:18 +0000</pubDate>
      <link>https://dev.to/cmullineaux/create-an-on-air-indicator-with-lifx-and-microsoft-power-automate-gjd</link>
      <guid>https://dev.to/cmullineaux/create-an-on-air-indicator-with-lifx-and-microsoft-power-automate-gjd</guid>
      <description>&lt;p&gt;Never let a good crisis go to waste.  &lt;/p&gt;

&lt;p&gt;Let your family know when you shouldn't be disturbed by creating a DIY "on-air" indicator that's synched to your Outlook calendar. All you need is a few smart lights and Microsoft Power Automate!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mullineaux.com.au/create-an-on-air-indicator-with-lifx-and-microsoft-power-automate/"&gt;Continue reading ...&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>DevSecOps with Azure Pipelines</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Mon, 16 Mar 2020 04:39:41 +0000</pubDate>
      <link>https://dev.to/cmullineaux/devsecops-with-azure-pipelines-1hha</link>
      <guid>https://dev.to/cmullineaux/devsecops-with-azure-pipelines-1hha</guid>
      <description>&lt;p&gt;Check out how you can achieve DevSecOps by integrating automated security scanning and reporting into your projects with Azure Pipelines.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mullineaux.com.au/devsecops-with-azure-pipelines/"&gt;Continue reading ...&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>devops</category>
    </item>
    <item>
      <title>Create your own Netflix for nerds</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Sat, 25 Jan 2020 07:48:24 +0000</pubDate>
      <link>https://dev.to/cmullineaux/create-your-own-netflix-for-nerds-4bk9</link>
      <guid>https://dev.to/cmullineaux/create-your-own-netflix-for-nerds-4bk9</guid>
      <description>&lt;p&gt;I love to learn. I strongly believe that if you're not learning something new, then you're becoming obsolete; this is especially true in the tech industry.&lt;/p&gt;

&lt;p&gt;Personal development is a journey that never ends. Here's one of the many ways that I keep my mental tools sharp.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mullineaux.com.au/2020/01/25/create-your-own-netflix-for-nerds/"&gt;Continue reading&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://mullineaux.com.au/2020/01/25/create-your-own-netflix-for-nerds/"&gt;Create your own Netflix for nerds&lt;/a&gt; appeared first on &lt;a href="https://mullineaux.com.au"&gt;Casey Mullineaux&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>learning</category>
      <category>selfimprovement</category>
    </item>
    <item>
      <title>Closing the inner loop: Powershell &amp; Bash</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Thu, 05 Dec 2019 06:31:18 +0000</pubDate>
      <link>https://dev.to/cmullineaux/closing-the-inner-loop-powershell-bash-301d</link>
      <guid>https://dev.to/cmullineaux/closing-the-inner-loop-powershell-bash-301d</guid>
      <description>&lt;p&gt;The new Windows Terminal has unleashed powerful customization options to one of a developer's most important and frequently used tools. We can take advantage of these new features to chip away at closing the &lt;strong&gt;&lt;a href="https://mitchdenny.com/the-inner-loop"&gt;inner development loop&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mullineaux.com.au/2019/12/05/closing-the-inner-loop-powershell-bash/"&gt;Continue reading&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://mullineaux.com.au/2019/12/05/closing-the-inner-loop-powershell-bash/"&gt;Closing the inner loop: Powershell &amp;amp; Bash&lt;/a&gt; appeared first on &lt;a href="https://mullineaux.com.au"&gt;Casey Mullineaux&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>windowsterminal</category>
      <category>powershell</category>
      <category>bash</category>
      <category>git</category>
    </item>
    <item>
      <title>Customize the Windows Terminal like a boss</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Tue, 15 Oct 2019 07:00:09 +0000</pubDate>
      <link>https://dev.to/cmullineaux/customize-the-windows-terminal-like-a-boss-3ndp</link>
      <guid>https://dev.to/cmullineaux/customize-the-windows-terminal-like-a-boss-3ndp</guid>
      <description>&lt;p&gt;Before doing any kind of programming or coding, it is important to take the time to customize your development environment and tooling. The tools you use are the bridge between what's in your head and the manifestation of your awesomeness. Setting up your environment just the way you like it is going to greatly aid in your success.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mullineaux.com.au/2019/10/15/customize-the-windows-terminal-like-a-boss/"&gt;Continue reading&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://mullineaux.com.au/2019/10/15/customize-the-windows-terminal-like-a-boss/"&gt;Customize the Windows Terminal like a boss&lt;/a&gt; appeared first on &lt;a href="https://mullineaux.com.au"&gt;Casey Mullineaux&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>windowsterminal</category>
    </item>
    <item>
      <title>Deploy a docker container to a RaspberyPi via Azure DevOps</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Sat, 25 May 2019 03:21:24 +0000</pubDate>
      <link>https://dev.to/cmullineaux/deploy-a-docker-container-to-a-raspberypi-via-azure-devops-4381</link>
      <guid>https://dev.to/cmullineaux/deploy-a-docker-container-to-a-raspberypi-via-azure-devops-4381</guid>
      <description>&lt;p&gt;Running a container on a RaspberryPi sounded like a pretty cool way for me to get .net code running on one of my many RaspberryPi's I use around the house for my projects, without all the fuss of having to develop and run the code directly on the Pi.&lt;/p&gt;

&lt;p&gt;In this post I'll show you how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build the container&lt;/li&gt;
&lt;li&gt;Deploy an image to Azure Container Registry&lt;/li&gt;
&lt;li&gt;Configure the RaspberyPi&lt;/li&gt;
&lt;li&gt;Deploy the container with Azure DevOps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://mullineaux.com.au/2019/05/25/deploy-a-docker-container-to-a-raspberypi-via-azure-devops/"&gt;Continue reading&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://mullineaux.com.au/2019/05/25/deploy-a-docker-container-to-a-raspberypi-via-azure-devops/"&gt;Deploy a docker container to a RaspberyPi via Azure DevOps&lt;/a&gt; appeared first on &lt;a href="https://mullineaux.com.au"&gt;Casey Mullineaux&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>devops</category>
      <category>raspberrypi</category>
      <category>docker</category>
    </item>
    <item>
      <title>Monitoring my solar system from the cloud</title>
      <dc:creator>Casey Mullineaux</dc:creator>
      <pubDate>Mon, 29 Jan 2018 21:00:49 +0000</pubDate>
      <link>https://dev.to/cmullineaux/monitoring-my-solar-system-from-the-cloud-16e8</link>
      <guid>https://dev.to/cmullineaux/monitoring-my-solar-system-from-the-cloud-16e8</guid>
      <description>&lt;p&gt;I graphed and cloud-enabled my solar production and consumption metrics using the SolarEdge API, Azure Automation, Powershell, Azure SQL Database and Microsoft PowerBI, to detect faults with my equipment and predict my power bills.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mullineaux.com.au/2018/01/30/26/"&gt;Continue reading&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://mullineaux.com.au/2018/01/30/26/"&gt;Monitoring my solar system from the cloud&lt;/a&gt; appeared first on &lt;a href="https://mullineaux.com.au"&gt;Casey Mullineaux&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>solar</category>
      <category>c</category>
      <category>mssql</category>
    </item>
  </channel>
</rss>
