<?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: Jillian Stenzel</title>
    <description>The latest articles on DEV Community by Jillian Stenzel (@jillianjstenzel).</description>
    <link>https://dev.to/jillianjstenzel</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%2F346883%2F93131c0b-8c6c-4c6b-8b3d-415153283d28.jpg</url>
      <title>DEV Community: Jillian Stenzel</title>
      <link>https://dev.to/jillianjstenzel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jillianjstenzel"/>
    <language>en</language>
    <item>
      <title>Building a Push-Up Bot in Discord!</title>
      <dc:creator>Jillian Stenzel</dc:creator>
      <pubDate>Mon, 27 Apr 2020 14:26:43 +0000</pubDate>
      <link>https://dev.to/kite/building-a-push-up-bot-in-discord-235</link>
      <guid>https://dev.to/kite/building-a-push-up-bot-in-discord-235</guid>
      <description>&lt;p&gt;With covid-19 getting us all out of shape, we decided a push-up bot was in order. In this 10 minute tutorial, we walk you through how to build a bot in discord. &lt;/p&gt;

&lt;p&gt;Hope you all enjoy this one day build. Now drop and give me 20! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=etSRnPp9H8s&amp;amp;t=18s"&gt;https://www.youtube.com/watch?v=etSRnPp9H8s&amp;amp;t=18s&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>python</category>
      <category>100daysofcode</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Beautiful timeline animation of the biggest code bases in history</title>
      <dc:creator>Jillian Stenzel</dc:creator>
      <pubDate>Thu, 09 Apr 2020 20:20:37 +0000</pubDate>
      <link>https://dev.to/kite/beautiful-timeline-animation-of-the-biggest-code-bases-in-history-3kkd</link>
      <guid>https://dev.to/kite/beautiful-timeline-animation-of-the-biggest-code-bases-in-history-3kkd</guid>
      <description>&lt;p&gt;From 1970 to today, we made a visualization of the largest code bases in history- animated on a timeline, measured in lines of code. &lt;/p&gt;

&lt;p&gt;May this serve as a little devinspo for you today! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=afEg6VuAQJQ&amp;amp;t=1s"&gt;https://www.youtube.com/watch?v=afEg6VuAQJQ&amp;amp;t=1s&lt;/a&gt; &lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>100daysofcode</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Data structures can make or break your coding interview</title>
      <dc:creator>Jillian Stenzel</dc:creator>
      <pubDate>Sat, 04 Apr 2020 16:18:07 +0000</pubDate>
      <link>https://dev.to/kite/data-structures-can-make-or-break-your-coding-interview-257n</link>
      <guid>https://dev.to/kite/data-structures-can-make-or-break-your-coding-interview-257n</guid>
      <description>&lt;p&gt;Understanding data structures is a key skill for being a software engineer, so it makes sense that you can expect to use them in your technical interviews. Often times, using the correct data structure can make the difference in getting the job or not. &lt;/p&gt;

&lt;p&gt;We made a video on some key data structures you need to know for your code interviews, including examples of when you should use each data structure and a links to them in Leetcode for practice. &lt;/p&gt;

&lt;p&gt;This tutorial goes into...&lt;/p&gt;

&lt;p&gt;Arrays&lt;br&gt;
Linked lists&lt;br&gt;
Stacks/queues &lt;br&gt;
Hash tables&lt;br&gt;
Heaps&lt;br&gt;
Binary trees&lt;/p&gt;

&lt;p&gt;Happy coding! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=K_ZuEy9_W_E"&gt;https://www.youtube.com/watch?v=K_ZuEy9_W_E&lt;/a&gt; &lt;/p&gt;

</description>
      <category>datascience</category>
      <category>python</category>
      <category>tutorial</category>
      <category>career</category>
    </item>
    <item>
      <title>Quick guide to sorting algorithms + fastest comparison sort!</title>
      <dc:creator>Jillian Stenzel</dc:creator>
      <pubDate>Fri, 27 Mar 2020 21:58:07 +0000</pubDate>
      <link>https://dev.to/kite/quick-guide-to-sorting-algorithms-fastest-comparison-sort-1eho</link>
      <guid>https://dev.to/kite/quick-guide-to-sorting-algorithms-fastest-comparison-sort-1eho</guid>
      <description>&lt;p&gt;We made a video breaking down comparison sorts into three levels: N^2, N log N, &amp;amp; hybrid algorithms + a fun animation comparing the algorithms to see which one is the fastest! &lt;/p&gt;

&lt;p&gt;After watching, you should have a better understanding of the different types of sorting algorithms as well as the benefits and drawbacks of each and when to use them. Enjoy! &lt;a href="https://www.youtube.com/watch?v=qk7b4-iyCJ4"&gt;https://www.youtube.com/watch?v=qk7b4-iyCJ4&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;While you're add it, brush up on your interview skills with our top tips for technical interviews in Python: &lt;a href="https://www.youtube.com/watch?v=Zee665ssm8Y&amp;amp;t=13s"&gt;https://www.youtube.com/watch?v=Zee665ssm8Y&amp;amp;t=13s&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>database</category>
      <category>datascience</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
