<?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: Joseph Deblasio</title>
    <description>The latest articles on DEV Community by Joseph Deblasio (@techdude16).</description>
    <link>https://dev.to/techdude16</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%2F964565%2Fd89740ee-b88d-4f4f-aa34-a0024d020d85.png</url>
      <title>DEV Community: Joseph Deblasio</title>
      <link>https://dev.to/techdude16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/techdude16"/>
    <language>en</language>
    <item>
      <title>PowerShell from Techdude16</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Sun, 16 Apr 2023 04:21:41 +0000</pubDate>
      <link>https://dev.to/techdude16/please-help-me-rebuild-after-my-apartment-fire-340e</link>
      <guid>https://dev.to/techdude16/please-help-me-rebuild-after-my-apartment-fire-340e</guid>
      <description>&lt;p&gt;&lt;a href="https://linktr.ee/techdude16"&gt;https://linktr.ee/techdude16&lt;/a&gt; &lt;/p&gt;

</description>
    </item>
    <item>
      <title>The ultimate PowerShell Azure and Windows operating systems resource!</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Sat, 25 Feb 2023 02:43:54 +0000</pubDate>
      <link>https://dev.to/techdude16/the-ultimate-powershell-azure-and-windows-operating-systems-resource-dh7</link>
      <guid>https://dev.to/techdude16/the-ultimate-powershell-azure-and-windows-operating-systems-resource-dh7</guid>
      <description>&lt;p&gt;As a Powershell script developer I have come across some great &lt;br&gt;
blogs that were quite handy for automation. So, I finally put all of my Powershell, Windows, Azure and DevOps blogs and technical forums in one place. Check this out!&lt;/p&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://linktr.ee/Techdude16" rel="noopener noreferrer"&gt;https://linktr.ee/Techdude16&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>sql</category>
      <category>career</category>
    </item>
    <item>
      <title>The ultimate PowerShell Azure and Windows operating systems resource!</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Sat, 25 Feb 2023 02:18:36 +0000</pubDate>
      <link>https://dev.to/techdude16/the-ultimate-powershell-azure-and-windows-operating-systems-resource-3jn4</link>
      <guid>https://dev.to/techdude16/the-ultimate-powershell-azure-and-windows-operating-systems-resource-3jn4</guid>
      <description>&lt;p&gt;The ultimate PowerShell Azure and Windows operating systems resource! Enjoy!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://linktr.ee/Techdude16"&gt;https://linktr.ee/Techdude16&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>PowerShell install Ubuntu 20.04</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Thu, 22 Dec 2022 00:49:34 +0000</pubDate>
      <link>https://dev.to/techdude16/powershell-install-ubuntu-2004-1jpj</link>
      <guid>https://dev.to/techdude16/powershell-install-ubuntu-2004-1jpj</guid>
      <description>&lt;h1&gt;
  
  
  Update the list of packages
&lt;/h1&gt;

&lt;p&gt;sudo apt-get update&lt;/p&gt;

&lt;h1&gt;
  
  
  Install pre-requisite packages.
&lt;/h1&gt;

&lt;p&gt;sudo apt-get install -y wget apt-transport-https software-properties-common&lt;/p&gt;

&lt;h1&gt;
  
  
  Download the Microsoft repository GPG keys
&lt;/h1&gt;

&lt;p&gt;wget -q "&lt;a href="https://packages.microsoft.com/config/ubuntu/$(lsb_release" rel="noopener noreferrer"&gt;https://packages.microsoft.com/config/ubuntu/$(lsb_release&lt;/a&gt; -rs)/packages-microsoft-prod.deb"&lt;/p&gt;

&lt;h1&gt;
  
  
  Register the Microsoft repository GPG keys
&lt;/h1&gt;

&lt;p&gt;sudo dpkg -i packages-microsoft-prod.deb&lt;/p&gt;

&lt;h1&gt;
  
  
  Update the list of packages after we added packages.microsoft.com
&lt;/h1&gt;

&lt;p&gt;sudo apt-get update&lt;/p&gt;

&lt;h1&gt;
  
  
  Install PowerShell
&lt;/h1&gt;

&lt;p&gt;sudo apt-get install -y powershell&lt;/p&gt;

&lt;h1&gt;
  
  
  Start PowerShell
&lt;/h1&gt;

&lt;p&gt;pwsh&lt;/p&gt;

</description>
      <category>gratitude</category>
    </item>
    <item>
      <title>Blog or not to Blog?</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Thu, 15 Dec 2022 01:12:39 +0000</pubDate>
      <link>https://dev.to/techdude16/blog-or-not-to-blog-4clm</link>
      <guid>https://dev.to/techdude16/blog-or-not-to-blog-4clm</guid>
      <description>&lt;p&gt;&lt;a href="https://nycwriter212.blogspot.com"&gt;&lt;strong&gt;Blog - OpenAI and the Queen&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blog</category>
      <category>ai</category>
      <category>writing</category>
      <category>programming</category>
    </item>
    <item>
      <title>Stackoverflow shut down ChatGPT Threads ...</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Fri, 09 Dec 2022 20:31:00 +0000</pubDate>
      <link>https://dev.to/techdude16/stackoverflow-shut-down-chatgpt-threads--14p8</link>
      <guid>https://dev.to/techdude16/stackoverflow-shut-down-chatgpt-threads--14p8</guid>
      <description>&lt;p&gt;Amazing, this thing is hot. I had trouble logging into the openAI site, but finally registered. &lt;/p&gt;

&lt;p&gt;It is quite the conversation piece, in fact it wrote a AzureAD powershell script for me. No crap ..&lt;/p&gt;

&lt;p&gt;Check it out if you haven't already. I fear we are only seeing the beginning of AI, competing with Humans ... &lt;/p&gt;

&lt;p&gt;Cheers, Joseph&lt;/p&gt;

</description>
      <category>ai</category>
      <category>stackoverflow</category>
      <category>programming</category>
    </item>
    <item>
      <title>No More Visual Studio - Hello CodeSpaces</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Thu, 08 Dec 2022 17:31:50 +0000</pubDate>
      <link>https://dev.to/techdude16/no-more-visual-studio-hello-codespaces-416o</link>
      <guid>https://dev.to/techdude16/no-more-visual-studio-hello-codespaces-416o</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--B0qHAq9a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o732f3f5syhjc5mnv0ku.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B0qHAq9a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o732f3f5syhjc5mnv0ku.jpg" alt="Image description" width="880" height="589"&gt;&lt;/a&gt;&lt;a href="https://josephdeblasio.substack.com/p/no-more-visual-studio-say-hello-codespaces"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://josephdeblasio.substack.com/p/no-more-visual-studio-say-hello-codespaces/"&gt;https://josephdeblasio.substack.com/p/no-more-visual-studio-say-hello-codespaces/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ubuntu</category>
      <category>powershell</category>
      <category>github</category>
    </item>
    <item>
      <title>AI Writing VS. Your Creative Writing</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Thu, 01 Dec 2022 01:10:24 +0000</pubDate>
      <link>https://dev.to/techdude16/ai-writing-vs-your-creative-writing-45lo</link>
      <guid>https://dev.to/techdude16/ai-writing-vs-your-creative-writing-45lo</guid>
      <description>&lt;p&gt;&lt;a href="https://techdudenyc.hashnode.dev/ai-writer-vs-your-creative-writing"&gt;https://techdudenyc.hashnode.dev/ai-writer-vs-your-creative-writing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AI Writing applications in contrast to your creative thoughts and words. &lt;/p&gt;

&lt;p&gt;Just a thought ...&lt;/p&gt;

&lt;p&gt;ciao, joseph ... &lt;br&gt;
&lt;a href="mailto:puffycloud@zohomail.com"&gt;puffycloud@zohomail.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>writing</category>
      <category>blog</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Tech Blogging</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Sat, 26 Nov 2022 01:21:54 +0000</pubDate>
      <link>https://dev.to/techdude16/tech-blogging-1ml8</link>
      <guid>https://dev.to/techdude16/tech-blogging-1ml8</guid>
      <description>&lt;p&gt;I was writing some Python code the other day to read some stats on covid-19, and while doing so I came across a blogging site geared towards developers. The site has hundreds of blogs on programming, development, cloud computing, frameworks, and really anything that has anything to do with writing code. &lt;/p&gt;

&lt;p&gt;The site is called &lt;em&gt;&lt;strong&gt;HashNode&lt;/strong&gt;&lt;/em&gt; and it is free. I would recommend it to any developer, no matter what level experience, as there is something for everyone. &lt;/p&gt;

&lt;p&gt;Please excuse me if you have already come across the site!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.hashnode.com" rel="noopener noreferrer"&gt;https://www.hashnode.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My Blog - (Nothing there yet) &lt;a href="https://techdudeNYC.hashnode.dev" rel="noopener noreferrer"&gt;https://techdudeNYC.hashnode.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy Coding, &lt;br&gt;
Joseph AKA "TechDude"&lt;/p&gt;

&lt;p&gt;&lt;code&gt;**H = HashNode&lt;br&gt;
     if H = 'HashNode'&lt;br&gt;
          Print(H)&lt;br&gt;
        else&lt;br&gt;
            Go blog yourself&lt;/code&gt;**&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>The Deep Blue Sky</title>
      <dc:creator>Joseph Deblasio</dc:creator>
      <pubDate>Thu, 10 Nov 2022 00:44:55 +0000</pubDate>
      <link>https://dev.to/techdude16/the-deep-blue-sky-1gfg</link>
      <guid>https://dev.to/techdude16/the-deep-blue-sky-1gfg</guid>
      <description>&lt;p&gt;Well, it was blue at one time. Remember laying in the yard on a mid-summer afternoon and looking up in the sky, blue, sunshine and not a cloud in site?&lt;/p&gt;

&lt;p&gt;Microsoft doesn't. Azure, which means a dark blue clear sky, has now cluttered it with clouds, big and small, all different shapes, and length. &lt;/p&gt;

&lt;p&gt;Instead of looking at the clouds and seeing faces, animals, and other imaginative views that puts fantasy in our mind, Microsoft has replaced our imagination, with Active Directory schemas, file share servers, shared storage blobs, web servers, user ID's, billions of lines of code.&lt;/p&gt;

&lt;p&gt;Maybe we should have kept everything onsite after all.&lt;/p&gt;

&lt;p&gt;Just a little rambling as I spin up another Windows app server with Docker installed. &lt;/p&gt;

&lt;p&gt;Cheers, &lt;br&gt;
Node77&lt;/p&gt;

&lt;p&gt;_&lt;/p&gt;

</description>
      <category>devops</category>
      <category>github</category>
      <category>writing</category>
    </item>
  </channel>
</rss>
