<?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: Derek Crosson</title>
    <description>The latest articles on DEV Community by Derek Crosson (@derekcrosson).</description>
    <link>https://dev.to/derekcrosson</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%2F193727%2Fb41f82d3-c439-450a-b22c-4d60ea5f6a93.jpeg</url>
      <title>DEV Community: Derek Crosson</title>
      <link>https://dev.to/derekcrosson</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/derekcrosson"/>
    <language>en</language>
    <item>
      <title>Code Climate Chrome extension</title>
      <dc:creator>Derek Crosson</dc:creator>
      <pubDate>Fri, 16 Oct 2020 16:39:37 +0000</pubDate>
      <link>https://dev.to/derekcrosson/code-climate-chrome-extension-3918</link>
      <guid>https://dev.to/derekcrosson/code-climate-chrome-extension-3918</guid>
      <description>&lt;p&gt;Today while pairing with two colleagues I noticed that our Code Climate maintainability score and test score was showing on the Github pull request pages. Also, any code quality issues are shown inline which makes it really helpful when doing code reviews. Checkout the extension here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/code-climate/phgahogocbnfilkegjdpohgkkjgahjgk?hl=en"&gt;https://chrome.google.com/webstore/detail/code-climate/phgahogocbnfilkegjdpohgkkjgahjgk?hl=en&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope this helps someone :)&lt;/p&gt;

</description>
      <category>codequality</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>DigitalOcean Apps</title>
      <dc:creator>Derek Crosson</dc:creator>
      <pubDate>Wed, 07 Oct 2020 21:28:31 +0000</pubDate>
      <link>https://dev.to/derekcrosson/digitalocean-apps-4emb</link>
      <guid>https://dev.to/derekcrosson/digitalocean-apps-4emb</guid>
      <description>&lt;p&gt;I'm drained from work and I couldn't sleep or focus on my assignments so I decided to check out DigitalOcean's new product, Apps. Raw footage, I ain't got the time to make fancy videos :)&lt;/p&gt;

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

</description>
    </item>
    <item>
      <title>MacOS Convert Video to GIF</title>
      <dc:creator>Derek Crosson</dc:creator>
      <pubDate>Sat, 12 Sep 2020 15:33:56 +0000</pubDate>
      <link>https://dev.to/derekcrosson/macos-convert-video-to-gif-461p</link>
      <guid>https://dev.to/derekcrosson/macos-convert-video-to-gif-461p</guid>
      <description>&lt;p&gt;Yesterday I needed to convert a video screen recording I made to a GIF in order to upload to Github. I discovered that this can be done quickly and easily with a terminal tool called ffmpeg. Here's how you do it:&lt;/p&gt;

&lt;h3&gt;
  
  
  Install ffmpeg and gifsicle (if not installed)
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;brew install ffmpeg&lt;/code&gt;&lt;br&gt;
&lt;code&gt;brew install gifsicle&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Convert the video to GIF
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;ffmpeg -i Screen\ Recording\ 2020-09-11\ at\ 19.36.10.mov -s 1440x900 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 &amp;gt; screen-recording.gif&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Replace &lt;code&gt;Screen\ Recording\ 2020-09-11\ at\ 19.36.10.mov&lt;/code&gt; with the path to the video file and &lt;code&gt;screen-recording.gif&lt;/code&gt; with the path to the GIF you want to create.&lt;/p&gt;

&lt;p&gt;Hope this helps someone :)&lt;/p&gt;

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