<?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: Mason Crawford</title>
    <description>The latest articles on DEV Community by Mason Crawford (@rundownkraken).</description>
    <link>https://dev.to/rundownkraken</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%2F3206948%2F6d97f76d-73c6-442f-8327-715d7aa136a1.jpeg</url>
      <title>DEV Community: Mason Crawford</title>
      <link>https://dev.to/rundownkraken</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rundownkraken"/>
    <language>en</language>
    <item>
      <title>Software Development Concepts Project</title>
      <dc:creator>Mason Crawford</dc:creator>
      <pubDate>Sun, 25 May 2025 18:08:42 +0000</pubDate>
      <link>https://dev.to/rundownkraken/software-development-concepts-project-4ak0</link>
      <guid>https://dev.to/rundownkraken/software-development-concepts-project-4ak0</guid>
      <description>&lt;p&gt;I can't believe I finished my first Codecademy project. At long last, after leaving the Computer Science major many moons ago, I decided to teach myself. This is but one small step in what is undoubtedly a long journey.&lt;/p&gt;

&lt;p&gt;I am finishing up the "Introduction to IT" module, and was assigned the Software Development Concepts Project to apply my newfound knowledge. &lt;/p&gt;

&lt;p&gt;I needed to complete a list of algorithm steps, create an ANSI flowchart, and then write pseudocode.&lt;/p&gt;

&lt;p&gt;Here is my Lucidchart flowchart. If you have a Lucid account, you can view it &lt;a href="https://lucid.app/lucidchart/eaddf234-6573-4f3c-8d7d-b9bc978c720a/edit?viewport_loc=1561%2C359%2C935%2C1075%2C0_0&amp;amp;invitationId=inv_c39d769e-7962-4112-bc72-e4a23d3a7e9e" rel="noopener noreferrer"&gt;using this link&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Alternately, it is pictured below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fc34bsrdqdb067u5zo845.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fc34bsrdqdb067u5zo845.jpeg" alt="Image description" width="800" height="435"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My pseudocode is published &lt;a href="https://github.com/RundownKraken/Codecademy/blob/Software-Development-Concepts-Project/Pseudocode%20Solution" rel="noopener noreferrer"&gt;on GitHub&lt;/a&gt;, and repeated below:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Start
Input text
Define string "text"
Define string "error"
Create a loop that searches "text" for "error"
Entire text searched?
  If yes: End
  If no: Go to next word
  Search for "error"
    Contains "error"?
      If no: Repeat step "Entire text searched?"
      If yes: Create variable "match_count" set at 0
        Then add 1 to "match_count"
        Then repeat step "Entire text searched?"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is my first attempt at a "real" project. I welcome any criticism, suggestions, or feedback on it.&lt;/p&gt;

</description>
      <category>softwaredevelopment</category>
      <category>pseudocode</category>
      <category>programming</category>
      <category>codecademy</category>
    </item>
  </channel>
</rss>
