<?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: Andrew ⚛️ &amp; ☕</title>
    <description>The latest articles on DEV Community by Andrew ⚛️ &amp; ☕ (@andrew_losseff).</description>
    <link>https://dev.to/andrew_losseff</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%2F221479%2F025698a2-daad-44f0-afd9-a8e83e2622f3.jpg</url>
      <title>DEV Community: Andrew ⚛️ &amp; ☕</title>
      <link>https://dev.to/andrew_losseff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andrew_losseff"/>
    <language>en</language>
    <item>
      <title>Solving Codewars Kata "Find the odd int 6-kyu with JavaScript (3 solutions)</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Fri, 22 Jan 2021 09:30:59 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/solving-codewars-kata-find-the-odd-int-6-kyu-with-javascript-3-solutions-1pba</link>
      <guid>https://dev.to/andrew_losseff/solving-codewars-kata-find-the-odd-int-6-kyu-with-javascript-3-solutions-1pba</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/iVg1eLeyze4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Blog post 👉👾 &lt;a href="https://losseff.xyz/katas/025-find-the-odd-int/javascript/"&gt;https://losseff.xyz/katas/025-find-the-odd-int/javascript/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 3 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codewars</category>
      <category>algorithms</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title> Two Sum Problem - JavaScript solutions</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Mon, 18 Jan 2021 20:52:32 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/two-sum-problem-javascript-solutions-h2j</link>
      <guid>https://dev.to/andrew_losseff/two-sum-problem-javascript-solutions-h2j</guid>
      <description>&lt;p&gt;Hi there!&lt;br&gt;
I've made a few videos on Two Sum Problem😅&lt;/p&gt;

&lt;p&gt;Intro video&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/RVt9jujTvds"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Naive Solution&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/NGv6KqVNero"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;HashTable Solution&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/RVt9jujTvds"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Enjoy the video 😀🙏&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>leetcode</category>
      <category>100daysofcode</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Boring LeetCode Show by Andrew Losseff.</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Sun, 17 Jan 2021 07:46:27 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/boring-leetcode-show-by-andrew-losseff-5g9j</link>
      <guid>https://dev.to/andrew_losseff/boring-leetcode-show-by-andrew-losseff-5g9j</guid>
      <description>&lt;p&gt;Hi there! &lt;br&gt;
I'm starting new video series on LeetCode.&lt;br&gt;
Here is an intro video&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/JvIub2oNKdE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thanks for cheking this out😅👍&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>leetcode</category>
      <category>100daysofcode</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Solving Codewars Kata "Multiples of 3 or 5" 6-kyu with JavaScript (4 solutions)</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Thu, 05 Nov 2020 07:23:36 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/solving-codewars-kata-multiples-of-3-or-5-6-kyu-with-javascript-4-solutions-53oj</link>
      <guid>https://dev.to/andrew_losseff/solving-codewars-kata-multiples-of-3-or-5-6-kyu-with-javascript-4-solutions-53oj</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/0ok4vmYYvhc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 4 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Blog post: &lt;a href="https://losseff.xyz/katas/024-multiples-of-3-or-5/javascript/"&gt;https://losseff.xyz/katas/024-multiples-of-3-or-5/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>100daysofcode</category>
      <category>codewars</category>
    </item>
    <item>
      <title>Solving Codewars Kata "Highest and Lowest" 7-kyu with JavaScript (2 solutions)</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Wed, 04 Nov 2020 13:09:51 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/solving-codewars-kata-highest-and-lowest-7-kyu-with-javascript-2-solutions-3f80</link>
      <guid>https://dev.to/andrew_losseff/solving-codewars-kata-highest-and-lowest-7-kyu-with-javascript-2-solutions-3f80</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/1D0WYjV9Ks0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 2 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/katas/023-highest-and-lowest/javascript/"&gt;https://losseff.xyz/katas/023-highest-and-lowest/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>100daysofcode</category>
      <category>codenewbie</category>
      <category>codewars</category>
    </item>
    <item>
      <title>Solving Codewars Kata Mumbling 7-kyu with JavaScript (3 solutions)</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Fri, 09 Oct 2020 10:41:32 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/solving-codewars-kata-mumbling-7-kyu-with-javascript-3-solutions-13jn</link>
      <guid>https://dev.to/andrew_losseff/solving-codewars-kata-mumbling-7-kyu-with-javascript-3-solutions-13jn</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/k2CGViWKp18"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 3 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/katas/022-mumbling/javascript/"&gt;https://losseff.xyz/katas/022-mumbling/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>100daysofcode</category>
      <category>codewars</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Codewars Kata 5-kyu Directions Reduction  4 solutions with JavaScript</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Thu, 08 Oct 2020 06:54:02 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/codewars-kata-5-kyu-directions-reduction-4-solutions-with-javascript-a3g</link>
      <guid>https://dev.to/andrew_losseff/codewars-kata-5-kyu-directions-reduction-4-solutions-with-javascript-a3g</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/1MVPgplBmtE"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 4 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/katas/021-directions-reduction/javascript/"&gt;https://losseff.xyz/katas/021-directions-reduction/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>codewars</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Writing own reject function with JavaScript</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Tue, 06 Oct 2020 14:40:16 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/writing-own-reject-function-with-javascript-4mmh</link>
      <guid>https://dev.to/andrew_losseff/writing-own-reject-function-with-javascript-4mmh</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/iX6rRIgy3nc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Enjoy the video 😀🙏&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>100daysofcode</category>
      <category>codenewbie</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Vowel Count with JavaScript</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Mon, 05 Oct 2020 12:51:37 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/vowel-count-with-javascript-5665</link>
      <guid>https://dev.to/andrew_losseff/vowel-count-with-javascript-5665</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/DMT6M7gHA0M"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 2 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/katas/020-vowel-count/javascript/"&gt;https://losseff.xyz/katas/020-vowel-count/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>100daysofcode</category>
      <category>codewars</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Codewars Kata Count the Monkeys with JavaScript</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Wed, 30 Sep 2020 15:14:58 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/codewars-kata-count-the-monkeys-with-javascript-1d0m</link>
      <guid>https://dev.to/andrew_losseff/codewars-kata-count-the-monkeys-with-javascript-1d0m</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/apz4h9_YFOg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 3 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/katas/019-count-the-monkeys/javascript/"&gt;https://losseff.xyz/katas/019-count-the-monkeys/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>codewars</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Leetcode #387 First Unique Character in a String with JavaScript and indexOf</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Mon, 28 Sep 2020 14:59:06 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/leetcode-387-first-unique-character-in-a-string-with-javascript-and-indexof-5516</link>
      <guid>https://dev.to/andrew_losseff/leetcode-387-first-unique-character-in-a-string-with-javascript-and-indexof-5516</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/aYjOTbr3NDg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/leetcode/001-first-unique-character-in-a-string/javascript/"&gt;https://losseff.xyz/leetcode/001-first-unique-character-in-a-string/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>leetcode</category>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Total amount of points with JavaScript</title>
      <dc:creator>Andrew ⚛️ &amp; ☕</dc:creator>
      <pubDate>Mon, 28 Sep 2020 12:27:15 +0000</pubDate>
      <link>https://dev.to/andrew_losseff/total-amount-of-points-with-javascript-13k8</link>
      <guid>https://dev.to/andrew_losseff/total-amount-of-points-with-javascript-13k8</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/IrtiZE3a1Dk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;To solve this problem, we'll take 3 different approaches.&lt;br&gt;
Enjoy the video 😀🙏&lt;/p&gt;

&lt;p&gt;Also written version &lt;a href="https://losseff.xyz/katas/018-total-amount-of-points/javascript/"&gt;https://losseff.xyz/katas/018-total-amount-of-points/javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>100daysofcode</category>
      <category>codenewbie</category>
      <category>codewars</category>
    </item>
  </channel>
</rss>
