<?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: Coffmans</title>
    <description>The latest articles on DEV Community by Coffmans (@coffmans).</description>
    <link>https://dev.to/coffmans</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%2F970128%2F1824089f-d9b1-4dfa-ba2c-74dd9c1b3723.png</url>
      <title>DEV Community: Coffmans</title>
      <link>https://dev.to/coffmans</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coffmans"/>
    <language>en</language>
    <item>
      <title>Take Control of Apps on Startup of Windows 11</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Sun, 21 Jul 2024 11:22:33 +0000</pubDate>
      <link>https://dev.to/coffmans/take-control-of-apps-on-startup-of-windows-11-33pi</link>
      <guid>https://dev.to/coffmans/take-control-of-apps-on-startup-of-windows-11-33pi</guid>
      <description>&lt;p&gt;Windows is a powerful operating system, but it has its annoyances. One of those annoyances is the launching of unwanted applications on startup of Windows.&lt;/p&gt;

&lt;p&gt;Here are three methods to help a user take control of applications on startup for Windows 11.&lt;/p&gt;

&lt;h2&gt;
  
  
  (1) Settings⇾Apps⇾Startup
&lt;/h2&gt;

&lt;p&gt;Here is a simple approach using functionality baked into Windows 11.&lt;/p&gt;

&lt;p&gt;1) Open the Settings for Windows 11 and select the Apps option.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flxn340imok2x4cu9m3yf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flxn340imok2x4cu9m3yf.png" alt="Settings in Windows 11" width="324" height="549"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Select the Startup option.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkd2vawg3ugytm32nhaah.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkd2vawg3ugytm32nhaah.png" alt="Apps Window in Windows 11" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) From the Startup window, the user can scroll through the many applications installed on the machine. If an application is set to startup on the launch of Windows, it will have the option set to On. A quick toggle to off will disable the application from launching on startup of Windows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwskrmgc64f92r61zxknq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwskrmgc64f92r61zxknq.png" alt="Startup Window in Windows 11" width="800" height="585"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  (2) Task Manager
&lt;/h2&gt;

&lt;p&gt;Another great option that is baked into Windows is using the Windows Task Manager. I think there are better options for a task manager other than Windows Task Manager for many operations. But Windows Task manager is a great alternative for viewing the applications configured to launch on startup.&lt;/p&gt;

&lt;p&gt;1) Right-click on the Taskbar and select Task Manager.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhk4yl27fb56r38m9ma4x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhk4yl27fb56r38m9ma4x.png" alt="Right-Click Menu" width="255" height="339"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Select the Startup apps tab to view the list of applications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F60i719vki9htqh8mtaef.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F60i719vki9htqh8mtaef.png" alt="Startup Apps Tab in Windows Task Manager" width="800" height="317"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) Select an application. Click Disable on the top right to disable the application from launching on startup. Alternatively, right-click on the application will display the context menu with the same option.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz4kvjkpu1yw5x24mv50k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz4kvjkpu1yw5x24mv50k.png" alt="Option to Disable Application from Startup" width="800" height="381"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  (3) SysInternals Autoruns
&lt;/h2&gt;

&lt;p&gt;1) Download the Autoruns application from &lt;a href="https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns" rel="noopener noreferrer"&gt;Microsoft&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq7g0777wf2t5iapblv82.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq7g0777wf2t5iapblv82.png" alt="Website to Download Autoruns Zip File" width="800" height="510"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Extract the files from the zip file. The utility is set to be portable, so extract the files to any directory.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw902pqd2xw6adnfyto8d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw902pqd2xw6adnfyto8d.png" alt="Files Contained within the Autoruns Zip File" width="800" height="241"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) Autoruns.exe is built for 32-bit machines, while Autoruns64.exe is for 64-bit machines. The 32-bit version will work the same on 64-bit operating system.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8pm17ggazt5deklzjhdh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8pm17ggazt5deklzjhdh.png" alt="Autoruns Window" width="800" height="344"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4) Once the application is launched, it will scan the computer for startup items and start displaying them on a list. The list might seem a bit intimidating, especially when compared to the other methods. But do not fret, it is simple to use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To disable an application, there are two options. I recommend the first option.&lt;/strong&gt;&lt;br&gt;
A) Select the application and uncheck the box. That’s right, uncheck the box, it's that easy.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1nr2s93kin5ox1rmbvci.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1nr2s93kin5ox1rmbvci.png" alt="Checkbox for Application in Autoruns Window" width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;B) Select the application, right-click, and select the Delete option. This approach will remove the application from startup permanently.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbwntd0xechctpkvlvurd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbwntd0xechctpkvlvurd.png" alt="Delete Option in Autoruns Window" width="800" height="164"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Listed in this article are three methods to control which applications can be launched at the startup of Windows. These are not the only methods available to the user. Other methods include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shell:startup (which I found is not useful for Windows 11)&lt;/li&gt;
&lt;li&gt;The registry&lt;/li&gt;
&lt;li&gt;Third-party tools such as Startup Delayer.&lt;/li&gt;
&lt;li&gt;Settings within the application itself.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I should make mention that these same options are available for Windows 10. The steps should be very similar, if not identical.&lt;/p&gt;

</description>
      <category>windows11</category>
      <category>technology</category>
    </item>
    <item>
      <title>Fighting the Battle of the Bulge Against Windows</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Mon, 15 Jul 2024 22:27:13 +0000</pubDate>
      <link>https://dev.to/coffmans/fighting-the-battle-of-the-bulge-against-windows-5582</link>
      <guid>https://dev.to/coffmans/fighting-the-battle-of-the-bulge-against-windows-5582</guid>
      <description>&lt;p&gt;On an average day many years ago, I found myself using Multi-Commander to look for a file I had just downloaded. It was at this time I noticed my C drive was showing less than 100 GB of free space on my 500 GB hard drive. What could possibly be taking that much space?&lt;/p&gt;

&lt;p&gt;I could have performed a search manually through all the different folders. Right-click and display properties to see the size of the folder. I would have started with the obvious, which was my temp folders under my user. I didn’t have all year to take this approach, so I decided to use a simpler approach: &lt;a href="https://windirstat.net/index.html" rel="noopener noreferrer"&gt;WinDirStat&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is WinDirStat?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://windirstat.net/index.html" rel="noopener noreferrer"&gt;WinDirStat&lt;/a&gt; is an application that stands for Windows Directory Statistics. It is a powerful tool in the long-standing battle for free space for drives. This tool allows the user to select the drive(s) to be processed and shows the space for each folder in real-time.&lt;/p&gt;

&lt;h2&gt;
  
  
  How To Use WinDirStat?
&lt;/h2&gt;

&lt;p&gt;Usage of this tool is extremely simple.&lt;/p&gt;

&lt;p&gt;1) Open the WinDirStat application.&lt;br&gt;
2) Select the drives to be processed. Three options are available:&lt;br&gt;
         a. All Local Drive&lt;br&gt;
         b. Individual Drives&lt;br&gt;
         c. A Folder&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl9o4md8s5gflzhnz586b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl9o4md8s5gflzhnz586b.png" alt="WinDirStat - Select Drives" width="416" height="328"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) Allow the application to do its magic.&lt;/p&gt;

&lt;p&gt;That’s it, easy-peasy.&lt;/p&gt;

&lt;p&gt;While the directories are being processed, little Pac-Man animations will be shown to show the directories that are currently being processed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsbu3t82bdm3gb971371q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsbu3t82bdm3gb971371q.png" alt="WinDirStat - Analyzing the C Drive" width="800" height="138"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When completed, WinDirStat will display the folders as well as a Treemap of what was found. The Treemap can be a bit intimidating with the in-depth analysis display.&lt;/p&gt;

&lt;p&gt;To quote the WinDirStat website:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"&lt;em&gt;The treemap represents each file as a colored rectangle, the area of which is proportional to the file's size. The rectangles are arranged in such a way, that directories again make up rectangles, which contain all their files and subdirectories. So their area is proportional to the size of the subtrees. The color of a rectangle indicates the type of the file, as shown in the extension list. The cushion shading additionally brings out the directory structure.&lt;/em&gt;"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fobg48iy3fqrsiewiqtxs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fobg48iy3fqrsiewiqtxs.png" alt="WinDirStat - Results Window" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From this window, the user can see the folders that are taking the most space. In my case, the AppData folder uses the most space, with the Local folder being the primary culprit.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj6lfeokvmzp7b3pllj1z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj6lfeokvmzp7b3pllj1z.png" alt="WinDirStat - User's AppData Folder" width="800" height="97"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I can drill down even further and determine Microsoft Edge Dev is using 20.6 GB of space.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqsuef5we6qjunfagmju2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqsuef5we6qjunfagmju2.png" alt="WinDirStat - Navigate Deeper" width="800" height="118"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Alternatives
&lt;/h2&gt;

&lt;p&gt;Though I consider WinDirStat to be my go-to tool for analyzing the space usage for my drives, there are a variety of alternatives. I could spend a few hours listing the different alternatives. Because everyone's time is valuable, and attention spans are limited, I will provide a TL;DR listing of alternatives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.jam-software.com/treesize_free?ca=1#different-versions-for-different-requirements" rel="noopener noreferrer"&gt;TreeSize&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
TreeSize comes in three different flavors:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Free&lt;/li&gt;
&lt;li&gt;Personal&lt;/li&gt;
&lt;li&gt;Professional&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh2exgpqomzmdem4aca9y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh2exgpqomzmdem4aca9y.png" alt="TreeSize Image from ttps://www.jam-software.com/treesize" width="800" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.diskanalyzer.com/download" rel="noopener noreferrer"&gt;WizTree&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
Of all the alternatives to WinDirStat, WizTree seems to be the most favored (IMHO). WizTree is extremely fast in its analysis with a user-friendly interface. &lt;/p&gt;

&lt;p&gt;WizTree comes in three flavors:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Personal Use&lt;/li&gt;
&lt;li&gt;Small-Medium Organizations (from 1 to 100 Employees)&lt;/li&gt;
&lt;li&gt;Large Organizations (Unlimited Use)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F135pb1er91c9npoy4e6i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F135pb1er91c9npoy4e6i.png" alt="WizTree Image from https://www.diskanalyzer.com/" width="800" height="377"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Windows' Built-In Storage Usage Tool&lt;/strong&gt;&lt;br&gt;
What list of alternatives would be complete without the mention of a tool baked into Windows itself. That's right, Windows 10/11 has its very own analysis tool.&lt;/p&gt;

&lt;p&gt;Under Settings⇾System⇾Storage, Windows has the ability to analyze the drive and provide information related to the different folders and files. The data is displayed in a very basic manner, allowing the user to filter down into each folder.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftcagugged6sj6gawafqb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftcagugged6sj6gawafqb.png" alt="Windows' Built-In Storage Usage Tool" width="800" height="318"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And the list goes on…&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://foldersize.sourceforge.net/" rel="noopener noreferrer"&gt;Folder Size&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.jgoodies.com/downloads/jdiskreport/" rel="noopener noreferrer"&gt;JDiskReport&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.softpedia.com/get/System/Hard-Disk-Utils/Disktective.shtml" rel="noopener noreferrer"&gt;Disktective&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.disksavvy.com/disksavvy_product_versions.html" rel="noopener noreferrer"&gt;Disk Savvy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.steffengerlach.de/freeware/" rel="noopener noreferrer"&gt;Scanner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.splashsoft.de/ridnacs-disk-space-usage-analyzer/" rel="noopener noreferrer"&gt;RidNacs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://apps.kde.org/filelight/" rel="noopener noreferrer"&gt;FileLight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.uderzo.it/main_products/space_sniffer/index.html" rel="noopener noreferrer"&gt;SpaceSniffer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Beyond File Explorer: Alternatives for Windows File Explorer</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Sun, 30 Jun 2024 18:26:08 +0000</pubDate>
      <link>https://dev.to/coffmans/beyond-file-explorer-alternatives-for-windows-file-explorer-46c0</link>
      <guid>https://dev.to/coffmans/beyond-file-explorer-alternatives-for-windows-file-explorer-46c0</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fddhxf3anw0ulsw18quen.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fddhxf3anw0ulsw18quen.png" alt="Windows 11 File Explorer"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While the built-in Windows File Explorer handles basic file management, power users and those seeking a more efficient workflow often crave additional features. Luckily, there's a plethora of alternatives offering a significant upgrade.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here are several free options to consider:
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Multi Commander
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Multi Commander is a powerful, dual-pane file manager designed for efficiency and advanced functionality. It offers numerous features that surpass the standard Windows File Explorer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@coffmans/a-better-life-without-file-explorer-fbe61b22e069" rel="noopener noreferrer"&gt;Read more details about Multi Commander in a story I published a few years ago.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjqkagk2kx5d0nm787x6s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjqkagk2kx5d0nm787x6s.png" alt="Courtesy of multicommander.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dual-pane interface:&lt;/strong&gt; Simplifies file transfers and organization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Customizable layout:&lt;/strong&gt; Tailor the interface to your workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Extensive plugin support:&lt;/strong&gt; Extend functionality with plugins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advanced search capabilities:&lt;/strong&gt; Find files quickly and accurately.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built-in file viewer:&lt;/strong&gt; Preview files without opening them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Multi Commander's dual-pane interface makes file management tasks much more efficient, particularly when moving or copying files between directories. Its extensive plugin support and advanced search capabilities provide functionality that goes beyond what Windows File Explorer offers.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. FreeCommander
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; FreeCommander is a dual-pane file manager that offers a range of features to improve file management efficiency and organization.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fok37if0ak204uu4052zc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fok37if0ak204uu4052zc.png" alt="Courtesy of freecommander.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dual-pane interface:&lt;/strong&gt; Facilitates easy file transfers and comparisons.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tabbed browsing:&lt;/strong&gt; Keep multiple folders open and easily switch between them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built-in archive handling:&lt;/strong&gt; Manage ZIP files and other archives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick access toolbar:&lt;/strong&gt; Access frequently used commands quickly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File synchronization:&lt;/strong&gt; Sync directories effortlessly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; FreeCommander's dual-pane and tabbed browsing features enhance productivity by making it easy to manage multiple folders simultaneously. Its built-in archive handling and file synchronization capabilities provide additional tools for efficient file management that are not available in the standard Windows File Explorer.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Explorer++
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Explorer++ is a lightweight, portable file manager that aims to offer a more feature-rich experience compared to Windows File Explorer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmiopn4cz0gerem1uc2pu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmiopn4cz0gerem1uc2pu.png" alt="Courtesy of explorerplusplus.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tabbed browsing:&lt;/strong&gt; Open multiple tabs and manage folders easily.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Customizable user interface:&lt;/strong&gt; Adjust the layout to suit your preferences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advanced file operations:&lt;/strong&gt; Perform operations like merging, splitting, and filtering files.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fast search:&lt;/strong&gt; Quickly locate files within directories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Portable:&lt;/strong&gt; Use without installation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Explorer++'s tabbed browsing feature allows users to keep multiple directories open at once, reducing the need for multiple windows. Its advanced file operations and customizable interface make it a versatile and powerful tool for file management, all while remaining lightweight and portable.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Q-Dir
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Q-Dir, also known as the Quad Explorer, offers a unique multi-pane interface, allowing users to manage multiple directories simultaneously.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff3oq3kbt0jqn417zccrv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff3oq3kbt0jqn417zccrv.png" alt="Courtesy of softwareok.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quad-pane interface:&lt;/strong&gt; View and manage four directories at once.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lightweight and portable:&lt;/strong&gt; Minimal resource usage and no installation required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Color filters:&lt;/strong&gt; Improve file visibility with color-coded filters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick access links:&lt;/strong&gt; Easily access frequently used folders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Drag-and-drop support:&lt;/strong&gt; Simplifies file transfers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Q-Dir's quad-pane interface is ideal for users who need to manage several directories simultaneously. Its lightweight nature and portability make it a convenient alternative to the standard Windows File Explorer, with the added benefit of color filters for better file organization.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Double Commander
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Double Commander is an open-source, cross-platform file manager with a dual-pane interface and a wide range of features.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxcabcg8zth4odgwu9u8h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxcabcg8zth4odgwu9u8h.png" alt="Courtesy of doublecommander.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dual-pane interface:&lt;/strong&gt; Efficiently manage files between directories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Customizable interface:&lt;/strong&gt; Adjust toolbars, panels, and keyboard shortcuts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built-in text editor:&lt;/strong&gt; Edit text files directly within the file manager.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advanced search:&lt;/strong&gt; Powerful search capabilities with regular expression support.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Total Commander plugins:&lt;/strong&gt; Compatible with many Total Commander plugins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Double Commander's dual-pane interface and customizable features make it a highly efficient file manager. Its advanced search functionality and support for Total Commander plugins provide additional tools and flexibility, making it a powerful alternative to Windows File Explorer.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Files
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Files is a modern file manager designed with a user-friendly interface and a focus on performance. It integrates well with Windows 10 and 11, providing a seamless user experience.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy5poh4vi0h9y6jdk4xd4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy5poh4vi0h9y6jdk4xd4.png" alt="Courtesy of files.community"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Modern design:&lt;/strong&gt; Clean and intuitive interface that aligns with Windows 10/11 aesthetics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tabbed browsing:&lt;/strong&gt; Manage multiple folders with ease.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dark mode:&lt;/strong&gt; Supports dark mode for comfortable use in low-light conditions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cloud integration:&lt;/strong&gt; Easily access cloud storage services.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Git Integration:&lt;/strong&gt; Easily manage your Git projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick access:&lt;/strong&gt; Pin frequently used files and folders for easy access.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Files offers a modern and visually appealing interface that aligns with the latest Windows design guidelines. Its tabbed browsing and quick access features improve productivity, while cloud integration ensures easy access to files stored online, making it a more versatile option than the standard Windows File Explorer.&lt;/p&gt;

&lt;h1&gt;
  
  
  Here are several paid options to consider:
&lt;/h1&gt;

&lt;h3&gt;
  
  
  1. Directory Opus
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Directory Opus is a powerful and highly customizable file manager that has been around for a long time, known for its rich feature set and flexibility.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F10yhn4s4vxghyxv785uo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F10yhn4s4vxghyxv785uo.png" alt="Courtesy of gpsoft.com.au"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dual-pane interface:&lt;/strong&gt; Allows for easy file transfers and comparisons.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Customizable layout:&lt;/strong&gt; Tailor the interface to your workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Advanced search:&lt;/strong&gt; Enhanced search capabilities surpassing Windows File Explorer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scripting support:&lt;/strong&gt; Automate repetitive tasks with scripts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FTP and archive support:&lt;/strong&gt; Integrated FTP client and archive management.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Directory Opus offers a dual-pane interface, which makes file management much more efficient, especially when moving or copying files between directories. Its customization options allow users to create a workspace that fits their specific needs, and the advanced search functionality is significantly more powerful than what is offered by Windows File Explorer.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Total Commander
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; Total Commander is a classic file manager known for its robustness and a vast array of features designed for advanced file management.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fedhifej93blunckvriu8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fedhifej93blunckvriu8.png" alt="Courtesy of ghisler.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dual-pane interface:&lt;/strong&gt; Facilitates easy file transfers and organization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built-in FTP client:&lt;/strong&gt; Manage files on remote servers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Archive handling:&lt;/strong&gt; Support for numerous archive formats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File comparison:&lt;/strong&gt; Compare and synchronize directories.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Extensive plugin support:&lt;/strong&gt; Enhance functionality with plugins.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; Total Commander's dual-pane interface simplifies file management tasks, and its built-in FTP client is invaluable for users who regularly manage files on remote servers. The extensive plugin support allows users to extend its capabilities far beyond those of Windows File Explorer.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. XYplorer
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Overview:&lt;/strong&gt; XYplorer is another highly versatile file manager, known for its speed and efficiency. It combines the best features of traditional file managers with innovative new ideas.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F87sfqusni4kiosmtptwq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F87sfqusni4kiosmtptwq.png" alt="Courtesy of xyplorer.com"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Tabbed browsing:&lt;/strong&gt; Keep multiple folders open and easily switch between them.&lt;br&gt;
&lt;strong&gt;Tagging and coloring:&lt;/strong&gt; Organize files with tags and color coding.&lt;br&gt;
&lt;strong&gt;Scriptable:&lt;/strong&gt; Enhance functionality with scripts.&lt;br&gt;
&lt;strong&gt;Portable:&lt;/strong&gt; Can be run without installation.&lt;br&gt;
&lt;strong&gt;Preview capabilities:&lt;/strong&gt; Extensive preview options for various file types.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It's Better:&lt;/strong&gt; The tabbed browsing feature of XYplorer makes it easy to manage multiple folders simultaneously without cluttering your workspace. The tagging and coloring system helps in organizing files more intuitively, which is a big step up from the standard Windows File Explorer.&lt;/p&gt;

&lt;h1&gt;
  
  
  Conclusion
&lt;/h1&gt;

&lt;p&gt;While the standard Windows File Explorer is suitable for basic file management tasks, these alternatives offer enhanced features, greater efficiency, and more customization options. Whether you need a dual-pane interface, advanced search capabilities, or extensive plugin support, these file managers provide a range of options to improve your file management experience. Give these alternatives a try to see how they can enhance your workflow.&lt;/p&gt;

</description>
      <category>windows</category>
      <category>explorer</category>
      <category>alternatives</category>
      <category>software</category>
    </item>
    <item>
      <title>How to Read a Book Without Reading a Book (Free Alternatives to Blinkist)</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Sun, 05 Mar 2023 18:58:28 +0000</pubDate>
      <link>https://dev.to/coffmans/how-to-read-a-book-without-reading-a-book-free-alternatives-to-blinkist-448d</link>
      <guid>https://dev.to/coffmans/how-to-read-a-book-without-reading-a-book-free-alternatives-to-blinkist-448d</guid>
      <description>&lt;p&gt;Are you the type that likes to sit down with a book and read it cover to cover? If so, this article is not for you. This article is for the type of person that doesn’t like to read, doesn’t have time, or is just lazy and doesn’t want to read an entire book. Whatever the reason, if you want to read a book but do not really read a book, there is an alternative for you. That’s right, get the core message/content of the book without reading all 150 pages.&lt;/p&gt;

&lt;h2&gt;
  
  
  BOOK SUMMARIES
&lt;/h2&gt;

&lt;p&gt;Over the years, there has been an explosion of sites and apps dedicated to providing condensed summaries of books. In under 20 minutes, you can have the core of the book. If you prefer listening, these resources offer an audio version in addition to the print version.&lt;/p&gt;

&lt;p&gt;One of the most popular book summary resources is Blinkist. It likely contains the largest collection of books. But it also comes at a price, literally. Blinkist requires a subscription to access the books. The subscription is currently $8.34 per month or $99 per year.&lt;/p&gt;

&lt;p&gt;Let’s be real, I, like so many people, am cheap. I like to find free alternatives that are just as good. Below is a small list of a few FREE alternatives to Blinkist and other paid summary resources.&lt;/p&gt;

&lt;p&gt;This article is short, concise, and straight to the point. Everyone’s experience is different so I didn’t feel it necessary to detail my experience with these resources. I want to allow the user to have access to these resources and make up their own mind. Enjoy.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://quickread.com/" rel="noopener noreferrer"&gt;QuickRead&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://quickread.com/" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjo33ojn91xkizoaj30jk.png" alt="QuickRead" width="725" height="180"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;QuickRead offers you over 500 free book summaries in both audio and text format in many categories.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;QuickRead is a great alternative to Blinkist. It has a large selection of free book summaries available in audio or print. The book selection consists of non-fiction books in a number of categories. The service is entirely free and each book has a summary completed by one person and narrated by another person.&lt;/p&gt;

&lt;p&gt;QuickRead is available via website, Android, and iOS.&lt;/p&gt;

&lt;p&gt;One unique feature of QuickRead is the ability for offline listening or reading. The website offers free options to download as PDF or MP3. Unfortunately, the mobile app requires a subscription for offline content.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Pros&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free&lt;/li&gt;
&lt;li&gt;Mobile app for Android and iOS&lt;/li&gt;
&lt;li&gt;Offline options (PDF or MP3)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Cons&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No search functionality on the website&lt;/li&gt;
&lt;li&gt;Not the largest collection of books&lt;/li&gt;
&lt;li&gt;Mobile offline content requires a subscription&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In order to search for a book on the website, I found it simpler to search the site via a search engine by entering the book name and quickread.com.&lt;/p&gt;

&lt;p&gt;Here are the simple steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to your favorite search engine (my preference is DuckDuckGo)&lt;/li&gt;
&lt;li&gt;Enter the name of the book and quickread.com&lt;/li&gt;
&lt;li&gt;Perform the search&lt;/li&gt;
&lt;li&gt;If the book is found on the website, it will show in the results.&lt;/li&gt;
&lt;li&gt;Click the link&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://www.getstoryshots.com/" rel="noopener noreferrer"&gt;StoryShots&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.getstoryshots.com/" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwilpyzjfu9gqbprr0l7r.png" alt="StoryShots" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;StoryShots is the world’s only microlearning app with thousands of free book summaries in text, audio and animated formats. It’s featured worldwide as one of the best educational apps and called “very clever” by Steven Pinker, Bill Gates’ favorite author. Download StoryShots to get the key insights of bestselling nonfiction books today.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;IMHO, StoryShots is the closest book summary service to Blinkist. I think the collection of content is unmatched by other free services. The book selection consists of non-fiction books in a number of categories. The service is offered in a free version that is ad-supported and a premium version via subscription.&lt;/p&gt;

&lt;p&gt;StoryShots is available via Android, iOS, and the website (with a subscription though there is a workaround).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Pros&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A huge collection of books&lt;/li&gt;
&lt;li&gt;Freemium version&lt;/li&gt;
&lt;li&gt;Mobile app for Android and iOS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Cons&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No search functionality on the website&lt;/li&gt;
&lt;li&gt;The Freemium version is ad-supported&lt;/li&gt;
&lt;li&gt;Lack of access via the website without a subscription&lt;/li&gt;
&lt;li&gt;Limited access to all content without a subscription&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;An interesting note is access to books on the website requires a subscription. That’s right, free access cannot access books. Except, I have discovered a means to get free access.&lt;/p&gt;

&lt;p&gt;Here are the simple steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to your favorite search engine (my preference is DuckDuckGo)&lt;/li&gt;
&lt;li&gt;Enter the name of the book and getstoryshots&lt;/li&gt;
&lt;li&gt;Perform the search&lt;/li&gt;
&lt;li&gt;If the book is found on the website, it will show in the results.&lt;/li&gt;
&lt;li&gt;Click the link&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;BOOM — you can access the book on the website.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://bestbookbits.com/" rel="noopener noreferrer"&gt;BestBookBits&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffosfw21e0ue2ptam2roi.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffosfw21e0ue2ptam2roi.jpg" alt="BestBookBits" width="800" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What is Best Book Bits you ask? Simply put we take a book, read it, study it, find the best book bits, the golden nuggets and present them in this presentation. I believe this is the Fastest &amp;amp; Easiest way on the Planet to get the information you need in the shortest amount of time&lt;br&gt;
Best Book Bits is a unique service created by Michael George Knight. The service boasts a variety of book summaries via the website, podcast, and YouTube.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Each book summary is around 20 minutes in length to listen to. It could longer or shorter to read the print version. You can browse the collection of book summaries alphabetically, by category, or by author.&lt;/p&gt;

&lt;p&gt;BestBookBits is available via the website, podcast, and YouTube.&lt;/p&gt;

&lt;p&gt;One of the best features, IMHO, is the ability to perform a search on the website. Instead of having to perform a manual search via a search engine, the user can type in the information directly on the website.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Pros&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Entirely free&lt;/li&gt;
&lt;li&gt;Search functionality on the website&lt;/li&gt;
&lt;li&gt;Large collection of books&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Cons&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No mobile app for Android or iOS&lt;/li&gt;
&lt;li&gt;Offline content only available in PDF format&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>books</category>
      <category>summary</category>
      <category>read</category>
    </item>
    <item>
      <title>The Interview —A Disaster In The Making?</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Fri, 20 Jan 2023 11:12:23 +0000</pubDate>
      <link>https://dev.to/coffmans/the-interview-a-disaster-in-the-making-2p43</link>
      <guid>https://dev.to/coffmans/the-interview-a-disaster-in-the-making-2p43</guid>
      <description>&lt;p&gt;Throughout my not-so-illustrious career in the technology industry, I have had the fortune/misfortune to perform hundreds if not thousands of interviews. I have learned many things from this experience. I wanted to share one of the more memorable and unfortunate interviews. Some might find the information beneficial. Others may just find humor in the situation.&lt;/p&gt;

&lt;p&gt;My company had an open position for a software developer experienced in Windows development. A number of candidates applied for the position so a number of interviews were conducted with the candidates. One of the candidates stood out with his experience which included working for Microsoft. He passed the screening interview so he was invited for a formal interview. It was pre-COVID so the formal interview was held in person in our office.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Red Flag #1.&lt;/strong&gt;&lt;br&gt;
This candidate showed up several days prior to the scheduled interview. I believe a candidate should arrive early but my thinking is 10 to 15 minutes early. Showing up a few days early was, well, strange.&lt;/p&gt;

&lt;p&gt;Is that a good sign that he was excited about the opportunity?&lt;br&gt;
Is that a bad sign that he has extremely poor listening and time management skills?&lt;br&gt;
I brushed it off as being overly eager. I could sense he was excited about this opportunity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Red Flag #2.&lt;/strong&gt;&lt;br&gt;
On the day of the interview, he failed to show up at the scheduled time. The interview was scheduled to start at 08:00 AM. It was 08:00 AM and no candidate. Then 09:00 AM, no candidate. Next was 10:00 AM, no candidate. At a little after 1 PM, he arrived at our office. In hindsight, I should have said it was nice to meet him but he missed his opportunity. After all, first impressions are critical. And he made one of the worst first impressions possible. He wasn’t just late, he was LATE. I was forced to make a decision — follow through with the interview or kick him to the curb. I elected to give him the benefit of the doubt.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Red Flag #3.&lt;/strong&gt;&lt;br&gt;
Upon entering my office, I immediately noticed his appearance. Cuts and bruises on his knuckles and an eye that was badly bruised. It was apparent he was in an altercation. His answer for his appearance was he had been hit with a ball during a softball game. I didn’t get a good sense that it was the truth. Even if I give him the benefit of the doubt that he was hit in the eye with a softball, it doesn’t explain the bruising and cuts on his knuckles. I should have thrown the BS flag but again, I elected to give him the benefit of the doubt.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;When Will It End?&lt;/strong&gt;&lt;br&gt;
I started the interview by asking a few standard questions. What do you know about the company? What interested you in the position? Then I started to ask technical questions related to his experience. His answers didn’t seem to make sense. Then things really took a turn for the bizarre.&lt;/p&gt;

&lt;p&gt;As I was asking questions, he stood up, waited about 10–15 seconds, then sat back down. Stand, wait, sit, stand, wait, sit. It lasted for a few minutes. I had no idea what was happening. Then came the biggest “oh you didn’t just do that” moments in my interviewing history. Upon sitting down for the last time, he draped his leg over the side of the chair as if we were watching football and eating nachos. I was forced to ask myself:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Was he under the influence of alcohol?&lt;/li&gt;
&lt;li&gt;Was he under the influence of drugs?&lt;/li&gt;
&lt;li&gt;Was he just that unstable?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For someone that should be trying to impress me, he was doing a very poor job. The interview continued as I quizzed him on the different technology listed on his resume. He struggled to answer my questions, responding with “I know what you are talking about.” I’m thankful you understand what I am talking about, now answer the questions. I was relieved when the interview was completed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It Wasn’t Over Yet&lt;/strong&gt;&lt;br&gt;
The fun didn’t stop there. Oh no no no. A few days after the interview, I received an email from the candidate. The email was a last-ditch effort to make his case. He stated he was forced to visit the emergency room on the morning of the interview (he didn’t go into detail and I didn’t ask). No apology for his tardiness or behavior anywhere in the email. As I continued to read the email, he made a bold claim that I will never forget. He would increase the productivity of the team by 200% (that was his number) without the team knowing it was him. Let’s recap a handful of things he didn’t know.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;He wasn’t familiar with our industry.&lt;/li&gt;
&lt;li&gt;He wasn’t familiar with our applications.&lt;/li&gt;
&lt;li&gt;He wasn’t familiar with our codebases.&lt;/li&gt;
&lt;li&gt;He wasn’t familiar with our architecture.&lt;/li&gt;
&lt;li&gt;He wasn’t familiar with our development process.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But he was going to increase productivity by 200% without the team knowing about it.&lt;/p&gt;

&lt;p&gt;I decided to not make an offer of employment. It might have been the first good decision I made in this situation.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Resources to Stay Up-to-Date For Developers</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Thu, 17 Nov 2022 12:45:51 +0000</pubDate>
      <link>https://dev.to/coffmans/resources-to-stay-up-to-date-for-developers-14k2</link>
      <guid>https://dev.to/coffmans/resources-to-stay-up-to-date-for-developers-14k2</guid>
      <description>&lt;h2&gt;
  
  
  Resources to Stay Up-to-Date For Developers
&lt;/h2&gt;

&lt;p&gt;As a software developer and tech geek in general, it is important that I stay on top of current trends. Constant learning is just part of the norm for the tech industry. But how does one go about trying to stay on top of things? Everyone should have a go-to list of resources that provide the information needed to stay on top of their game. I thought I would list some of my go-to resources.&lt;/p&gt;

&lt;p&gt;A handpicked list of resources I find useful in no particular order.&lt;/p&gt;

&lt;h3&gt;
  
  
  Daily Resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.alvinashcraft.com/" rel="noopener noreferrer"&gt;The Morning Dew&lt;/a&gt; &lt;/strong&gt;- created and maintained by Alvin Ashcraft, this blog is one of my first choices when it comes to staying up-to-date. The blog is a valuable resource for web, windows, and .NET developers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://blog.cwa.me.uk/" rel="noopener noreferrer"&gt;The Morning Brew&lt;/a&gt;&lt;/strong&gt; - created and maintained by Chris Alcock. The blog is updated daily. This blog is geared towards .NET software development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://app.daily.dev/" rel="noopener noreferrer"&gt;Daily.dev&lt;/a&gt;&lt;/strong&gt; - an online community for developers to stay up-to-date on the latest and greatest developer news. The content of the site can be personalized to a person's specific interests.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://dotnetketchup.com/" rel="noopener noreferrer"&gt;.NET Ketchup&lt;/a&gt;&lt;/strong&gt; - a daily collection of posts, tweets, and articles from a variety of sources relating to .NET development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://samestuffdifferentday.net/" rel="noopener noreferrer"&gt;Same Stuff, Different Day&lt;/a&gt;&lt;/strong&gt; - created and maintained by Michael Eaton. This blog is updated daily with a variety of different content involving Technology, Leadership, Project Mgmt, GitHub Repos, and more. It is not just for developers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Other Resources
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://medium.com" rel="noopener noreferrer"&gt;Medium.com&lt;/a&gt;&lt;/strong&gt; - an online community with articles and posts from a variety of creators. One unique thing about Medium.com is it is a site for everyone, not just developers and technology professionals/enthusiasts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://twitter.com/" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;&lt;/strong&gt; - If you don't know what Twitter is, you've been living under a rock&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://flipboard.com/" rel="noopener noreferrer"&gt;Flipboard&lt;/a&gt;&lt;/strong&gt; - an online smart magazine that makes it easy to stay informed about all topics that interest you the most. Topics include health and fitness, mobile, entertainment, and so much more. This site has an excellent selection of technology and software development magazines/sources.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://csharpdigest.net/" rel="noopener noreferrer"&gt;C# Digest&lt;/a&gt;&lt;/strong&gt; - a weekly digest of articles related to .NET development.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A small list of other generic sites for technology news include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.addictivetips.com/" rel="noopener noreferrer"&gt;AddictiveTips&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.theverge.com/" rel="noopener noreferrer"&gt;The Verge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.makeuseof.com/" rel="noopener noreferrer"&gt;MakeUseOf &lt;/a&gt;(one of my favorites)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lifehacker.com/" rel="noopener noreferrer"&gt;LifeHacker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.howtogeek.com/" rel="noopener noreferrer"&gt;How-To Geek&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mashable.com/" rel="noopener noreferrer"&gt;Mashable&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://techcrunch.com/" rel="noopener noreferrer"&gt;Tech Crunch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bleepingcomputer.com/" rel="noopener noreferrer"&gt;Bleeping Computer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ghacks.net/" rel="noopener noreferrer"&gt;gHacks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://geek.com/" rel="noopener noreferrer"&gt;Geek.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.tomsguide.com/" rel="noopener noreferrer"&gt;Tom's Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.techlicious.com/" rel="noopener noreferrer"&gt;Techlicious&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One last site I would like to recognize is &lt;a href="https://www.udemyfreebies.com/" rel="noopener noreferrer"&gt;Udemy Freebies&lt;/a&gt;. This site provides a list of Udemy videos that are free for a limited time. The site is updated daily and contains videos for a variety of subjects including developer/technology topics.&lt;/p&gt;

&lt;p&gt;On a final note, I would be interested in learning about other people's go-to resources for staying up-to-date with software development and technology, in general. If you have a site, please comment on this article.&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>If someone were interested in software development, where would that person start?</title>
      <dc:creator>Coffmans</dc:creator>
      <pubDate>Wed, 16 Nov 2022 13:54:02 +0000</pubDate>
      <link>https://dev.to/coffmans/if-someone-were-interested-in-software-development-where-would-that-person-start-1g44</link>
      <guid>https://dev.to/coffmans/if-someone-were-interested-in-software-development-where-would-that-person-start-1g44</guid>
      <description>&lt;p&gt;Not so long ago, I was having lunch with a friend of mine. We were in an airport awaiting our flight home. He looked at me and asked a question. "If someone were interested in software development, where would that person start?" My first thought was this question is easy to answer. Before I responded though, I took a few additional seconds to think about my answer. Okay, this question is not so easy to answer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Background To My Thinking
&lt;/h2&gt;

&lt;p&gt;When I was in college, software development was a field found to have the most people drop out at least according to a couple of articles. Many people entered the field thinking it would be fun and easy. Only to discover it is a discipline that takes hard work, commitment, and a love for what you are learning. Anyway, I digress from the main topic of this article. Back then, a number of avenues were available for software development. A developer would go mainframe with Assembly or COBOL. A developer could go to Windows with Visual Basic or C/C++/MFC. A developer could go web with HTML and CSS. I am simplifying things, I know, as there were more technologies available. But I wanted to provide some context.&lt;/p&gt;

&lt;p&gt;In today's world, there are an endless number of possibilities. Mainframe development is still going strong though it consists of more older-generation developers. Advancements in Windows development with C, C++, VB.NET, C#, and other languages add a plethora to the mix. Web development exploded years ago with so many frameworks and languages such as Angular, Node.js, Go, Python, ASP.NET, Blazor, and much more. Throw in mobile development for iOS and Android. Or hybrid development that encompasses Windows, iOS, and Android. Again, I am simplifying things. Below is a basic list of the possibilities.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Web Development&lt;/li&gt;
&lt;li&gt;Mobile Development&lt;/li&gt;
&lt;li&gt;Desktop Development (Windows, Linux, Mac OS)&lt;/li&gt;
&lt;li&gt;API Development&lt;/li&gt;
&lt;li&gt;Game Development&lt;/li&gt;
&lt;li&gt;Front-end Development&lt;/li&gt;
&lt;li&gt;Back-end Development&lt;/li&gt;
&lt;li&gt;Security Engineering&lt;/li&gt;
&lt;li&gt;Cloud Development&lt;/li&gt;
&lt;li&gt;Database Development&lt;/li&gt;
&lt;li&gt;Embedded Systems Development&lt;/li&gt;
&lt;li&gt;IoT Software Development&lt;/li&gt;
&lt;li&gt;Block-Chain Development&lt;/li&gt;
&lt;li&gt;VR Software Development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I pondered the original question: "If someone were interested in software development, where would that person start?" I asked about the person's interest to which the answer was they didn't have a specific interest in any certain area of software development. The answer makes things a little more difficult. &lt;/p&gt;

&lt;h2&gt;
  
  
  College/University
&lt;/h2&gt;

&lt;p&gt;A good Computer Science program will provide exposure to a lot of the technologies utilized in today's technology industry. It will provide a foundation to allow a person to see the different areas and technologies to determine what might interest that person. By Computer Science program, I am not referring to the traditional CS program where hardcore geeks are pounding on keyboards knocking out code based on different algorithms. Below is a small list of concentrations available from colleges and universities.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Artificial Intelligence&lt;/li&gt;
&lt;li&gt;Software Engineering&lt;/li&gt;
&lt;li&gt;Computer Forensics&lt;/li&gt;
&lt;li&gt;Computer Programming&lt;/li&gt;
&lt;li&gt;Computer Science&lt;/li&gt;
&lt;li&gt;Data Science&lt;/li&gt;
&lt;li&gt;Database Management&lt;/li&gt;
&lt;li&gt;Information Systems&lt;/li&gt;
&lt;li&gt;Information Technology&lt;/li&gt;
&lt;li&gt;Network Administration&lt;/li&gt;
&lt;li&gt;Software Engineering&lt;/li&gt;
&lt;li&gt;Web Development&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exposure and learning of the basics of software development&lt;/li&gt;
&lt;li&gt;Formal exposure and learning to the different areas of software development&lt;/li&gt;
&lt;li&gt;Official degree from college or university&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cost of the formal education can be expensive&lt;/li&gt;
&lt;li&gt;The associate degree requires 2 years while Bachelor's degree requires 4 years (or longer)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is formal education a requirement for software development? IMHO, the answer is NO, a formal education is not required. Independent learning and boot camps are avenues that can be utilized to learn software development.&lt;/p&gt;

&lt;h2&gt;
  
  
  Boot Camp
&lt;/h2&gt;

&lt;p&gt;Boot camps provide the more focused learning on topics or technologies. Coding boot camps typically specialize in teaching proficiency in the coding language relevant to the chosen career path. Boot camps may specialize in focusing on a specific topic/technology such as Java programming or front-end development. Other boot camps may combine several topics into one course to prepare students to become full-stack software developers. Languages utilized in boot camps generally include JavaScript, Python, Ruby, NET/C#, Java, or PHP stacks. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pros&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The cost is relatively less expensive than a traditional college or university&lt;/li&gt;
&lt;li&gt;Time commitment is much less than in a traditional college or university&lt;/li&gt;
&lt;li&gt;Many are online&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lack of fundamentals&lt;/li&gt;
&lt;li&gt;Bootcamp degrees are still not universally accepted; Employers may still require an official degree&lt;/li&gt;
&lt;li&gt;Programs may not be accredited&lt;/li&gt;
&lt;li&gt;Limited financial aid options compared to traditional colleges and universities&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Independent Learning
&lt;/h2&gt;

&lt;p&gt;It is a fancy way of saying the person will learn at their own pace on their own time (self-taught). The internet provides a wealth of resources to allow anyone to learn the field of software development. A google search will bring up an endless list of resources including Microsoft Learn, LinkedIn Learning, Coursera, Udemy, Khan Academy, and Free Code Camp. Another avenue is to utilize the free online classes from many colleges and universities. As mentioned, this approach allows a person to learn at their own pace as well as decide what to learn. One drawback to this approach is knowing where to start with the different areas available.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pros
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Learn at a personal pace&lt;/li&gt;
&lt;li&gt;Cost is minimal (likely free)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Cons&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lack of formal exposure to technology&lt;/li&gt;
&lt;li&gt;Lack of fundamentals&lt;/li&gt;
&lt;li&gt;The length of time to learn may be much longer&lt;/li&gt;
&lt;li&gt;Employers may still require an official degree&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Was My Answer
&lt;/h2&gt;

&lt;p&gt;With all that being said, how did I answer the question? Well, I'm not sure I really did answer the question. I told him the first step is to research the different areas available in software development. Research what is available and find what sound the most appealing. It doesn't need to be a single area. Then seriously consider the next step. My formal recommendation would be to consider the traditional route of a college or university. But at the same time, don't rely solely on formal education. Utilize independent learning at the same time. The college will provide exposure and fundamentals but a great software developer needs to always be learning.&lt;/p&gt;

&lt;p&gt;I am old-school meaning a gen-x and not a boomer. I started my software development career in the 1990s and I have seen unlimited changes in the tech industry. If someone is interested in software development, the possibilities are limited only by the person's drive and willingness to learn.&lt;/p&gt;

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