<?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: Austin Baune</title>
    <description>The latest articles on DEV Community by Austin Baune (@bauneaustin).</description>
    <link>https://dev.to/bauneaustin</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%2F313135%2F6440ef51-d805-49ad-aca2-f42f64e898d6.jpg</url>
      <title>DEV Community: Austin Baune</title>
      <link>https://dev.to/bauneaustin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bauneaustin"/>
    <language>en</language>
    <item>
      <title>What tools are you using to test cross browser?</title>
      <dc:creator>Austin Baune</dc:creator>
      <pubDate>Fri, 17 Apr 2020 15:40:47 +0000</pubDate>
      <link>https://dev.to/bauneaustin/what-tools-are-you-using-to-test-cross-browser-1o2g</link>
      <guid>https://dev.to/bauneaustin/what-tools-are-you-using-to-test-cross-browser-1o2g</guid>
      <description>&lt;p&gt;I'm curious what tools people are using to help them test cross browsers. Have looked into &lt;a href="https://www.browserstack.com/?campaignid=1058969025&amp;amp;adgroupid=69973100151&amp;amp;adid=334987378941&amp;amp;gclid=EAIaIQobChMIos-2suXv6AIVxYCfCh0pBgExEAAYASAAEgJDWfD_BwE"&gt;BrowserStack&lt;/a&gt; and VMs, but not super pleased with either of those solutions. &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>help</category>
    </item>
    <item>
      <title>TypeOf Array is Gotcha!</title>
      <dc:creator>Austin Baune</dc:creator>
      <pubDate>Mon, 13 Apr 2020 22:35:13 +0000</pubDate>
      <link>https://dev.to/bauneaustin/typeof-array-is-gotcha-3idg</link>
      <guid>https://dev.to/bauneaustin/typeof-array-is-gotcha-3idg</guid>
      <description>&lt;p&gt;Today I was fooled by a common gotcha in Javascript where the type of an Array is an Object. Duh. I know Arrays are just objects, but just goes to show that gotchas can get anyone.&lt;/p&gt;

&lt;p&gt;In an attempt to help my pride please share some other common gotchas (in Javascript or any language) that you've come across that maybe tripped you up for a bit; even if it hurts inside to admit :).&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Are you still happy with the decision to use TypeScript?</title>
      <dc:creator>Austin Baune</dc:creator>
      <pubDate>Tue, 18 Feb 2020 03:19:43 +0000</pubDate>
      <link>https://dev.to/bauneaustin/are-you-still-happy-with-the-decision-to-use-typescript-4j4n</link>
      <guid>https://dev.to/bauneaustin/are-you-still-happy-with-the-decision-to-use-typescript-4j4n</guid>
      <description>&lt;p&gt;Thinking on slowly moving a large scale project over to TypeScript and curious if those that have done the same are still happy with the switch or if there are any cautionary tales before committing to TypeScript.&lt;/p&gt;

&lt;p&gt;The main concern is that the overhead of defining types for everything (interfaces, objects, etc) is hard to do well, can lead to code bloat, causes too many workarounds, and provides a false sense of safety.&lt;/p&gt;

&lt;p&gt;Would love to hear any success or horror stories that have come with a large code base moving over to TypeScript.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>typescript</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
