<?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: invictus476</title>
    <description>The latest articles on DEV Community by invictus476 (@invictus476).</description>
    <link>https://dev.to/invictus476</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%2F983401%2F304241ad-5032-45ea-8ed7-51b3b3747a2b.png</url>
      <title>DEV Community: invictus476</title>
      <link>https://dev.to/invictus476</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/invictus476"/>
    <language>en</language>
    <item>
      <title>Codecademy Intro to IT Project</title>
      <dc:creator>invictus476</dc:creator>
      <pubDate>Sat, 03 Dec 2022 04:06:03 +0000</pubDate>
      <link>https://dev.to/invictus476/codecademy-intro-to-it-project-42m1</link>
      <guid>https://dev.to/invictus476/codecademy-intro-to-it-project-42m1</guid>
      <description>&lt;p&gt;This is my Project for the Intro to IT course from codecademy.com. No cool background for me, taking a few courses for fun. So... here it is.&lt;/p&gt;

&lt;h1&gt;
  
  
  Part 1: Plan and write algorithm#
&lt;/h1&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. Create a variable called “text” (text=””), enter the value of “text” (test=”2022 world cup standings”)

&lt;ol&gt;
&lt;li&gt;Create a variable called “pattern” (pattern=””), enter the value of “pattern” (pattern=” world cup”)&lt;/li&gt;
&lt;li&gt;Create “match_count” variable, set the value to 0&lt;/li&gt;
&lt;li&gt;Has the text value been searched?
            ◦ If no, go to step 5 
            ◦ If yes, skip to step 7&lt;/li&gt;
&lt;li&gt;Iterate to the next word in “text”&lt;/li&gt;
&lt;li&gt;Is the value of “text” and “pattern” equal?
            ◦ If yes, go to step 7
            ◦ If no, return to step 5&lt;/li&gt;
&lt;li&gt;If “match_count” is equal to the length of pattern, then pattern found.
If not, pattern not found.
&lt;/li&gt;
&lt;/ol&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h1&gt;


Part 2: Create a flowchart
&lt;/h1&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%2Fmow201o93p6pvdz5pxax.png" 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%2Fmow201o93p6pvdz5pxax.png" alt="Project Flowchart" width="800" height="658"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Part 3: Test the Chart
&lt;/h1&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. text = "ERROR: Invalid function arguments"; pattern = "ERROR"

&lt;ol&gt;
&lt;li&gt;text = "ERROR: Out of memory"; pattern = "network"&lt;/li&gt;
&lt;li&gt;text = "ERROR: The file is write-protected"; pattern = "protected" Solution: I will conduct an analysis inputs to make sure it works as expected.
&lt;/li&gt;
&lt;/ol&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h1&gt;


Part 4: Produce the Pseudocode#
&lt;/h1&gt;


&lt;p&gt;Define “text” (text=”?”) &lt;br&gt;
Define “pattern” (pattern=”?”)&lt;br&gt;
If entire pattern hasn’t been searched: &lt;br&gt;
    Move on to next character of the text&lt;br&gt;
    Create “match_count” set to 0&lt;br&gt;
    If entire pattern hasn’t been searched:&lt;br&gt;
        if this character from the pattern is equal to the character from text:&lt;br&gt;
            increment match_count variable by 1&lt;br&gt;
    if match_count is equal to the length of the pattern:&lt;br&gt;
    pattern found&lt;br&gt;
    otherwise:&lt;br&gt;
    no pattern found&lt;/p&gt;

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

&lt;p&gt;This is the end of my first Software Development Concepts project from Codecademy. Honestly, I’d like to give a shout out to dev.to user Liudmyla, I appreciate the work that was done in this project. It shed a ton of light for me and was as great help. So, thanks to you Liudmyla for your work! Great Job! If anyone sees this and wants to see a better looking project here’s the link to Liudmyla’s project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/liudmyla/codecademy-project-1-software-development-concepts-37l5"&gt;Liudmyla’s project&lt;/a&gt; &lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>aspnet</category>
      <category>development</category>
    </item>
  </channel>
</rss>
