<?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: Danielle</title>
    <description>The latest articles on DEV Community by Danielle (@danielle).</description>
    <link>https://dev.to/danielle</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%2F145809%2Fac29d26f-ed84-44a7-82ff-c0172a110747.jpg</url>
      <title>DEV Community: Danielle</title>
      <link>https://dev.to/danielle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danielle"/>
    <language>en</language>
    <item>
      <title>Setting Up My Windows Dev Environment</title>
      <dc:creator>Danielle</dc:creator>
      <pubDate>Wed, 23 Mar 2022 23:40:00 +0000</pubDate>
      <link>https://dev.to/danielle/setting-up-my-windows-dev-environment-197i</link>
      <guid>https://dev.to/danielle/setting-up-my-windows-dev-environment-197i</guid>
      <description>&lt;p&gt;A bit of context for this post, I prefer UNIX environments for development work, and previously only used Windows for gaming/general use. But having recently (when I wrote this originally in October 2021) started a new job at a company that uses a Windows environment for development, I found myself having to learn to adapt. For future reference, I'm documenting what things I have installed and need for development. I'm also open to suggestions and changes for useful things if you have any&lt;/p&gt;

&lt;h2&gt;
  
  
  VSCode
&lt;/h2&gt;

&lt;p&gt;My code editor of choice.&lt;/p&gt;

&lt;h2&gt;
  
  
  Windows Terminal
&lt;/h2&gt;

&lt;p&gt;Installed from the Microsoft Store, this is just a nicer experience than plain Powershell in my opinion.&lt;br&gt;
Mike Larah wrote a good &lt;a href="https://endjin.com/blog/2020/05/5-tips-for-an-awesome-windows-terminal-experience"&gt;post&lt;/a&gt; on customising this&lt;/p&gt;

&lt;h2&gt;
  
  
  Chocolatey
&lt;/h2&gt;

&lt;p&gt;A package manager for Windows&lt;br&gt;
Allows you to install software from the command line, works similar to &lt;code&gt;apt-get&lt;/code&gt; on UNIX machines.&lt;br&gt;
&lt;a href="https://chocolatey.org/"&gt;link here&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Docker
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;choco install docker-desktop&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  WSL
&lt;/h2&gt;

&lt;p&gt;Mainly because Docker requires it:&lt;br&gt;
&lt;a href="https://docs.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package"&gt;link here&lt;/a&gt;&lt;br&gt;
Docker Desktop will also prompt for this to be updated.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
