<?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: rodman864</title>
    <description>The latest articles on DEV Community by rodman864 (@rodman864).</description>
    <link>https://dev.to/rodman864</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F318174%2Fb3e300a2-ab8a-4417-a399-83ed28c7b700.png</url>
      <title>DEV Community: rodman864</title>
      <link>https://dev.to/rodman864</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rodman864"/>
    <language>en</language>
    <item>
      <title>Resume Blog</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Thu, 01 Oct 2020 20:14:34 +0000</pubDate>
      <link>https://dev.to/rodman864/resume-blog-ch1</link>
      <guid>https://dev.to/rodman864/resume-blog-ch1</guid>
      <description>&lt;p&gt;Let me start of by introducing myself. My name is Rodrigus Mckinney. I was born and raised in Greenville, SC. I served in the United States Army for five years. Then I learn some great leadership skills. I learned to be discipline. This has to be my greatest qualifying characteristic. I have knowledge in adobe products. I currently the CEO and Founder of The Living Restored Media, LLC. I started this company July of 2020. To see this organization flourish is my dream job. I am currently a graphic designer, logo and website designer. &lt;/p&gt;

</description>
      <category>blog</category>
    </item>
    <item>
      <title>Storyboard</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Wed, 10 Jun 2020 12:27:03 +0000</pubDate>
      <link>https://dev.to/rodman864/storyboard-3o98</link>
      <guid>https://dev.to/rodman864/storyboard-3o98</guid>
      <description>&lt;p&gt;What’s the Storyboard? It is an Interface Builder that opens whenever you select an XIB file (.xib) or a storyboard file (.storyboard) from the project navigator.&lt;/p&gt;

&lt;p&gt;What’s the use of the Object Library? Object library is the placeholder of large number of user interface elements, like buttons, views, labels. &lt;/p&gt;

</description>
      <category>swift</category>
    </item>
    <item>
      <title>Loops</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Fri, 05 Jun 2020 16:04:31 +0000</pubDate>
      <link>https://dev.to/rodman864/loops-1d5h</link>
      <guid>https://dev.to/rodman864/loops-1d5h</guid>
      <description>&lt;p&gt;What is the use of a counter variable?&lt;br&gt;
It is used to track the number of times a block of commands is ran.&lt;/p&gt;

&lt;p&gt;What happens when a counter variable reaches or exceeds a specified value?&lt;br&gt;
When it reaches or exceeds a specific value, the loop stops.&lt;/p&gt;

&lt;p&gt;Which is the most common counter variable?&lt;br&gt;
The most common counter variable is i.&lt;/p&gt;

&lt;p&gt;What is a command block?&lt;br&gt;
It is a set of JavaScript commands enclosed within a set of curly braces.&lt;/p&gt;

&lt;p&gt;Which is the main difference between a while loop and a for loop?&lt;br&gt;
The main difference is the for loops are used whenever you have a counter variable. The while loops are used with conditions.&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Objects</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Thu, 28 May 2020 17:53:08 +0000</pubDate>
      <link>https://dev.to/rodman864/objects-bpb</link>
      <guid>https://dev.to/rodman864/objects-bpb</guid>
      <description>&lt;p&gt;What is an object? It is an entity within the browser or web that has properties that define it and methods that can be acted upon it.&lt;br&gt;
What is a property? A defining characteristic of an object. &lt;br&gt;
What is a method? An action that can be performed on an object.&lt;br&gt;
Which are the different ways of referencing objects:&lt;br&gt;
Tag name document.getElementByTagName(tag)&lt;br&gt;
Class name document.getElementByClassName(class)&lt;br&gt;
Name document.getElementByName(name)&lt;br&gt;
ID document.getElementById(id)&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Great App</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Thu, 28 May 2020 17:41:35 +0000</pubDate>
      <link>https://dev.to/rodman864/great-app-10ii</link>
      <guid>https://dev.to/rodman864/great-app-10ii</guid>
      <description>&lt;p&gt;A great application is usually started by wonderful idea. It is built on the concepts of a great mind or minds. You must understand the need for that application. This is including the behaviors, the mental makeup, habits, and most importantly the understand the market. This will usher you into if you should offer this application for a price. &lt;/p&gt;

</description>
      <category>swift</category>
    </item>
    <item>
      <title>Discussion 2.1</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Fri, 22 May 2020 21:17:07 +0000</pubDate>
      <link>https://dev.to/rodman864/discussion-2-1-24pe</link>
      <guid>https://dev.to/rodman864/discussion-2-1-24pe</guid>
      <description>&lt;p&gt;How do you assign a value?&lt;br&gt;
You use compound assignments to update the value of a variable in a way that depends on its current value, without typing a variable’s name twice.&lt;/p&gt;

&lt;p&gt;Which are the basic arithmetic operators?&lt;br&gt;
An operator is a symbol -- =, - or &amp;amp;&amp;amp; -- that represents an action on one or more values.&lt;/p&gt;

</description>
      <category>swift</category>
    </item>
    <item>
      <title>Swift Definitions</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Fri, 22 May 2020 14:35:10 +0000</pubDate>
      <link>https://dev.to/rodman864/swift-definitions-35h6</link>
      <guid>https://dev.to/rodman864/swift-definitions-35h6</guid>
      <description>&lt;p&gt;A conditional runs multiple checks and runs code based on the results. A logical operator is a symbol – such as &amp;amp;&amp;amp;, || or ! – that modifies or combines the Boolean logic values true and false.&lt;/p&gt;

</description>
      <category>swift</category>
    </item>
    <item>
      <title>Swift</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Tue, 12 May 2020 16:49:49 +0000</pubDate>
      <link>https://dev.to/rodman864/swift-1ia4</link>
      <guid>https://dev.to/rodman864/swift-1ia4</guid>
      <description>&lt;p&gt;Swift is considered to a very powerful tool. It is instinctive programming language. You can use this on all apple platforms. These platforms include MacOS, iOS, watchOS, tvOS, and many more. This programming language was introduced on June 2, 2014. The primary goal is for the developer to create the best language that utilizes ranges from systems programming. This is to include mobile and desktop apps and scaling up to cloud services.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>App 133</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Fri, 21 Feb 2020 17:20:58 +0000</pubDate>
      <link>https://dev.to/rodman864/app-133-4p23</link>
      <guid>https://dev.to/rodman864/app-133-4p23</guid>
      <description>&lt;p&gt;Today's lesson was simply about bringing every aspect of struct value and putting it together to build a question bot.&lt;/p&gt;

&lt;p&gt;The app I would like to build is geared toward giving life quotes for encourage meant. You would use the struct value to give the results needed. For example it will return something like: "For God so loved the world that He gave His only begotten son; that whom so ever believe in Him shall have everlasting life (John 3:16).&lt;/p&gt;

</description>
      <category>learning</category>
    </item>
    <item>
      <title>Discussion</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Tue, 18 Feb 2020 16:27:44 +0000</pubDate>
      <link>https://dev.to/rodman864/discussion-ecb</link>
      <guid>https://dev.to/rodman864/discussion-ecb</guid>
      <description>&lt;p&gt;Frontend development was separated into two eras, before Bootstrap and after Bootstrap. In 2011, frontend framework ever was released. Also, in the same year, the adoption of the framework grew in great numbers.The reason of this is as follows: imagine how painful it was to create a simple, nice button, for instance. You had to declare a lot of classes and styles in your code. This was the foresee of Bootstrap, created by some developers from Twitter. The framework was a paradigm change for developing a fast-paced web page frontend.&lt;/p&gt;

</description>
      <category>html</category>
    </item>
    <item>
      <title>Swift</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Mon, 17 Feb 2020 18:50:54 +0000</pubDate>
      <link>https://dev.to/rodman864/swift-4ag</link>
      <guid>https://dev.to/rodman864/swift-4ag</guid>
      <description>&lt;p&gt;1) We learned about structure types. This is a simple form of models.&lt;/p&gt;

&lt;p&gt;2)Both of them are reusable chunks of code, but methods belong to classes, structs, and enums, whereas functions do not.&lt;/p&gt;

&lt;p&gt;3)Because it groups different values of other times together.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Discussion Question Swift</title>
      <dc:creator>rodman864</dc:creator>
      <pubDate>Tue, 04 Feb 2020 17:26:10 +0000</pubDate>
      <link>https://dev.to/rodman864/discussion-question-swift-50k1</link>
      <guid>https://dev.to/rodman864/discussion-question-swift-50k1</guid>
      <description>&lt;p&gt;This is because arrays help you write codes that will execute the same steps for every item in a collection.&lt;/p&gt;

&lt;p&gt;You access the objects by looping through the array.&lt;/p&gt;

&lt;p&gt;By using isEmpty.&lt;/p&gt;

</description>
      <category>apl121</category>
    </item>
  </channel>
</rss>
