<?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: Evan Oman</title>
    <description>The latest articles on DEV Community by Evan Oman (@evanoman).</description>
    <link>https://dev.to/evanoman</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%2F19733%2Fbf5f4ed1-0938-47da-a6b6-a9ae78bd880e.jpg</url>
      <title>DEV Community: Evan Oman</title>
      <link>https://dev.to/evanoman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evanoman"/>
    <language>en</language>
    <item>
      <title>Showdev: Fantasy Football Draft Analysis</title>
      <dc:creator>Evan Oman</dc:creator>
      <pubDate>Thu, 05 Sep 2019 18:20:39 +0000</pubDate>
      <link>https://dev.to/evanoman/showdev-fantasy-football-draft-analysis-5hc</link>
      <guid>https://dev.to/evanoman/showdev-fantasy-football-draft-analysis-5hc</guid>
      <description>&lt;p&gt;Based on &lt;a href="https://dev.to/ben/who-wants-to-join-the-dev-fantasy-football-league-48j2"&gt;Ben's post about Fantasy Football&lt;/a&gt; I decided I would share a draft analysis I have been running for the last few years for my main Fantasy Football league.&lt;/p&gt;

&lt;p&gt;Since 2016 we have been doing live, in-person drafts with no cheat-sheets. This makes things more interesting and forces everyone to be more invested in the league. Plus it is an excuse to see each other and enjoy food + drinks (this year we all met at a friend's place in Chicago).&lt;/p&gt;

&lt;p&gt;Since we are all very competitive, I decided to run an analysis to see who had the best draft relative to the ESPN rankings. While each ranking is debatable, consistently going against this ranking probably means that you aren't drafting very well.&lt;/p&gt;

&lt;p&gt;So I wrangled the draft data and ESPN rankings into a CSV format and used &lt;code&gt;R&lt;/code&gt; to analyze the data. &lt;code&gt;R&lt;/code&gt; has some really cool tools like &lt;a href="https://rmarkdown.rstudio.com/"&gt;&lt;code&gt;rmarkdown&lt;/code&gt;&lt;/a&gt; and &lt;a href="https://yihui.name/knitr/"&gt;&lt;code&gt;knitr&lt;/code&gt;&lt;/a&gt; for making these kind of reports. I combined these tools with all &lt;code&gt;R&lt;/code&gt;'s data manipulation tools and unparalleled &lt;a href="https://ggplot2.tidyverse.org/"&gt;&lt;code&gt;ggplot2&lt;/code&gt;&lt;/a&gt; for data visualization. I generated the HTML using &lt;code&gt;knitr&lt;/code&gt; locally and then hosted it using GitHub Pages &lt;/p&gt;

&lt;p&gt;Anyway, here are the interest parts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://evanoman.github.io/FantasyFootball2019/Draft/"&gt;Analysis Webpage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;My favorite chart:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BKMqPyMu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/tm5x26f5qee048yvqr15.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BKMqPyMu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/tm5x26f5qee048yvqr15.png" alt="Fave Chart"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code:
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/EvanOman"&gt;
        EvanOman
      &lt;/a&gt; / &lt;a href="https://github.com/EvanOman/FantasyFootball2019"&gt;
        FantasyFootball2019
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="adoc"&gt;
&lt;h1&gt;
FantasyFootball2019&lt;/h1&gt;
&lt;div&gt;
&lt;p&gt;This repo contains some &lt;code&gt;R&lt;/code&gt; analysis of my Fantasy Football League for the 2019 Season.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/EvanOman/FantasyFootball2019"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>showdev</category>
      <category>r</category>
    </item>
    <item>
      <title>Tips for Introducing Version Control / Git for Non Software Engineers</title>
      <dc:creator>Evan Oman</dc:creator>
      <pubDate>Thu, 18 Jan 2018 04:46:50 +0000</pubDate>
      <link>https://dev.to/evanoman/tips-for-introducing-version-control--git-for-non-software-engineering-18n9</link>
      <guid>https://dev.to/evanoman/tips-for-introducing-version-control--git-for-non-software-engineering-18n9</guid>
      <description>&lt;p&gt;I work at an engineering company that does a mix of software development (done by software engineers) and research/prototyping work (done by non software engineers -- we call them systems engineers). It is pretty common for these two groups to interact as some prototypes turn into deliverable systems. &lt;/p&gt;

&lt;p&gt;Most of our software engineers use Git backed by a local Gitlab server. &lt;/p&gt;

&lt;p&gt;However most code produced by systems engineers (Electrical Engineering, Mathematics, or Physics backgrounds) is not version controlled which causes a lot of headaches for me (and probably them too, even if they don't realize it).&lt;/p&gt;

&lt;p&gt;I have taken it on myself to put together an introduction to version control with Git during an upcoming lunch and learn session.&lt;/p&gt;

&lt;p&gt;My question is how do I best motivate the concept of version control for these non software engineers? What are the most obvious advantages that would convince them that learning Git is worthwhile when working with code collaboratively? &lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Hi, I'm Evan Oman</title>
      <dc:creator>Evan Oman</dc:creator>
      <pubDate>Wed, 24 May 2017 21:03:12 +0000</pubDate>
      <link>https://dev.to/evanoman/hi-im-evan-oman</link>
      <guid>https://dev.to/evanoman/hi-im-evan-oman</guid>
      <description>&lt;p&gt;I have been coding for 7 years.&lt;/p&gt;

&lt;p&gt;You can find me on GitHub as &lt;a href="https://github.com/EvanOman" rel="noopener noreferrer"&gt;EvanOman&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I live in the Minneapolis, MN area.&lt;/p&gt;

&lt;p&gt;I work for Black River Systems &lt;/p&gt;

&lt;p&gt;I mostly program in these languages: Java, Scala, Matlab, Python.&lt;/p&gt;

&lt;p&gt;I am currently learning more about Data Science, Machine Learning, Functional Programming.&lt;/p&gt;

&lt;p&gt;Nice to meet you.&lt;/p&gt;

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