<?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: Chris Guzman</title>
    <description>The latest articles on DEV Community by Chris Guzman (@speaktochris).</description>
    <link>https://dev.to/speaktochris</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%2F70064%2F1f40c7e3-c38c-40f0-ad4f-db6e54449dfc.jpg</url>
      <title>DEV Community: Chris Guzman</title>
      <link>https://dev.to/speaktochris</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/speaktochris"/>
    <language>en</language>
    <item>
      <title>If characters in The Avengers wrote a dev blog.</title>
      <dc:creator>Chris Guzman</dc:creator>
      <pubDate>Mon, 30 Apr 2018 12:23:04 +0000</pubDate>
      <link>https://dev.to/speaktochris/if-characters-of-the-avengers-wrote-a-dev-blog-5bej</link>
      <guid>https://dev.to/speaktochris/if-characters-of-the-avengers-wrote-a-dev-blog-5bej</guid>
      <description>&lt;h2&gt;
  
  
  Learn to effectively use git branches
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By Groot
&lt;/h4&gt;

&lt;p&gt;I am Groot. I am Groot:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="c1"&gt;//i_am_groot.js&lt;/span&gt;
&lt;span class="kd"&gt;let&lt;/span&gt; &lt;span class="nx"&gt;I_AM_GROOT&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;I am Groot&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="nx"&gt;iAmGroot&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;I_AM_GROOT&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;git branch
// &lt;span class="k"&gt;*&lt;/span&gt;i-am-groot
&lt;span class="nv"&gt;$ &lt;/span&gt;git checkout &lt;span class="nt"&gt;-b&lt;/span&gt; we-are-groot
&lt;span class="nv"&gt;$ &lt;/span&gt;git add &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;span class="nv"&gt;$ &lt;/span&gt;git commit &lt;span class="nt"&gt;-a&lt;/span&gt; &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="s2"&gt;"We are GROOT!"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The 6 infinity Ruby gems you need to use
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By Thanos
&lt;/h4&gt;

&lt;p&gt;Yes, I’ve spent countless years chasing down these gems, so that they will always be at my hand. The first of which can help you clean up your timezone tests. The Time gem supersedes Timecop as the reigning victor when dealing with Dates….&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing the newest Rails helper: ActiveVision
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By Aaron Patterson (@tenderlove)
&lt;/h4&gt;

&lt;p&gt;I needed to see when my cat’s were yawning so I put together a quick computer vision library. I needed help so I paired with Vision on this project. That guy has some forward vision! You may be aware that a previously version was built, known as AdequateVision. I’m excited to announce AdequateVision has been promoted ActiveVision and we’re including it in Rails 6. You can read more about this Machine Learning OCR helper powered by the Mind Gem in this recent blog post published by Thanos.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hulk Bash! My favorite shell scripts
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By  Bruce Banner
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;alias &lt;/span&gt;&lt;span class="nv"&gt;smash&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;touch

&lt;/span&gt;smash ironman.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why you should minify your code
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By Antman
&lt;/h4&gt;

&lt;p&gt;Using the new algorithm by Henry Pym, we can shrink and minify your code into “Pym Particles”. Just don't over do it or your code will reach a “Quantum Realm” where your code may no longer compile. &lt;/p&gt;

&lt;h2&gt;
  
  
  Show HN: thanOS - an operating system that will change your reality.
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Submitted by Thanos - 8 hours ago
&lt;/h4&gt;

&lt;h2&gt;
  
  
  Advanced Web Development
&lt;/h2&gt;

&lt;h4&gt;
  
  
  by Spiderman
&lt;/h4&gt;

&lt;h2&gt;
  
  
  Dark Mode all the things!
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By Black Widow
&lt;/h4&gt;

&lt;h2&gt;
  
  
  Full Stark Developers
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The next generation of robotic developers
&lt;/h3&gt;

&lt;h4&gt;
  
  
  By Peter Parker, intern at Stark Industries
&lt;/h4&gt;

&lt;h2&gt;
  
  
  Rails Magic: under the hood
&lt;/h2&gt;

&lt;h4&gt;
  
  
  By Scarlet Witch and Dr. Strange
&lt;/h4&gt;

&lt;p&gt;For more dev humor sign up for the DevStandUp mailing list. New articles every Monday!&lt;br&gt;
&lt;a href="https://tinyletter.com/DevStandUp"&gt;https://tinyletter.com/DevStandUp&lt;/a&gt;&lt;/p&gt;

</description>
      <category>humor</category>
      <category>programmerhumor</category>
      <category>devhumor</category>
      <category>avengers</category>
    </item>
  </channel>
</rss>
