<?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: suLeeTate</title>
    <description>The latest articles on DEV Community by suLeeTate (@suleetate).</description>
    <link>https://dev.to/suleetate</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%2F316658%2Fb0778d0e-2b8f-4abf-abc5-2dc53a703453.png</url>
      <title>DEV Community: suLeeTate</title>
      <link>https://dev.to/suleetate</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/suleetate"/>
    <language>en</language>
    <item>
      <title>Tighten Up Your Bootstrap</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Wed, 11 Mar 2020 19:32:12 +0000</pubDate>
      <link>https://dev.to/suleetate/tighten-up-your-bootstrap-2gji</link>
      <guid>https://dev.to/suleetate/tighten-up-your-bootstrap-2gji</guid>
      <description>&lt;p&gt;WK4: Discussion &lt;/p&gt;

&lt;p&gt;Please explain in your own words what's the importance of Bootstrap for you? &lt;/p&gt;

&lt;p&gt;Do you require to use CSS in order to use the Bootstrap styles? &lt;/p&gt;

&lt;p&gt;What are some of the different things you can do with Bootstrap (pg. 26-39? &lt;/p&gt;

&lt;p&gt;Answer: &lt;/p&gt;

&lt;p&gt;Bootstrap is important to web development because it is a library of previously made code that does not have to be rediscovered during development. Bootstrap brings an approach to better, faster, stronger web development. Bootstrap also creates a more mobile friendly code.  &lt;/p&gt;

&lt;p&gt;You are not required to use CSS in order to use Bootstrap styles. They are first referenced in the heading of the HTML document. Then you can call them as if you are calling a CSS file. You must add class=”something”. &lt;/p&gt;

&lt;p&gt;Bootstrap sets basic global display, typography, and link styles. You can add containers, a grid system, and use pre-made media queried.  &lt;/p&gt;

</description>
      <category>bootstrap</category>
    </item>
    <item>
      <title>Lesson19Stuff</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Tue, 10 Mar 2020 02:32:48 +0000</pubDate>
      <link>https://dev.to/suleetate/lesson19stuff-2c64</link>
      <guid>https://dev.to/suleetate/lesson19stuff-2c64</guid>
      <description>&lt;p&gt;Lesson 19 Discussion &lt;/p&gt;

&lt;p&gt;Please create a blog on dev.to with the following information: &lt;/p&gt;

&lt;p&gt;1.Explain in your own words the lesson. &lt;/p&gt;

&lt;p&gt;2.Include the following questions: &lt;br&gt;
Why should you consider using an enum over using a String or an Int to identify options? &lt;/p&gt;

&lt;p&gt;Today’s lesson was Enumerations and Switches. How to use them and how to shorten code or using a shortcut for conditionals. An enumeration defines a common type for a group of related values. It lets you manipulate the values safely within the code. The values in an Enum are called cases and called with the “case” keyword. You can also match values in an Enum with a Switch statement. Switch statements can replace conditionals and allows for faster and less typing.  &lt;/p&gt;

&lt;p&gt;You should use enums instead of strings or Ints to identify values that are related. This allows you to manipulate the values with less code and prevents coders from having to write a conditional statement for each value.  &lt;/p&gt;

</description>
      <category>becomingacoder</category>
    </item>
    <item>
      <title>takeThisKnowledge</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Mon, 09 Mar 2020 05:47:38 +0000</pubDate>
      <link>https://dev.to/suleetate/takethisknowledge-16a0</link>
      <guid>https://dev.to/suleetate/takethisknowledge-16a0</guid>
      <description>&lt;p&gt;Lesson 18 Discussion&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Explain in your own words the lesson.&lt;/li&gt;
&lt;li&gt; Include the following questions:
Why should developers use adaptive layout tools in their 
    applications?
What is the difference between Auto Layout, constraints, and stack 
    views?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A.  Lesson 18 was about creating our first app on XCode and learning how to use functions in XCode like the Auto Layout, constraints and stack views. &lt;br&gt;
B.  Auto Layout is the system that XCode uses to make the app adaptive to the screen size of the device it’s displayed on. Constraints are parameters set and are unmoved regardless of the screen size. The Stack View option aligns the elements either horizontally or vertically in relation to the screen size. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Week 16 stuff</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Mon, 09 Mar 2020 05:36:53 +0000</pubDate>
      <link>https://dev.to/suleetate/week-16-stuff-pmd</link>
      <guid>https://dev.to/suleetate/week-16-stuff-pmd</guid>
      <description>&lt;p&gt;Lesson 16 Discussion&lt;br&gt;
Please create a blog on dev.to with the following information:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Explain in your own words the lesson.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Include the following questions:&lt;br&gt;
For the app you’re thinking of, what’s an example of an input the &lt;br&gt;
    brain would take?&lt;br&gt;
What’s an example of a result it would return to display in the &lt;br&gt;
    user interface?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A.  Lesson 16 was about the Chat bot and how we can control the chatbot by changing the questions or the User Input. That is the input info which goes into the Conversation View controller which hold the data stored for this app. It also determines what Answer to give. &lt;br&gt;
B.  For my app, the input that the brain would take would be the type of vehicle that makes a certain engine sound. The return would be the correct engine sound or a Bool that gave a true or false answer to what engine sound went with what vehicle.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>More coding knowledge</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Mon, 09 Mar 2020 04:26:34 +0000</pubDate>
      <link>https://dev.to/suleetate/more-coding-knowledge-110o</link>
      <guid>https://dev.to/suleetate/more-coding-knowledge-110o</guid>
      <description>&lt;p&gt;Lesson 15 Discussion:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Explain the lesson in your own words&lt;/li&gt;
&lt;li&gt; Include the following questions:
What is the difference between a function and a method?
Why are structures a better way to define data than just declaring 
    a series of variables?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A.  The lesson for 15 was the Structures lesson. It teaches how to build structures and how structures can be used to create custom types. It explains the difference between methods and functions. Methods are associated with an object and a function is called by a name. &lt;br&gt;
B.  It also explains why it is better to use a structure rather than a series of variables. Variables would be too much code which would be too complicated to read. An structures can be reused instead of rewriting the series of variables over and over again. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Code Knowledge</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Sun, 01 Mar 2020 23:05:34 +0000</pubDate>
      <link>https://dev.to/suleetate/code-knowledge-127j</link>
      <guid>https://dev.to/suleetate/code-knowledge-127j</guid>
      <description>&lt;p&gt;Please explain in your own words what is the importance of responsive web design for you?&lt;/p&gt;

&lt;p&gt;Responsive web design is important in web development because it is the new format the internet world has adopted. A website, or a business for this matter, will not be successful without keeping in touch with mobile users. There are more mobile users now than desktop users. Responsive web design is a format that scales web content to match the screen it is being viewed on. This means the content is viewed successfully no matter the device being used. This method keeps the website in connection with mobile users. It also makes the content easier to work on. &lt;/p&gt;

</description>
      <category>comments</category>
      <category>constructivecriticism</category>
      <category>kudos</category>
    </item>
    <item>
      <title>moreInfoCandyForTheBrain</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Wed, 19 Feb 2020 20:51:15 +0000</pubDate>
      <link>https://dev.to/suleetate/moreinfocandyforthebrain-p0j</link>
      <guid>https://dev.to/suleetate/moreinfocandyforthebrain-p0j</guid>
      <description>&lt;p&gt;Arrays and Loops&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Why do you think arrays in Swift only support a collection of &lt;br&gt;
    objects of the same type?&lt;br&gt;
     a. Because the array type only refers to the elements in the &lt;br&gt;
        array&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How can you access objects within an array one at a time?&lt;br&gt;
     a. Use a “for in” loop to move around in the array.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How might you check if an array is empty?&lt;br&gt;
     a. Use an isEmpty function&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>theworksinaction</category>
    </item>
    <item>
      <title>theWorksInAction</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Wed, 19 Feb 2020 20:20:09 +0000</pubDate>
      <link>https://dev.to/suleetate/theworksinaction-5bk</link>
      <guid>https://dev.to/suleetate/theworksinaction-5bk</guid>
      <description>&lt;p&gt;Lesson 11 Discussion&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Why do you think conditionals are important?&lt;br&gt;
a. Conditionals give the operation something to do after interaction &lt;br&gt;
with the user. &lt;br&gt;
b.  Conditionals allow the internal workings of a function to be &lt;br&gt;
hidden. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Give a set of instructions on how you thing a thermostat program should work and “bold/underline” the conditionals.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;var bestRoomTemp = 70&lt;br&gt;
  if bestRoomTemp &amp;lt; 70 {"its a lil chilli in here"}&lt;br&gt;
   else if bestRoomTemp &amp;gt; 70{"its hot as Hell in here"}&lt;br&gt;
   else {"its just right in here"}&lt;/p&gt;

</description>
      <category>theworksinaction</category>
    </item>
    <item>
      <title>CIS Class</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Wed, 15 Jan 2020 20:13:27 +0000</pubDate>
      <link>https://dev.to/suleetate/cis-class-47lc</link>
      <guid>https://dev.to/suleetate/cis-class-47lc</guid>
      <description>&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt; &lt;/p&gt;



 

My Site 




&lt;h1&gt;Movie Releases by Year&lt;/h1&gt; 

 

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;table border="1"

  &amp;lt;tr&amp;gt; 

    &amp;lt;th&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;h3&amp;gt;Year&amp;lt;/h3&amp;gt;&amp;lt;/strong&amp;gt;           &amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;h3&amp;gt;Titles&amp;lt;/h3&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/th&amp;gt; 

  &amp;lt;/tr&amp;gt; 

  &amp;lt;tr&amp;gt; 

    &amp;lt;td&amp;gt;2019&amp;lt;/td&amp;gt; 

    &amp;lt;td&amp;gt; 

      &amp;lt;ul type=“disc”&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;li&gt;The Wandering Earth&lt;/li&gt; 


&lt;li&gt;Pokemon Detective Pikachu&lt;/li&gt; 


&lt;li&gt;The Lion King&lt;/li&gt; 
&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        &amp;lt;li&amp;gt;Godzilla: King of the Monsters&amp;lt;/li&amp;gt; 

        &amp;lt;li&amp;gt;Fast &amp;amp; Furious Presents: Hobbs &amp;amp; Shaw&amp;lt;/li&amp;gt; 

        &amp;lt;li&amp;gt;&amp;lt;em&amp;gt;&amp;lt;strong&amp;gt;Avengers:End Game&amp;lt;/strong&amp;gt;&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;/td&amp;gt; 

  &amp;lt;/tr&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;td&gt;2018&lt;/td&gt; 
&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;td&amp;gt; 

      &amp;lt;ul type=“disc”&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;li&gt;Fantastic Beast:The Crimes of Grindelwald&lt;/li&gt; 


&lt;li&gt;The Grinch&lt;/li&gt; 


&lt;li&gt;Jurassic World: Fallen Kingdom&lt;/li&gt; 
&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        &amp;lt;li&amp;gt;Ralph Breaks the Internet&amp;lt;/li&amp;gt; 

        &amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Ready Player One&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt; 

        &amp;lt;li&amp;gt;Venom&amp;lt;/li&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;/td&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;tr&gt; &lt;td&gt;2017&lt;/td&gt; 
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;td&amp;gt; 

      &amp;lt;ul type=“disc”&amp;gt; 

        &amp;lt;li&amp;gt;&amp;lt;em&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;u&amp;gt;Pirates of the Caribbean: Dead Men Tell No Tales&amp;lt;/u&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;



&lt;li&gt;It&lt;/li&gt; 




&lt;li&gt;The Boss Baby&lt;/li&gt; 

&lt;pre class="highlight plaintext"&gt;&lt;code&gt;        &amp;lt;li&amp;gt;Beauty and the Beast&amp;lt;/li&amp;gt; 

        &amp;lt;li&amp;gt;John Wick: Chapter 2&amp;lt;/li&amp;gt; 

        &amp;lt;li&amp;gt;Thor: Ragnarok&amp;lt;/li&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;



&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;/td&amp;gt; &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;





&lt;p&gt;Work in progress&lt;/p&gt;


&lt;/tr&gt;

</description>
      <category>morecode</category>
      <category>iloveit</category>
    </item>
    <item>
      <title>CIS class</title>
      <dc:creator>suLeeTate</dc:creator>
      <pubDate>Wed, 15 Jan 2020 19:19:01 +0000</pubDate>
      <link>https://dev.to/suleetate/cis-class-19jg</link>
      <guid>https://dev.to/suleetate/cis-class-19jg</guid>
      <description>&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;


&lt;br&gt;
        My Site&lt;br&gt;
    &lt;br&gt;
     &lt;p&gt; &lt;strong&gt;Welcome to Southwest University!!!&lt;strong&gt;

&lt;p&gt;&lt;strong&gt;If you are already a student, go ahead and click on this &lt;a href="%20https://sulearning.southwestuniversity.edu/"&gt; link&lt;/a&gt; to access SU Learning.&lt;br&gt;&lt;br&gt;
      Otherwise, click the image below to enroll!&lt;br&gt;&lt;br&gt;
      &lt;a href="https://southwestuniversity.edu/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_V3XW7gy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.nicepng.com/png/detail/242-2426948_2018-corporate-partners-southwest-university-clinical-paso-tx.png" alt="”SU"&gt;&lt;/a&gt;    &lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Im getting it yall! codepen is awesome lol&lt;/p&gt;

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

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