<?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: Tami Schultz</title>
    <description>The latest articles on DEV Community by Tami Schultz (@tlstechtrekker).</description>
    <link>https://dev.to/tlstechtrekker</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%2F896806%2F86c9945e-99b9-44c7-b529-88f756e45660.png</url>
      <title>DEV Community: Tami Schultz</title>
      <link>https://dev.to/tlstechtrekker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tlstechtrekker"/>
    <language>en</language>
    <item>
      <title>Knowing Which approach to take to Complete a Task...Keeping track of Similar Functionality</title>
      <dc:creator>Tami Schultz</dc:creator>
      <pubDate>Thu, 04 Aug 2022 02:52:00 +0000</pubDate>
      <link>https://dev.to/tlstechtrekker/knowing-which-approach-to-take-to-complete-a-taskkeeping-track-of-similar-functionality-16oh</link>
      <guid>https://dev.to/tlstechtrekker/knowing-which-approach-to-take-to-complete-a-taskkeeping-track-of-similar-functionality-16oh</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;One of the things that makes it hard to truly master any language/functionality is the fact there are usually multiple ways to accomplish any given task. &lt;/p&gt;

&lt;p&gt;Call me old-fashioned, but when I learn, I like to know all the different ways to accomplish the same task so that I can choose the best way for a situation. The problem is, in coding, presenting all those ways at the same time is confusing and overwhelming to the coder. Thus, you get different approaches in a piecemeal, often random fashion. And you typically only get the syntax, and not necessarily the logic, behind each approach.&lt;/p&gt;

&lt;p&gt;It can be confusing to remember all the different ways you might choose, so unfortunately you fall into patterns of using only a few ways you're comfortable with - even though there may be newer or more efficient ways to do the task. Many times this happens because you have no organized listing of those different ways.&lt;/p&gt;

&lt;p&gt;I've finally reached the point where I feel I can handle the full list of some kinds of tasks, at least in vanilla JS...like looping.&lt;/p&gt;

&lt;p&gt;So I'm now on the lookout for articles which compile **in one spot **such multiple methods for various tasks. Thus, I'm building out a reference library that minimizes my search time. Below are links that I've found so far. Hope this helps you out!&lt;/p&gt;

&lt;p&gt;CSS Centering: &lt;strong&gt;How to Center a Div with CSS – 10 Different Ways&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.freecodecamp.org/news/how-to-center-a-div-with-css-10-different-ways/"&gt;https://www.freecodecamp.org/news/how-to-center-a-div-with-css-10-different-ways/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Javascript: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;15 Common Operations on Arrays in JavaScript (Cheatsheet)&lt;/strong&gt;
&lt;a href="https://dmitripavlutin.com/operations-on-arrays-javascript/"&gt;https://dmitripavlutin.com/operations-on-arrays-javascript/&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.&lt;strong&gt;All you need to know about arrays in JavaScript&lt;/strong&gt; (Thank you, MAYANK TYAGI)&lt;br&gt;
&lt;a href="https://dev.to/tmayank860/all-you-need-to-know-about-arrays-in-javascript-1nb7"&gt;https://dev.to/tmayank860/all-you-need-to-know-about-arrays-in-javascript-1nb7&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Learn JavaScript Loops 101&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://blog.teamtreehouse.com/javascript-loops-101"&gt;https://blog.teamtreehouse.com/javascript-loops-101&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Comprehensive List of JavaScript String Methods (Part 1)&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://betterprogramming.pub/full-list-of-javascript-string-methods-part-1-ddad113de018"&gt;https://betterprogramming.pub/full-list-of-javascript-string-methods-part-1-ddad113de018&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Comprehensive List of JavaScript String Methods (Part 2)&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://levelup.gitconnected.com/full-list-of-javascript-string-methods-part-2-259b70ccc7e7"&gt;https://levelup.gitconnected.com/full-list-of-javascript-string-methods-part-2-259b70ccc7e7&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>javascript</category>
      <category>css</category>
    </item>
    <item>
      <title>Do you know CSS, but are trying to learn Tailwind? Help is here!</title>
      <dc:creator>Tami Schultz</dc:creator>
      <pubDate>Sat, 23 Jul 2022 19:22:00 +0000</pubDate>
      <link>https://dev.to/tlstechtrekker/do-you-know-css-but-are-trying-to-learn-tailwind-help-is-here-596a</link>
      <guid>https://dev.to/tlstechtrekker/do-you-know-css-but-are-trying-to-learn-tailwind-help-is-here-596a</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;I come from the world of web design and am moving into dev. I like the concept of utility classes, thus Tailwind. But sometimes it gets overwhelming. I ran across a great tool online that lets you write vanilla CSS, and it converts it to Tailwind classes.&lt;/p&gt;

&lt;p&gt;The url for this tool is: &lt;a href="https://tailwind-converter.netlify.app/"&gt;https://tailwind-converter.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To use it, simply paste in your vanilla css and it will convert it to tailwind css as well as letting you know if there is not an equivalent tailwind value. I don't know if it can handle SCSS or not. The site loads with the following examples; you can type in and alter it to see what the conversion is. When you first visit the site, the editing screen looks like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oiZ8Yqph--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3wzhtpfp2fl132pxzskh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oiZ8Yqph--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3wzhtpfp2fl132pxzskh.png" alt="Image description" width="835" height="514"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can either type over the provided example code -- you'll see the Tailwind CSS automatically update on the right-hand side, or you can clear the default examples and you'll see the following:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gVpNlDL1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yauz8ulvkuhxsqw22tjm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gVpNlDL1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yauz8ulvkuhxsqw22tjm.png" alt="Image description" width="825" height="123"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Simply type/paste in your code, and voila--instant Tailwind!&lt;/p&gt;

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