<?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: Ben Mulford</title>
    <description>The latest articles on DEV Community by Ben Mulford (@thedevbc).</description>
    <link>https://dev.to/thedevbc</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%2F120719%2F7d758504-979e-4f35-b70a-2fe2de7128c6.jpg</url>
      <title>DEV Community: Ben Mulford</title>
      <link>https://dev.to/thedevbc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thedevbc"/>
    <language>en</language>
    <item>
      <title>Classic Snake!</title>
      <dc:creator>Ben Mulford</dc:creator>
      <pubDate>Thu, 18 Feb 2021 03:14:09 +0000</pubDate>
      <link>https://dev.to/thedevbc/classic-snake-2ck4</link>
      <guid>https://dev.to/thedevbc/classic-snake-2ck4</guid>
      <description>&lt;p&gt;I forked this repo (&lt;a href="https://github.com/CodingWith-Adam/snake"&gt;https://github.com/CodingWith-Adam/snake&lt;/a&gt;) of the classic snake game from the old Nokia bar-style phones. It was some fun practice, and gives me something to do on my phone besides scroll social media. Check it out. Try it out. File a bug/issue. Fork it. Have fun!&lt;/p&gt;

&lt;p&gt;Demo: &lt;a href="https://thedevbc.github.io/classic-snake/"&gt;https://thedevbc.github.io/classic-snake/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/thedevbc/classic-snake"&gt;https://github.com/thedevbc/classic-snake&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
      <category>games</category>
    </item>
    <item>
      <title>Tip for Winning at Work</title>
      <dc:creator>Ben Mulford</dc:creator>
      <pubDate>Thu, 10 Sep 2020 23:35:16 +0000</pubDate>
      <link>https://dev.to/thedevbc/tip-for-winning-at-work-55mk</link>
      <guid>https://dev.to/thedevbc/tip-for-winning-at-work-55mk</guid>
      <description>&lt;p&gt;When you’re assigned a bunch of tedious repetitive coding, find a way to automate it. It’s more fun too!&lt;/p&gt;

&lt;p&gt;Wrote a program in a day and a half that took 5 seconds to do work that would have taken me a couple weeks to type manually.&lt;/p&gt;

&lt;p&gt;What win(s) have you had this week?&lt;/p&gt;

</description>
      <category>winning</category>
      <category>coding</category>
      <category>programming</category>
    </item>
    <item>
      <title>Effect of COVID-19 on Economy Hit Me Today</title>
      <dc:creator>Ben Mulford</dc:creator>
      <pubDate>Wed, 18 Mar 2020 18:24:46 +0000</pubDate>
      <link>https://dev.to/thedevbc/effect-of-covid-19-on-economy-hit-me-today-4goj</link>
      <guid>https://dev.to/thedevbc/effect-of-covid-19-on-economy-hit-me-today-4goj</guid>
      <description>&lt;p&gt;The company I work for announced that we had to take a temporary 25% pay cut. Sucks. Anybody else have similar experience? Also, anybody need some extra dev work?&lt;/p&gt;

</description>
      <category>career</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Simple Stopwatch Web App</title>
      <dc:creator>Ben Mulford</dc:creator>
      <pubDate>Thu, 27 Feb 2020 22:42:10 +0000</pubDate>
      <link>https://dev.to/thedevbc/simple-stopwatch-web-app-29od</link>
      <guid>https://dev.to/thedevbc/simple-stopwatch-web-app-29od</guid>
      <description>&lt;p&gt;I built a new small project for my portfolio. It was good practice in Javascript and CSS. Check out my stopwatch app: &lt;a href="https://thedevbc.github.io/stopwatch/"&gt;https://thedevbc.github.io/stopwatch/&lt;/a&gt;&lt;br&gt;
Code available at &lt;a href="https://github.com/thedevbc/stopwatch"&gt;https://github.com/thedevbc/stopwatch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to give some feedback.&lt;/p&gt;

&lt;p&gt;The challenge with doing this in the browser is that the document can't be updated every millisecond. Hundreds of a second was possible, but it really didn't matter to the human eye. I decided to only show tenths of a second in the clock display, but then when recording values (laps) it is using time stamps which are accurate down to the millisecond.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>css</category>
      <category>portfolio</category>
      <category>webapp</category>
    </item>
    <item>
      <title>HackerX Event: Is It Worth It?</title>
      <dc:creator>Ben Mulford</dc:creator>
      <pubDate>Mon, 30 Sep 2019 13:04:08 +0000</pubDate>
      <link>https://dev.to/thedevbc/opinions-on-hackerx-event-3c4m</link>
      <guid>https://dev.to/thedevbc/opinions-on-hackerx-event-3c4m</guid>
      <description>&lt;p&gt;Anybody ever attend a HackerX event? Is it worth going if you're not in the market for a job? From what I gather it's a "by invitation only" recruiting event. I guess it would be good for networking...and there's free food. I suppose it wouldn't hurt to attend. But I don't want to waste my time either. Thanks in advance for any responses.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>jobs</category>
      <category>recruiters</category>
    </item>
    <item>
      <title>How to get started with Angular, for total beginners...</title>
      <dc:creator>Ben Mulford</dc:creator>
      <pubDate>Thu, 07 Feb 2019 22:27:47 +0000</pubDate>
      <link>https://dev.to/thedevbc/how-to-get-started-with-angular-for-total-beginners-221l</link>
      <guid>https://dev.to/thedevbc/how-to-get-started-with-angular-for-total-beginners-221l</guid>
      <description>&lt;p&gt;For a friend, I put together steps to start from scratch with Angular. By "from scratch" I mean, you know how to turn on your computer and work with HTML and CSS, but as far as working with Angular, you haven't a clue. I include setting up your dev environment. Let me know what you think.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.benmulford.com/home/how-to-start-from-scratch-with-angular-a-beginners-guide"&gt;https://www.benmulford.com/home/how-to-start-from-scratch-with-angular-a-beginners-guide&lt;/a&gt;&lt;/p&gt;

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