<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>david.wes.st Blog</title>
    <link>https://example.com/blog/</link>
    <description>A simple Eleventy site with a generated site index and sitemap.</description>
    <item>
      <title>From 11ty to Wordpress and Back Again</title>
      <link>https://example.com/blog/from-11ty-to-wordpress-and-back-again/</link>
      <guid>https://example.com/blog/from-11ty-to-wordpress-and-back-again/</guid>
      <pubDate>Thu, 30 Jan 2025 00:00:00 GMT</pubDate>
      <description>I stepped away from blogging thinking that the problem was that my Eleventy (11ty) setup and continually tinkering with it was keeping me away from blogging. So, to make it &quot;easier&quot; I spent a couple of months worth of my B-time moving my website over to Wordpress site. Once it was done, I had a fancy editor, a bunch of plugins, and all the tooling I could ever want. I didn&apos;t write a single post. This is post is my experience (not) blogging with Wordpress and returning to 11ty.</description>
    </item><item>
      <title>Defining the Problem before the Solution</title>
      <link>https://example.com/blog/defining-problem-before-the-solution/</link>
      <guid>https://example.com/blog/defining-problem-before-the-solution/</guid>
      <pubDate>Fri, 27 Jan 2023 00:00:00 GMT</pubDate>
      <description>Before you create a solution, you need to understand the problem. It sounds obvious enough, yet I see developers (including myself) getting into the code and design phase before they really understand the problem they are trying to fix. These are the steps I take a properly understand a problem I am trying to solve, prior to coding or solution-ing anything.</description>
    </item><item>
      <title>Docker Build Hangs When Adding Key with apt-key in WSL2</title>
      <link>https://example.com/blog/docker-build-hangs-on-apt-key-in-wsl2/</link>
      <guid>https://example.com/blog/docker-build-hangs-on-apt-key-in-wsl2/</guid>
      <pubDate>Wed, 11 Jan 2023 00:00:00 GMT</pubDate>
      <description>The solution to the problem where an apt-key command seems to run forever in your docker build.</description>
    </item><item>
      <title>Highlight Reel for 2022</title>
      <link>https://example.com/blog/highlight-reel-for-2022/</link>
      <guid>https://example.com/blog/highlight-reel-for-2022/</guid>
      <pubDate>Thu, 05 Jan 2023 00:00:00 GMT</pubDate>
      <description>When a new year arrives, it is a great opportunity to take a moment to reflect on where you started at the beginning of the year, and where you ended. When I look back on 2022, I noticed events reflected in my GitHub contribution graph that highlight some common cycles in my own behaviour. I want to take a moment to document this, and hopefully you can use this an example to examine your own progress and behaviour patterns that might be aiding (or impeding) your own personal and professional growth.</description>
    </item><item>
      <title>Speaking at Tech Events Helps You Grow</title>
      <link>https://example.com/blog/speaking-at-tech-events-helps-you-grow/</link>
      <guid>https://example.com/blog/speaking-at-tech-events-helps-you-grow/</guid>
      <pubDate>Tue, 20 Dec 2022 00:00:00 GMT</pubDate>
      <description>A large part of my career growth is tied directly to speaking at tech events like conferences and user groups. I have had many people ask me about my experience and wanted to share it for others who might be wondering what benefits actually are. </description>
    </item><item>
      <title>Docker Desktop for Linux is not the same as Docker Engine</title>
      <link>https://example.com/blog/docker-desktop-is-not-docker-engine/</link>
      <guid>https://example.com/blog/docker-desktop-is-not-docker-engine/</guid>
      <pubDate>Tue, 13 Dec 2022 00:00:00 GMT</pubDate>
      <description>With Docker for Desktop available for Linux (which I like), I managed to get myself confused regarding its role on my Linux-based development machine. This post clarifies a few things I discovered while triaging an issue I had trying to test my GitHub Workflows locally.</description>
    </item><item>
      <title>Prairie Dev Con 2022 Takeaways</title>
      <link>https://example.com/blog/prairie-dev-con-2022-takeaways/</link>
      <guid>https://example.com/blog/prairie-dev-con-2022-takeaways/</guid>
      <pubDate>Tue, 06 Dec 2022 00:00:00 GMT</pubDate>
      <description>The talented speakers that come together for Prairie Dev Con always bring fresh ideas to my mind and give me pause to think about my own efforts and how I can learn from their experience. Although not a complete list, these ideas the ones that stood out the most from Prairie Dev Con 2022.</description>
    </item><item>
      <title>Open Graph Tools and Resources for Web Nerds (Like Me)</title>
      <link>https://example.com/blog/open-graph-tools-and-resources-for-web-nerds/</link>
      <guid>https://example.com/blog/open-graph-tools-and-resources-for-web-nerds/</guid>
      <pubDate>Tue, 29 Nov 2022 00:00:00 GMT</pubDate>
      <description>A compilation of tools and resources I used to implemented the Open Graph Protocol (OGP) for my website to make posts and pages more engaging on LinkedIn and other social networks.</description>
    </item><item>
      <title>Does GDPR Apply to Personal Websites?</title>
      <link>https://example.com/blog/does-gdpr-apply-to-personal-websites/</link>
      <guid>https://example.com/blog/does-gdpr-apply-to-personal-websites/</guid>
      <pubDate>Wed, 16 Nov 2022 00:00:00 GMT</pubDate>
      <description>While rebuilding my personal website in 2022, I wanted to know how or if GDPR applied to my little side project. My internet sleuthing did not bring up any clear and cut answers, but I put together some thoughts that might help others answer it for themselves.</description>
    </item><item>
      <title>How much is enough documentation?</title>
      <link>https://example.com/blog/how-much-is-enough-documentation/</link>
      <guid>https://example.com/blog/how-much-is-enough-documentation/</guid>
      <pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate>
      <description>Documentation is important, but it takes a lot of time and if you are a solo developer, what documentation to you really need? Still, good docs can provide the context I forget after putting a project on the shelf, or explains how to fix something in older code I use, but haven&apos;t touched in a long time. So how much is &apos;enough&apos; documentation and what types of documentation do I need to invest in give my future self the the best value for the effort I put in?</description>
    </item><item>
      <title>How to fork (a repo) like a boss!</title>
      <link>https://example.com/blog/how-to-fork-like-a-boss/</link>
      <guid>https://example.com/blog/how-to-fork-like-a-boss/</guid>
      <pubDate>Tue, 01 Nov 2022 00:00:00 GMT</pubDate>
      <description>Everyone thinks about forking. It is a natural thing, yet how do get the job done and fork? I used to ask myself the same thing, until I learned these pro-tips and forked like a boss.</description>
    </item><item>
      <title>Azure Static Web Apps (SWA) are fine, just not great</title>
      <link>https://example.com/blog/azure-static-web-apps-are-fine-just-not-great/</link>
      <guid>https://example.com/blog/azure-static-web-apps-are-fine-just-not-great/</guid>
      <pubDate>Wed, 12 Oct 2022 00:00:00 GMT</pubDate>
      <description>Azure Static Web Apps feel like a good idea, but in practice I struggled with understanding what the product is trying to be. This post documents my experience working with SWAs on a few projects, namely this website, along with the problems and workarounds/solutions I found to those problems.</description>
    </item><item>
      <title>Working around &apos;Refuses to Connect&apos; Issues with IFrame Embedded Twitch Players</title>
      <link>https://example.com/blog/fixing-twitch-embed-refuses-to-connect/</link>
      <guid>https://example.com/blog/fixing-twitch-embed-refuses-to-connect/</guid>
      <pubDate>Wed, 26 Jan 2022 00:00:00 GMT</pubDate>
      <description>With me doing more livecoding sessions on Twitch, I wanted to embed some clips into my blog posts and hit some weird issues. I managed to get it working and wanted to document the workaround so I don&apos;t forget it.</description>
    </item><item>
      <title>Cannot Find Module Bootloader.js in VSCode DevContainer</title>
      <link>https://example.com/blog/missing-bootloader-in-vscode-devcontainer/</link>
      <guid>https://example.com/blog/missing-bootloader-in-vscode-devcontainer/</guid>
      <pubDate>Tue, 18 Jan 2022 00:00:00 GMT</pubDate>
      <description>Problem: When running node commands from within a DevContainer, you receive the error &apos;Cannot find module bootloader.js&apos;. This post contains the solution.</description>
    </item><item>
      <title>Personal and Professional Fulfillment through Cake and Ice Cream</title>
      <link>https://example.com/blog/fulfillment-through-cake-and-ice-cream/</link>
      <guid>https://example.com/blog/fulfillment-through-cake-and-ice-cream/</guid>
      <pubDate>Wed, 12 Jan 2022 00:00:00 GMT</pubDate>
      <description>I made a cake and two kinds of ice cream, from scratch, for my daughter&apos;s birthday. The process of making a plan, adapting, executing, delivering, and being validated highlighted how important it is to feel fulfilled, both personally and professionally.</description>
    </item><item>
      <title>Advent of Code 2021: Day 1</title>
      <link>https://example.com/blog/advent-of-code-2021-day-01/</link>
      <guid>https://example.com/blog/advent-of-code-2021-day-01/</guid>
      <pubDate>Thu, 02 Dec 2021 00:00:00 GMT</pubDate>
      <description>My initial thoughts after completing the first day of my first journey into the Advent of Code</description>
    </item><item>
      <title>I am NOT trying to be a Game Developer</title>
      <link>https://example.com/blog/i-am-not-trying-to-be-a-game-developer/</link>
      <guid>https://example.com/blog/i-am-not-trying-to-be-a-game-developer/</guid>
      <pubDate>Thu, 22 Jul 2021 00:00:00 GMT</pubDate>
      <description>It&apos;s time for me to come clean about something: I am not trying to become a game developer. BUT...I am still trying to make video games.</description>
    </item><item>
      <title>Finding Inspiration in Princess Tomato and the Salad Kingdom [NES]</title>
      <link>https://example.com/blog/finding-inspriation-in-princess-tomato-and-the-salad-kingdom/</link>
      <guid>https://example.com/blog/finding-inspriation-in-princess-tomato-and-the-salad-kingdom/</guid>
      <pubDate>Tue, 20 Jul 2021 00:00:00 GMT</pubDate>
      <description>In search for inspiration in my own game collection I&apos;ve decided to explore this text-based salad adventure.</description>
    </item><item>
      <title>YouTube and Twitch: My Revengence</title>
      <link>https://example.com/blog/youtube-and-twitch-my-revengence/</link>
      <guid>https://example.com/blog/youtube-and-twitch-my-revengence/</guid>
      <pubDate>Mon, 05 Jul 2021 00:00:00 GMT</pubDate>
      <description>I miss making video content, but what value does YouTube and Twitch content give you?</description>
    </item><item>
      <title>I Can Teach Your Dog Quantum Physics</title>
      <link>https://example.com/blog/i-can-teach-your-dog-quantum-physics/</link>
      <guid>https://example.com/blog/i-can-teach-your-dog-quantum-physics/</guid>
      <pubDate>Mon, 28 Jun 2021 00:00:00 GMT</pubDate>
      <description>It&apos;s true! I read a book about it and everything. Let me breakdown the highlights of this book that does a pretty good job of explaining the physics behind quantum computing.</description>
    </item><item>
      <title>What Value Does Making Content Bring to Me? (not a typo)</title>
      <link>https://example.com/blog/what-value-does-making-content-bring-to-me/</link>
      <guid>https://example.com/blog/what-value-does-making-content-bring-to-me/</guid>
      <pubDate>Mon, 14 Jun 2021 00:00:00 GMT</pubDate>
      <description>I realize it&apos;s a selfish question, but if the post isn&apos;t valuable to me then why would it be valuable to you?</description>
    </item><item>
      <title>Should you bother with a Website?</title>
      <link>https://example.com/blog/should-you-bother-with-a-website/</link>
      <guid>https://example.com/blog/should-you-bother-with-a-website/</guid>
      <pubDate>Mon, 07 Jun 2021 00:00:00 GMT</pubDate>
      <description>It&apos;s 2021. Websites are sooooooo....2006. With social media dominating the way people consume content these days, what is the point of having a website today? I asked myself this question as I put the effort into reviving my dead website and I stand by the idea that having a website for yourself, project, or business is a need rather than a nice-to-have.</description>
    </item><item>
      <title>My Secret Addiction to Likes</title>
      <link>https://example.com/blog/my-secret-addiction-to-likes/</link>
      <guid>https://example.com/blog/my-secret-addiction-to-likes/</guid>
      <pubDate>Mon, 31 May 2021 00:00:00 GMT</pubDate>
      <description>I decided to take a month off of contributing to social media. More specifically Twitter and YouTube, but Facebook and Instagram as well. That single month has turned into just over three months now, and I learned a few things about myself and how I think my return to some social media will be a good thing.</description>
    </item><item>
      <title>Lucky Number v7</title>
      <link>https://example.com/blog/lucky-number-v7/</link>
      <guid>https://example.com/blog/lucky-number-v7/</guid>
      <pubDate>Mon, 24 May 2021 00:00:00 GMT</pubDate>
      <description>I fixed up my blog-website-thingy again. I&apos;m calling this v7, although I&apos;m pretty sure there are a few incarnations of the site that were lost early on in my years, but v7 seems about right for the content I&apos;m sharing here. In any case-- I thought I&apos;d share the &quot;why&quot; around the new website revamp and how I think a project like this is just what I need.</description>
    </item><item>
      <title>From Travis CI to GitHub Actions (and GitHub Pages)</title>
      <link>https://example.com/blog/from-travis-ci-to-github-actions/</link>
      <guid>https://example.com/blog/from-travis-ci-to-github-actions/</guid>
      <pubDate>Tue, 10 Nov 2020 00:00:00 GMT</pubDate>
      <description>We recently migrated the continuous integration and deployment workflow for the Western Devs website from Travis CI to GitHub Actions. These are the steps I followed to get it done.</description>
    </item><item>
      <title>New Artwork and a Complete Rewrite...ish | Out the Door Devlog</title>
      <link>https://example.com/blog/out-the-door-post-jam-update/</link>
      <guid>https://example.com/blog/out-the-door-post-jam-update/</guid>
      <pubDate>Mon, 09 Nov 2020 00:00:00 GMT</pubDate>
      <description>My effort continues on Out the Door with some new artwork, a rewrite (of sorts) to fix the build process, which has led to something of a self-driven code review.</description>
    </item><item>
      <title>A Solo Gamejam Experience | A Ludum Dare 47 Story</title>
      <link>https://example.com/blog/a-solo-gamejam-experience-ld47/</link>
      <guid>https://example.com/blog/a-solo-gamejam-experience-ld47/</guid>
      <pubDate>Fri, 23 Oct 2020 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Game Portfolio Self Evaluation (in prep for Ludum Dare 47)</title>
      <link>https://example.com/blog/game-portfolio-evaluation-2020/</link>
      <guid>https://example.com/blog/game-portfolio-evaluation-2020/</guid>
      <pubDate>Fri, 18 Sep 2020 00:00:00 GMT</pubDate>
      <description>Ludum Dare 47, a weekend long global gamejam, is coming up in a few weeks. In order to prep for the event, I decided to take the time for review and reflect on my game portfolio to see what I learning objective and goals I can set for myself.</description>
    </item><item>
      <title>Release Notes for Little Shop of Wall Street 0.1.0-beta</title>
      <link>https://example.com/blog/little-shop-01-release-notes/</link>
      <guid>https://example.com/blog/little-shop-01-release-notes/</guid>
      <pubDate>Thu, 02 Jul 2020 00:00:00 GMT</pubDate>
      <description>Little Shop of Wall Street has a 0.1-beta release!</description>
    </item><item>
      <title>I Miss Blogging</title>
      <link>https://example.com/blog/i-miss-blogging/</link>
      <guid>https://example.com/blog/i-miss-blogging/</guid>
      <pubDate>Wed, 24 Jun 2020 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>How Github Makes Game Making Easier for Noncoders</title>
      <link>https://example.com/blog/how-github-makes-game-making-easier-for-noncoders/</link>
      <guid>https://example.com/blog/how-github-makes-game-making-easier-for-noncoders/</guid>
      <pubDate>Wed, 19 Feb 2020 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Jan 2020 Devlog</title>
      <link>https://example.com/blog/jan-2020-devlog/</link>
      <guid>https://example.com/blog/jan-2020-devlog/</guid>
      <pubDate>Tue, 04 Feb 2020 00:00:00 GMT</pubDate>
      <description>A vlog post where I review the progress I&apos;ve made on the game Car Scientist.</description>
    </item><item>
      <title>Where to Find Your Gamedev Community</title>
      <link>https://example.com/blog/where-to-find-your-gamedev-community/</link>
      <guid>https://example.com/blog/where-to-find-your-gamedev-community/</guid>
      <pubDate>Sat, 18 Jan 2020 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Gamejam Pro Tips and Lessons Learned</title>
      <link>https://example.com/blog/gamejam-protips-and-lessons-learned/</link>
      <guid>https://example.com/blog/gamejam-protips-and-lessons-learned/</guid>
      <pubDate>Fri, 03 Jan 2020 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>GitHub Game Off 2019 Game Jam featuring DW</title>
      <link>https://example.com/blog/gameoff2019-gamejam-devlog/</link>
      <guid>https://example.com/blog/gameoff2019-gamejam-devlog/</guid>
      <pubDate>Tue, 26 Nov 2019 00:00:00 GMT</pubDate>
      <description>For the past month I have been participating in the GameOff 2019 Gamejam hosted by GitHub over on Itch.io and I&apos;ve been devlogging about it over on my YouTube channel.</description>
    </item><item>
      <title>Streaming Code and Play on Mixer every Thursday and Sunday</title>
      <link>https://example.com/blog/streaming-code-and-games-on-mixer/</link>
      <guid>https://example.com/blog/streaming-code-and-games-on-mixer/</guid>
      <pubDate>Thu, 27 Sep 2018 00:00:00 GMT</pubDate>
      <description>This month I started livestreaming game code and gameplay every Thursday and Sunday night at 9:30pm CT</description>
    </item><item>
      <title>F12 Chooser is a Dev Tool Thing</title>
      <link>https://example.com/blog/f12-chooser-is-dev-tool-thing/</link>
      <guid>https://example.com/blog/f12-chooser-is-dev-tool-thing/</guid>
      <pubDate>Wed, 28 Mar 2018 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Picking between TypeScript and JavaScript</title>
      <link>https://example.com/blog/typescript-or-javascript/</link>
      <guid>https://example.com/blog/typescript-or-javascript/</guid>
      <pubDate>Thu, 15 Mar 2018 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Crowdsourcing Documentation is Cool</title>
      <link>https://example.com/blog/crowdsourcing-docs-is-cool/</link>
      <guid>https://example.com/blog/crowdsourcing-docs-is-cool/</guid>
      <pubDate>Tue, 13 Mar 2018 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Windows Subsystem for Linux is Cool. No really, it is.</title>
      <link>https://example.com/blog/websummit-wsl/</link>
      <guid>https://example.com/blog/websummit-wsl/</guid>
      <pubDate>Wed, 20 Sep 2017 00:00:00 GMT</pubDate>
      <description>With the Fall Creators update of Windows 10, you can go to the Windows Store and install Linux. Yeah, that&apos;s a thing now and it&apos;s pretty cool.</description>
    </item><item>
      <title>Sonar, the Linter I Never Knew I Wanted</title>
      <link>https://example.com/blog/websummit-sonar/</link>
      <guid>https://example.com/blog/websummit-sonar/</guid>
      <pubDate>Tue, 19 Sep 2017 00:00:00 GMT</pubDate>
      <description>Meet Nellie the Narwhal, the official mascot for Sonar, the linting tool for the web. Nellie represents a tool that is long-overdue. It provides any web application the ability to verify they are meeting a high level of quality when it comes to their web applications, and not miss any common mistakes.</description>
    </item><item>
      <title>Service Workers and PWAs are Super Cool</title>
      <link>https://example.com/blog/websummit-pwa/</link>
      <guid>https://example.com/blog/websummit-pwa/</guid>
      <pubDate>Mon, 18 Sep 2017 00:00:00 GMT</pubDate>
      <description>One of the core items highlighted by the Microsoft Edge team, along with many others who were just web professionals, was the importance of Progressive Web Apps (PWAs). I started out thinking they were something that could be interesting one day, but left the conference convinced that this will change the way we think of the web.</description>
    </item><item>
      <title>Posh-GVM, the Groovy Version Manager for Powershell</title>
      <link>https://example.com/blog/posh-gvm/</link>
      <guid>https://example.com/blog/posh-gvm/</guid>
      <pubDate>Thu, 17 Aug 2017 00:00:00 GMT</pubDate>
      <description>Here&apos;s another dev thing I use: Posh-GVM, a Groovy version manager that works for Windows.</description>
    </item><item>
      <title>Jabba, the Java Version Manager for Everyone</title>
      <link>https://example.com/blog/jabba/</link>
      <guid>https://example.com/blog/jabba/</guid>
      <pubDate>Wed, 16 Aug 2017 00:00:00 GMT</pubDate>
      <description>Here&apos;s another dev thing I use: Jabba, a cross-platform Java version manager that works for Windows.</description>
    </item><item>
      <title>No Cost Game Design Toolbox</title>
      <link>https://example.com/blog/no-cost-game-design-toolbox/</link>
      <guid>https://example.com/blog/no-cost-game-design-toolbox/</guid>
      <pubDate>Tue, 15 Aug 2017 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>NVS, the Node Version Manger for Everyone</title>
      <link>https://example.com/blog/nvs/</link>
      <guid>https://example.com/blog/nvs/</guid>
      <pubDate>Tue, 15 Aug 2017 00:00:00 GMT</pubDate>
      <description>Here&apos;s another dev thing I use: NVS, or the Node Version Switcher. It works on Windows and it&apos;s great.</description>
    </item><item>
      <title>IstanbulJS Code Coverage Reports in VSTS</title>
      <link>https://example.com/blog/istanbuljs-in-vsts/</link>
      <guid>https://example.com/blog/istanbuljs-in-vsts/</guid>
      <pubDate>Thu, 03 Aug 2017 00:00:00 GMT</pubDate>
      <description>Here&apos;s another dev thing I use: IstanbulJS in Visual Studio Team Services (VSTS) builds and display the test reports as part of the build reports.</description>
    </item><item>
      <title>Mocha Test Reports in VSTS</title>
      <link>https://example.com/blog/mocha-in-vsts/</link>
      <guid>https://example.com/blog/mocha-in-vsts/</guid>
      <pubDate>Tue, 01 Aug 2017 00:00:00 GMT</pubDate>
      <description>Here&apos;s another dev thing I do: Display my MochaJS test report in the Visual Studio Team Services (VSTS) build report.</description>
    </item><item>
      <title>Conquest April 2017 Devblog</title>
      <link>https://example.com/blog/conquest-april-2017-devblog/</link>
      <guid>https://example.com/blog/conquest-april-2017-devblog/</guid>
      <pubDate>Tue, 02 May 2017 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Introducing My Game Project - March 2017 Devblog</title>
      <link>https://example.com/blog/conquest-march-2017-devblog/</link>
      <guid>https://example.com/blog/conquest-march-2017-devblog/</guid>
      <pubDate>Mon, 03 Apr 2017 00:00:00 GMT</pubDate>
      <description>This is the first of monthly status update posts on my video game project I call Conquest.</description>
    </item><item>
      <title>How to Compile TypeScript into a Single File with SystemJS Modules with Gulp</title>
      <link>https://example.com/blog/how-to-compile-typescript-into-a-single-file-with-systemjs-modules-with-gulp/</link>
      <guid>https://example.com/blog/how-to-compile-typescript-into-a-single-file-with-systemjs-modules-with-gulp/</guid>
      <pubDate>Tue, 14 Mar 2017 00:00:00 GMT</pubDate>
      <description>I decided to move a TypeScript project from AMD modules (i.e. RequireJS) to SystemJS, still using Gulp. In this post, I walk you through the sample project I&apos;ve created and share the lessons I learned along the way.</description>
    </item><item>
      <title>Initial Thoughts on Using Phaser</title>
      <link>https://example.com/blog/new-post-initial-thoughts-on-phaser/</link>
      <guid>https://example.com/blog/new-post-initial-thoughts-on-phaser/</guid>
      <pubDate>Tue, 07 Mar 2017 00:00:00 GMT</pubDate>
      <description>As a side project, I started making another JavaScript-based video game and decided to go with Phaser as my framework of choice. Here are my initial thoughts about Phaser after using it on my project for the past two months.</description>
    </item><item>
      <title>How to Blog with VSTS (Part 4)</title>
      <link>https://example.com/blog/how-to-blog-with-vsts-part-4/</link>
      <guid>https://example.com/blog/how-to-blog-with-vsts-part-4/</guid>
      <pubDate>Mon, 21 Nov 2016 00:00:00 GMT</pubDate>
      <description>I wanted to understand how to use Visual Studio Team Services (VSTS) for a &quot;real&quot; project. Being a noob, I decided to move my blog to VSTS to understand how _any_ project can benefit from ALM practices using VSTS. In part 4 of 5, we setup a _Build_ script.</description>
    </item><item>
      <title>How to Blog with VSTS (Part 3)</title>
      <link>https://example.com/blog/how-to-blog-with-vsts-part-3/</link>
      <guid>https://example.com/blog/how-to-blog-with-vsts-part-3/</guid>
      <pubDate>Mon, 14 Nov 2016 00:00:00 GMT</pubDate>
      <description>I wanted to understand how to use Visual Studio Team Services (VSTS) for a &quot;real&quot; project. Being a noob, I decided to move my blog to VSTS to understand how _any_ project can benefit from ALM practices using VSTS. In part 3 of 5, we start to make plans and _Work_ on our blog.</description>
    </item><item>
      <title>How to Blog with VSTS (Part 2)</title>
      <link>https://example.com/blog/how-to-blog-with-vsts-part-2/</link>
      <guid>https://example.com/blog/how-to-blog-with-vsts-part-2/</guid>
      <pubDate>Mon, 07 Nov 2016 00:00:00 GMT</pubDate>
      <description>I wanted to understand how to use Visual Studio Team Services (VSTS) for a &quot;real&quot; project. Being a noob, I decided to move my blog to VSTS to understand how _any_ project can benefit from ALM practices using VSTS. In part 2 of 5, we get our blog into source control.</description>
    </item><item>
      <title>How to Blog with VSTS (Part 1)</title>
      <link>https://example.com/blog/how-to-blog-with-vsts-part-1/</link>
      <guid>https://example.com/blog/how-to-blog-with-vsts-part-1/</guid>
      <pubDate>Mon, 31 Oct 2016 00:00:00 GMT</pubDate>
      <description>I wanted to understand how to use Visual Studio Team Services (VSTS) for a &quot;real&quot; project. Being a noob, I decided to move my blog to VSTS to understand how _any_ project can benefit from ALM practices using VSTS. In part 1 of 5, we get things setup.</description>
    </item><item>
      <title>How to Use Global NPM Packages on a VSTS Self-Hosted Build Agent</title>
      <link>https://example.com/blog/how-to-use-global-npm-packages-on-a-vsts-self-hosted-build-agent/</link>
      <guid>https://example.com/blog/how-to-use-global-npm-packages-on-a-vsts-self-hosted-build-agent/</guid>
      <pubDate>Mon, 24 Oct 2016 00:00:00 GMT</pubDate>
      <description>I setup a self-hosted build agent in Visual Studio Team Services. My build installed global NPM packages, but the tasks that used them later on in the script would fail because they were unable to use them. This post describes what I did to get them working.</description>
    </item><item>
      <title>Windows Not Required - The New Microsoft Development Story (Video)</title>
      <link>https://example.com/blog/windows-not-required-video/</link>
      <guid>https://example.com/blog/windows-not-required-video/</guid>
      <pubDate>Mon, 03 Oct 2016 00:00:00 GMT</pubDate>
      <description>I delivered a presentation at the Winnipeg .NET User Group last week, where I recorded it and posted it on YouTube. I go over a number of Microsoft development tools and technologies that don&apos;t require Windows and deliver the demos on my Linux machine.</description>
    </item><item>
      <title>How to Fix node-gyp Error on Windows</title>
      <link>https://example.com/blog/how-to-fix-node-gyp-error-on-windows/</link>
      <guid>https://example.com/blog/how-to-fix-node-gyp-error-on-windows/</guid>
      <pubDate>Mon, 26 Sep 2016 00:00:00 GMT</pubDate>
      <description>Whenever I get a new machine, I pull down a new project using the `npm install command and get an error related to python and node-gyp. This post will remember the fix for this problem that I always forget.</description>
    </item><item>
      <title>How to Build ReactJS with Gulp</title>
      <link>https://example.com/blog/how-to-build-reactjs-with-gulp/</link>
      <guid>https://example.com/blog/how-to-build-reactjs-with-gulp/</guid>
      <pubDate>Mon, 19 Sep 2016 00:00:00 GMT</pubDate>
      <description>I started to tinker with React last week and needed to do some digging on how to transpile the React JSX files using Gulp. In this post, we walkthrough my newly updated Gulp task that transpiles JSX and JavaScript files.</description>
    </item><item>
      <title>How to Compile Typescript into a Single File with AMD Modules with Gulp</title>
      <link>https://example.com/blog/typescript-with-amd-and-gulp/</link>
      <guid>https://example.com/blog/typescript-with-amd-and-gulp/</guid>
      <pubDate>Mon, 12 Sep 2016 00:00:00 GMT</pubDate>
      <description>The lessons I learned and the steps I took to compile TypeScript modules into a single file with AMD modules using Gulp, along with how I consumed those compiled modules in my HTML application.</description>
    </item><item>
      <title>How to Use Highlight.Js with Bower and Gulp</title>
      <link>https://example.com/blog/how-to-use-highlight-js-with-bower-and-gulp/</link>
      <guid>https://example.com/blog/how-to-use-highlight-js-with-bower-and-gulp/</guid>
      <pubDate>Mon, 29 Aug 2016 00:00:00 GMT</pubDate>
      <description>One of the best libraries I&apos;ve seen for syntax highlighting on the web is highlight.js, IMHO. The catch to using the library is that it takes a bit more effort to setup than just adding a script tag and being done with it. In this post, I&apos;ll walk you through the steps I took to get this up and running with Bower and Gulp.</description>
    </item><item>
      <title>Mobile First Design Tips</title>
      <link>https://example.com/blog/mobile-first-design-tips/</link>
      <guid>https://example.com/blog/mobile-first-design-tips/</guid>
      <pubDate>Tue, 16 Aug 2016 00:00:00 GMT</pubDate>
      <description>When redesigning my personal website and blog, I started from scratch and attempted to apply a mobile-first design approach. Here are a few tips that I picked up along the way while creating and implementing my new design that might prevent some mistakes on your own sites.</description>
    </item><item>
      <title>Keeping Your Edge on an Extended Break</title>
      <link>https://example.com/blog/keeping-your-edge/</link>
      <guid>https://example.com/blog/keeping-your-edge/</guid>
      <pubDate>Mon, 18 Jul 2016 00:00:00 GMT</pubDate>
      <description>A few quick tips on how I kept up-to-date in the professional world while taking a four month hiatus for parental leave _without_ giving up time with my daughter.</description>
    </item><item>
      <title>Measuring in CSS is Cool</title>
      <link>https://example.com/blog/measuring-in-css-is-cool/</link>
      <guid>https://example.com/blog/measuring-in-css-is-cool/</guid>
      <pubDate>Mon, 07 Mar 2016 00:00:00 GMT</pubDate>
      <description>I&apos;ve been on this CSS kick for the past while, and I had forgotten how much CSS can do now. More specifically how things have changed when it comes to measuring height and width.</description>
    </item><item>
      <title>Using text-overflow:ellipsis with Inline Flex</title>
      <link>https://example.com/blog/using-overflow-ellipsis-in-inline-flex/</link>
      <guid>https://example.com/blog/using-overflow-ellipsis-in-inline-flex/</guid>
      <pubDate>Mon, 29 Feb 2016 00:00:00 GMT</pubDate>
      <description>Two out of three Dave&apos;s hit this obscure CSS problem that turned out to be expected behaviour. David Wesst walks us through the reason why and how to fix it.</description>
    </item><item>
      <title>JavaScript Framework or JavaScript Core (Part 2)</title>
      <link>https://example.com/blog/javascript-framework-or-javascript-core-part-2/</link>
      <guid>https://example.com/blog/javascript-framework-or-javascript-core-part-2/</guid>
      <pubDate>Mon, 22 Feb 2016 00:00:00 GMT</pubDate>
      <description>Is it always better to use JavaScript Frameworks? David continues his analysys and shares the pros and cons of writing your JavaScript from scratch.</description>
    </item><item>
      <title>JavaScript Framework or JavaScript Core (Part 1)</title>
      <link>https://example.com/blog/javascript-framework-or-javascript-core-part-1/</link>
      <guid>https://example.com/blog/javascript-framework-or-javascript-core-part-1/</guid>
      <pubDate>Tue, 16 Feb 2016 00:00:00 GMT</pubDate>
      <description>Is it always better to use JavaScript Frameworks? David analyzes the pros and cons of using JavaScript frameworks versus only using core JavaScript.</description>
    </item><item>
      <title>Exploring JavaScript Game Frameworks</title>
      <link>https://example.com/blog/exploring-javascript-game-frameworks/</link>
      <guid>https://example.com/blog/exploring-javascript-game-frameworks/</guid>
      <pubDate>Mon, 08 Feb 2016 00:00:00 GMT</pubDate>
      <description>David reviews a handful of JavaScript-based game frameworks he went through before selecting one for his new game.</description>
    </item><item>
      <title>Why ChakraCore OSS is Important</title>
      <link>https://example.com/blog/why-chakracore-oss-is-important/</link>
      <guid>https://example.com/blog/why-chakracore-oss-is-important/</guid>
      <pubDate>Thu, 14 Jan 2016 00:00:00 GMT</pubDate>
      <description>It&apos;s pretty cool that Microsoft has released the source code of their JavaScript engine Chakra. But, why it is important and how do developers actually benefit from this?</description>
    </item><item>
      <title>Highlight Reel for 2015</title>
      <link>https://example.com/blog/highlight-reel-for-2015/</link>
      <guid>https://example.com/blog/highlight-reel-for-2015/</guid>
      <pubDate>Fri, 01 Jan 2016 00:00:00 GMT</pubDate>
      <description>David Wesst takes a moment to look back at his personal and professional development throughout 2015.</description>
    </item><item>
      <title>Looking Forward into 2016</title>
      <link>https://example.com/blog/looking-forward-into-2016/</link>
      <guid>https://example.com/blog/looking-forward-into-2016/</guid>
      <pubDate>Fri, 01 Jan 2016 00:00:00 GMT</pubDate>
      <description>DW documents and shares his planning session for 2016 based on what he&apos;s learned from 2015.</description>
    </item><item>
      <title>Code - The Visual Studio for Everybody</title>
      <link>https://example.com/blog/code-the-visual-studio-for-everybody/</link>
      <guid>https://example.com/blog/code-the-visual-studio-for-everybody/</guid>
      <pubDate>Mon, 07 Dec 2015 00:00:00 GMT</pubDate>
      <description>Last week I delivered three presentations: one at the Winnipeg .NET User Group and the other two at Winnipeg Code Camp. Being as awesome as we are, the user group presentation was recorded and has been published on the YouTube page.</description>
    </item><item>
      <title>Code - The Visual Studio for Everybody</title>
      <link>https://example.com/blog/vscode-the-visual-studio-for-everybody/</link>
      <guid>https://example.com/blog/vscode-the-visual-studio-for-everybody/</guid>
      <pubDate>Mon, 07 Dec 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Inspiration From MVP Summit 2015</title>
      <link>https://example.com/blog/inspiration-from-mvp-summit-2015/</link>
      <guid>https://example.com/blog/inspiration-from-mvp-summit-2015/</guid>
      <pubDate>Fri, 20 Nov 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>My Favourite Online Dev Tools</title>
      <link>https://example.com/blog/my-favourite-online-dev-tools/</link>
      <guid>https://example.com/blog/my-favourite-online-dev-tools/</guid>
      <pubDate>Wed, 28 Oct 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Using Java Build Script Tasks in Visual Studio Code</title>
      <link>https://example.com/blog/using-java-build-script-tasks-in-visual-studio-code/</link>
      <guid>https://example.com/blog/using-java-build-script-tasks-in-visual-studio-code/</guid>
      <pubDate>Wed, 21 Oct 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Custom Tasks for Java in Visual Studio Code</title>
      <link>https://example.com/blog/custom-tasks-for-java-in-visual-studio-code/</link>
      <guid>https://example.com/blog/custom-tasks-for-java-in-visual-studio-code/</guid>
      <pubDate>Wed, 14 Oct 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Capture HTTPS Traffic in Java with Eclipse, and Fiddler</title>
      <link>https://example.com/blog/capturing-https-traffic-in-java-with-eclipse-and-fiddler/</link>
      <guid>https://example.com/blog/capturing-https-traffic-in-java-with-eclipse-and-fiddler/</guid>
      <pubDate>Wed, 07 Oct 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Downgrading Windows Phone 10 Technical Preview - The Lowlights</title>
      <link>https://example.com/blog/downgrading-windows-phone-10-technical-preview-the-lowlights/</link>
      <guid>https://example.com/blog/downgrading-windows-phone-10-technical-preview-the-lowlights/</guid>
      <pubDate>Tue, 22 Sep 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Western Devs (and MVP) Found My Spirit Animal</title>
      <link>https://example.com/blog/western-devs-found-my-spirit-animal/</link>
      <guid>https://example.com/blog/western-devs-found-my-spirit-animal/</guid>
      <pubDate>Wed, 12 Aug 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Docker on Windows 10 Problems</title>
      <link>https://example.com/blog/docker-on-windows-10-problems/</link>
      <guid>https://example.com/blog/docker-on-windows-10-problems/</guid>
      <pubDate>Mon, 10 Aug 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Running Tomcat Apps on Docker through Eclipse</title>
      <link>https://example.com/blog/running-tomcat-apps-on-docker-through-eclipse/</link>
      <guid>https://example.com/blog/running-tomcat-apps-on-docker-through-eclipse/</guid>
      <pubDate>Fri, 07 Aug 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Considerations When Migrating Your Blog</title>
      <link>https://example.com/blog/considerations-when-migrating-your-blog/</link>
      <guid>https://example.com/blog/considerations-when-migrating-your-blog/</guid>
      <pubDate>Sat, 01 Aug 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Why Networking is Critical</title>
      <link>https://example.com/blog/why-networking-is-critical/</link>
      <guid>https://example.com/blog/why-networking-is-critical/</guid>
      <pubDate>Thu, 09 Jul 2015 00:00:00 GMT</pubDate>
      <description>With my new gig as an Application Developer, I started back into technology podcasts. I&apos;m not sure how I came across MSDevShow, but I did notice that Lori Lalonde, the wizard of mobile development in Microsoft-land, was in an episode and decided: Why not?.</description>
    </item><item>
      <title>Conference recap extravaganza!</title>
      <link>https://example.com/blog/conference-recap-extravaganza/</link>
      <guid>https://example.com/blog/conference-recap-extravaganza/</guid>
      <pubDate>Thu, 11 Jun 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>My Top 5 Sessions Picks - MVP Virtual Conference 2015</title>
      <link>https://example.com/blog/my-top-5-sessions-picks-mvp-virtual-conference-2015/</link>
      <guid>https://example.com/blog/my-top-5-sessions-picks-mvp-virtual-conference-2015/</guid>
      <pubDate>Wed, 13 May 2015 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Living on the (Microsoft) Edge on May 5 &amp; 6</title>
      <link>https://example.com/blog/living-on-the-microsoft-edge-on-may-5-6/</link>
      <guid>https://example.com/blog/living-on-the-microsoft-edge-on-may-5-6/</guid>
      <pubDate>Mon, 04 May 2015 00:00:00 GMT</pubDate>
      <description>2015 brought introduced a lot of new stuff in the Microsoft space, including how Windows 10 is changing up the web application game.</description>
    </item><item>
      <title>MSDevShow...A Dev Podcast Review</title>
      <link>https://example.com/blog/msdevshow-a-dev-podcast-review/</link>
      <guid>https://example.com/blog/msdevshow-a-dev-podcast-review/</guid>
      <pubDate>Thu, 30 Apr 2015 00:00:00 GMT</pubDate>
      <description>I like podcasts. Especially the technical kind, but I find it&apos;s challenging to find quality dev podcasts in the sea of options out there. MSDevShow is one that a discovered, and it did not disappoint.</description>
    </item><item>
      <title>Zany Video Game Quotes - Live and in the Cloud</title>
      <link>https://example.com/blog/zany-video-game-quotes-live-and-in-the-cloud/</link>
      <guid>https://example.com/blog/zany-video-game-quotes-live-and-in-the-cloud/</guid>
      <pubDate>Tue, 28 Apr 2015 00:00:00 GMT</pubDate>
      <description>I&apos;ve been working on a side project for roughly 5 years now, and this past week I managed to finally launch it. Zany Video Game Quotes, is a site worked on acquired by a very close friend of mine. He worked on the content and enlisted me as the lead developer.</description>
    </item><item>
      <title>Traf-O-Data and Windows NT on LGR Tech Tales</title>
      <link>https://example.com/blog/traf-o-data-and-windows-nt-on-lgr-tech-tales/</link>
      <guid>https://example.com/blog/traf-o-data-and-windows-nt-on-lgr-tech-tales/</guid>
      <pubDate>Wed, 08 Apr 2015 00:00:00 GMT</pubDate>
      <description>In recent days, a specific YouTube channel has my caught my attention. It&apos;s called Lazy Game Reviews, and last night I came across a great playlist of only four episoded called: LGR Tech Tales where LGR, the host, goes through a specific event in computer history.</description>
    </item><item>
      <title>Retrospective: The YouTube Experiment</title>
      <link>https://example.com/blog/retrospective-the-youtube-experiment/</link>
      <guid>https://example.com/blog/retrospective-the-youtube-experiment/</guid>
      <pubDate>Thu, 05 Feb 2015 00:00:00 GMT</pubDate>
      <description>At the beginning of the month I announced I&apos;d be doing a web series on YouTube called Script Unscripted. </description>
    </item><item>
      <title>NetFront-- the Unknown Browser Everyone Owns</title>
      <link>https://example.com/blog/netfront-the-unknown-browser-everyone-owns/</link>
      <guid>https://example.com/blog/netfront-the-unknown-browser-everyone-owns/</guid>
      <pubDate>Wed, 14 Jan 2015 00:00:00 GMT</pubDate>
      <description>Netfront is a web browser that I hadn&apos;t heard of before, but I have installed on six of my devices.</description>
    </item><item>
      <title>Video Games Preventing Cancer with AGDQ</title>
      <link>https://example.com/blog/video-games-preventing-cancer-with-agdq/</link>
      <guid>https://example.com/blog/video-games-preventing-cancer-with-agdq/</guid>
      <pubDate>Thu, 08 Jan 2015 00:00:00 GMT</pubDate>
      <description>I wanted to share something I find freaking cool. It&apos;s called Awesome Games Done Quickly, or AGDQ.</description>
    </item><item>
      <title>Make New Habits with New IE VMs in the New Year</title>
      <link>https://example.com/blog/make-new-habits-with-new-ie-vms-in-the-new-year/</link>
      <guid>https://example.com/blog/make-new-habits-with-new-ie-vms-in-the-new-year/</guid>
      <pubDate>Wed, 07 Jan 2015 00:00:00 GMT</pubDate>
      <description>Happy New Year! Time to start working on self improvement and developing new habits.</description>
    </item><item>
      <title>Script Unscripted Starts January 8th</title>
      <link>https://example.com/blog/script-unscripted-starts-january-8th/</link>
      <guid>https://example.com/blog/script-unscripted-starts-january-8th/</guid>
      <pubDate>Tue, 06 Jan 2015 00:00:00 GMT</pubDate>
      <description>Last week I launched my first YouTube video with Get to the Point.</description>
    </item><item>
      <title>IE...err...Spartan Makes IGN News</title>
      <link>https://example.com/blog/ie-err-spartan-makes-ign-news/</link>
      <guid>https://example.com/blog/ie-err-spartan-makes-ign-news/</guid>
      <pubDate>Fri, 02 Jan 2015 00:00:00 GMT</pubDate>
      <description>Watching my YouTube based video game news on IGN News, I came across this report that blends the two worlds.</description>
    </item><item>
      <title>Highlight Reel for 2014</title>
      <link>https://example.com/blog/highlight-reel-for-2014/</link>
      <guid>https://example.com/blog/highlight-reel-for-2014/</guid>
      <pubDate>Thu, 01 Jan 2015 00:00:00 GMT</pubDate>
      <description>This past year has been a rough one for me personally, but professionally, not so bad.</description>
    </item><item>
      <title>Get to the Point: My Pilot Video</title>
      <link>https://example.com/blog/get-to-the-point-my-pilot-video/</link>
      <guid>https://example.com/blog/get-to-the-point-my-pilot-video/</guid>
      <pubDate>Tue, 30 Dec 2014 00:00:00 GMT</pubDate>
      <description>To close out the year, I&apos;m kicking off a new project that I&apos;ve wanted to do for a long time now.</description>
    </item><item>
      <title>Ghost 0.5.X from Source to Azure Websites on Canadian Developer Connection</title>
      <link>https://example.com/blog/ghost-0-5-x-from-source-to-azure-websites-on-canadian-developer-connection/</link>
      <guid>https://example.com/blog/ghost-0-5-x-from-source-to-azure-websites-on-canadian-developer-connection/</guid>
      <pubDate>Thu, 04 Dec 2014 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>JavaScript Coding is Gameplay in Screeps</title>
      <link>https://example.com/blog/javascript-coding-is-gameplay-in-screeps/</link>
      <guid>https://example.com/blog/javascript-coding-is-gameplay-in-screeps/</guid>
      <pubDate>Wed, 19 Nov 2014 00:00:00 GMT</pubDate>
      <description>I found this on reddit last week. It&apos;s called Screeps and it comes out tomorrow (November 20th).</description>
    </item><item>
      <title>Think Before You Tweet: A Lesson in Humility</title>
      <link>https://example.com/blog/think-before-you-tweet-a-lesson-in-humility/</link>
      <guid>https://example.com/blog/think-before-you-tweet-a-lesson-in-humility/</guid>
      <pubDate>Mon, 17 Nov 2014 00:00:00 GMT</pubDate>
      <description>Over the weekend I tripped over brain and sounded like a goof on Twitter while trying to engage a number of technology experts.</description>
    </item><item>
      <title>Can ASP.NET Become the Next Node.JS?</title>
      <link>https://example.com/blog/can-asp-net-become-the-next-node-js/</link>
      <guid>https://example.com/blog/can-asp-net-become-the-next-node-js/</guid>
      <pubDate>Fri, 14 Nov 2014 00:00:00 GMT</pubDate>
      <description>I realize how crazy that sounds, but after yesterday&apos;s keynote from Microsoft at the VS Connect event in New York, I&apos;m wondering if my goal to find a true cross-platform technology is sitting back at base camp just...leveling up.</description>
    </item><item>
      <title>November 27 - Going Terminal: Learning to be IDE Free</title>
      <link>https://example.com/blog/november-27-going-terminal-learning-to-be-ide-free/</link>
      <guid>https://example.com/blog/november-27-going-terminal-learning-to-be-ide-free/</guid>
      <pubDate>Thu, 13 Nov 2014 00:00:00 GMT</pubDate>
      <description>I&apos;m making my public speaking comeback after nearly a full year off with a new original presentation called Going Terminal: Learning to be IDE Free.</description>
    </item><item>
      <title>Remote IE - No More Testing Excuses</title>
      <link>https://example.com/blog/remote-ie-no-more-testing-excuses/</link>
      <guid>https://example.com/blog/remote-ie-no-more-testing-excuses/</guid>
      <pubDate>Mon, 03 Nov 2014 00:00:00 GMT</pubDate>
      <description>Today the IE team released Remote IE. This is awesome. Let me explain.</description>
    </item><item>
      <title>SimCity in the Browser...with Source Code</title>
      <link>https://example.com/blog/simcity-in-the-browser-with-source-code/</link>
      <guid>https://example.com/blog/simcity-in-the-browser-with-source-code/</guid>
      <pubDate>Fri, 31 Oct 2014 00:00:00 GMT</pubDate>
      <description>If you haven&apos;t played the classic SimCity, I mean Micropolis then you missed out.</description>
    </item><item>
      <title>Why the Humble Mozilla Bundle is Awesome</title>
      <link>https://example.com/blog/why-the-humble-mozilla-bundle-is-awesome/</link>
      <guid>https://example.com/blog/why-the-humble-mozilla-bundle-is-awesome/</guid>
      <pubDate>Wed, 29 Oct 2014 00:00:00 GMT</pubDate>
      <description>Last week, I saw my worlds collide in this Humble Bundle my mind was blown.</description>
    </item><item>
      <title>Installing Games JavaScript Style</title>
      <link>https://example.com/blog/installing-games-javascript-style/</link>
      <guid>https://example.com/blog/installing-games-javascript-style/</guid>
      <pubDate>Fri, 24 Oct 2014 00:00:00 GMT</pubDate>
      <description>I bought the Humble Mozilla Bundle earlier this week and I wanted to take a moment to show people what it looks like to install a JavaScript game in the browser.</description>
    </item><item>
      <title>Humble Bundle Games Go JavaScript</title>
      <link>https://example.com/blog/humble-bundle-games-go-javascript/</link>
      <guid>https://example.com/blog/humble-bundle-games-go-javascript/</guid>
      <pubDate>Thu, 23 Oct 2014 00:00:00 GMT</pubDate>
      <description>Last week, I noticed a playable game on the Firefox start page.</description>
    </item><item>
      <title>ThatOneVideoGamer Brought To You By: Me</title>
      <link>https://example.com/blog/thatonevideogamer-brought-to-you-by-me/</link>
      <guid>https://example.com/blog/thatonevideogamer-brought-to-you-by-me/</guid>
      <pubDate>Wed, 22 Oct 2014 00:00:00 GMT</pubDate>
      <description>Yep, that&apos;s me. It&apos;s all me. It&apos;s awesome!!!!</description>
    </item><item>
      <title>What is Bower?</title>
      <link>https://example.com/blog/what-is-bower/</link>
      <guid>https://example.com/blog/what-is-bower/</guid>
      <pubDate>Thu, 16 Oct 2014 00:00:00 GMT</pubDate>
      <description>I mentioned Bower last time when talking about npm.</description>
    </item><item>
      <title>Always Use Node (Even on Non-Node Projects)</title>
      <link>https://example.com/blog/always-use-node-even-on-non-node-projects/</link>
      <guid>https://example.com/blog/always-use-node-even-on-non-node-projects/</guid>
      <pubDate>Thu, 09 Oct 2014 00:00:00 GMT</pubDate>
      <description>That&apos;s right. I said it: Always use Node, no matter what! Even if your server isn&apos;t going to be a Node server, just have it installed because you&apos;ll use it.</description>
    </item><item>
      <title>Why do you RequireJS?</title>
      <link>https://example.com/blog/why-do-you-requirejs/</link>
      <guid>https://example.com/blog/why-do-you-requirejs/</guid>
      <pubDate>Tue, 07 Oct 2014 00:00:00 GMT</pubDate>
      <description>Get it? RequireJS is a dependency management framework I use in JavaScript to manage...well my dependencies. But, the title is a play on words cause...of course you require JS...cause...JavaScript is required to...</description>
    </item><item>
      <title>Nintendo Builds Rich HTML5 Experiences</title>
      <link>https://example.com/blog/nintendo-builds-rich-html5-experiences/</link>
      <guid>https://example.com/blog/nintendo-builds-rich-html5-experiences/</guid>
      <pubDate>Thu, 02 Oct 2014 00:00:00 GMT</pubDate>
      <description>I need to throw a shout out to Nintendo.</description>
    </item><item>
      <title>Why do you CoffeeScript your JavaScript?</title>
      <link>https://example.com/blog/why-do-you-coffeescript-your-javascript/</link>
      <guid>https://example.com/blog/why-do-you-coffeescript-your-javascript/</guid>
      <pubDate>Tue, 30 Sep 2014 00:00:00 GMT</pubDate>
      <description>I was asked this the other day: Why don&apos;t you just write your code in JavaScript directly? As in, why would you use a langugage that abstracts JavaScript, which  doesn&apos;t require compiliation?</description>
    </item><item>
      <title>Why do I JavaScript?</title>
      <link>https://example.com/blog/why-do-i-javascript/</link>
      <guid>https://example.com/blog/why-do-i-javascript/</guid>
      <pubDate>Thu, 25 Sep 2014 00:00:00 GMT</pubDate>
      <description>The answer is simple: I don&apos;t want to limit about my platform options on day one.</description>
    </item><item>
      <title>The MVP Network is Awesome</title>
      <link>https://example.com/blog/the-mvp-network-is-awesome/</link>
      <guid>https://example.com/blog/the-mvp-network-is-awesome/</guid>
      <pubDate>Tue, 23 Sep 2014 00:00:00 GMT</pubDate>
      <description>Over the weekend I hit a Windows Azure issue in my side project that totally blocked me. Yesterday, I reached out on Twitter, and the Canadian MVP network picked it up and helped me solve it in 30 minutes.</description>
    </item><item>
      <title>IE on Reddit - Highlight Reel</title>
      <link>https://example.com/blog/ie-on-reddit-highlight-reel/</link>
      <guid>https://example.com/blog/ie-on-reddit-highlight-reel/</guid>
      <pubDate>Fri, 15 Aug 2014 00:00:00 GMT</pubDate>
      <description>To me, this is IamA (I am a something ask me anything) is historic with web platforms.</description>
    </item><item>
      <title>Whatcha doin&apos; DW?</title>
      <link>https://example.com/blog/whatcha-doin-dw/</link>
      <guid>https://example.com/blog/whatcha-doin-dw/</guid>
      <pubDate>Tue, 29 Jul 2014 00:00:00 GMT</pubDate>
      <description>Lot&apos;s of stuff really, but here&apos;s the big ones at 50,000 feet.</description>
    </item><item>
      <title>Hypertext Gaming - Starting June 29th on Twitch</title>
      <link>https://example.com/blog/hypertext-gaming-starting-june-29th-on-twitch/</link>
      <guid>https://example.com/blog/hypertext-gaming-starting-june-29th-on-twitch/</guid>
      <pubDate>Tue, 24 Jun 2014 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Back to Basics: The Text Editor</title>
      <link>https://example.com/blog/back-to-basics-the-text-editor/</link>
      <guid>https://example.com/blog/back-to-basics-the-text-editor/</guid>
      <pubDate>Thu, 24 Apr 2014 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>End of Support for Windows XP FAQ</title>
      <link>https://example.com/blog/end-of-support-for-windows-xp-faq/</link>
      <guid>https://example.com/blog/end-of-support-for-windows-xp-faq/</guid>
      <pubDate>Wed, 09 Apr 2014 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>Microsoft IE MVP - Year Four</title>
      <link>https://example.com/blog/microsoft-ie-mvp-year-four/</link>
      <guid>https://example.com/blog/microsoft-ie-mvp-year-four/</guid>
      <pubDate>Sat, 05 Apr 2014 00:00:00 GMT</pubDate>
      <description>That&apos;s right everyone, I&apos;ve been awarded the the Microsoft MVP award in the area of Internet Explorer again for 2014.</description>
    </item><item>
      <title>Answering the question: When will IE support that HTML feature?</title>
      <link>https://example.com/blog/answering-the-question-when-will-ie-support-that-html-feature/</link>
      <guid>https://example.com/blog/answering-the-question-when-will-ie-support-that-html-feature/</guid>
      <pubDate>Thu, 03 Apr 2014 00:00:00 GMT</pubDate>
      <description>Tired of waiting to hear from Microsoft on whether or not IE will support the latest HTML5 feature?</description>
    </item><item>
      <title>BUILD 2014 Cool Stuff - Day 1</title>
      <link>https://example.com/blog/build-2014-cool-stuff-day-1/</link>
      <guid>https://example.com/blog/build-2014-cool-stuff-day-1/</guid>
      <pubDate>Thu, 03 Apr 2014 00:00:00 GMT</pubDate>
      <description>I haven&apos;t been to BUILD, but I always follow it as Microsoft makes a bunch of really cool announcements throughout that pump me up.</description>
    </item><item>
      <title>Pro Tip: Office 365 to Simplify Communication</title>
      <link>https://example.com/blog/pro-tip-office-365-to-simplify-communication/</link>
      <guid>https://example.com/blog/pro-tip-office-365-to-simplify-communication/</guid>
      <pubDate>Tue, 05 Nov 2013 00:00:00 GMT</pubDate>
      <description>I believe the key to being professional is communication.</description>
    </item><item>
      <title>DW on Tour</title>
      <link>https://example.com/blog/dw-on-tour/</link>
      <guid>https://example.com/blog/dw-on-tour/</guid>
      <pubDate>Tue, 29 Oct 2013 00:00:00 GMT</pubDate>
      <description>That&apos;s right, I&apos;m heading out on a small tour out west in November and December to do some talking about HTML and JavaScript. I suggest you find your way to DevTeach in Vancouver or Saskatoon in November to learn some awesome tricks. </description>
    </item><item>
      <title>Hover! A Next-Gen HTML Experience</title>
      <link>https://example.com/blog/hover-a-next-gen-html-experience/</link>
      <guid>https://example.com/blog/hover-a-next-gen-html-experience/</guid>
      <pubDate>Wed, 02 Oct 2013 00:00:00 GMT</pubDate>
      
    </item><item>
      <title>The Heisenberg Second Screen Experience in HTML</title>
      <link>https://example.com/blog/the-heisenberg-second-screen-experience-in-html/</link>
      <guid>https://example.com/blog/the-heisenberg-second-screen-experience-in-html/</guid>
      <pubDate>Fri, 27 Sep 2013 00:00:00 GMT</pubDate>
      <description>Breaking Bad is coming to an end.</description>
    </item><item>
      <title>HTML Gaming for Core Gamers</title>
      <link>https://example.com/blog/html-gaming-for-core-gamers/</link>
      <guid>https://example.com/blog/html-gaming-for-core-gamers/</guid>
      <pubDate>Sat, 07 Sep 2013 00:00:00 GMT</pubDate>
      <description>This is part of a blog series discussing my afterthought on attending PAX Dev and Prime 2013 in Seattle.</description>
    </item><item>
      <title>Instant Eyedropper: The Colour Picker Tool I&apos;ve Been Missing</title>
      <link>https://example.com/blog/instant-eyedropper-the-colour-picker-tool-i-ve-been-missing/</link>
      <guid>https://example.com/blog/instant-eyedropper-the-colour-picker-tool-i-ve-been-missing/</guid>
      <pubDate>Tue, 20 Aug 2013 00:00:00 GMT</pubDate>
      <description>I came across this today, and I wanted to share it as this is the first time I&apos;ve found a simple, minimalistic eyedropper tool that allows me to get the HEX value (or another variety of colur value) of any colour that is on my screen.</description>
    </item><item>
      <title>Picking The Technology for my Game</title>
      <link>https://example.com/blog/picking-the-technology-for-my-game/</link>
      <guid>https://example.com/blog/picking-the-technology-for-my-game/</guid>
      <pubDate>Thu, 01 Aug 2013 00:00:00 GMT</pubDate>
      <description>I want to develop a game, and not just produce it.</description>
    </item><item>
      <title>The Difference between Apps and Games</title>
      <link>https://example.com/blog/the-difference-between-apps-and-games/</link>
      <guid>https://example.com/blog/the-difference-between-apps-and-games/</guid>
      <pubDate>Tue, 30 Jul 2013 00:00:00 GMT</pubDate>
      <description>No, really. Are they actually that different?</description>
    </item><item>
      <title>Excited about WebGL because of Grandia II</title>
      <link>https://example.com/blog/excited-about-webgl-because-of-grandia-ii/</link>
      <guid>https://example.com/blog/excited-about-webgl-because-of-grandia-ii/</guid>
      <pubDate>Thu, 18 Jul 2013 00:00:00 GMT</pubDate>
      <description>Last week, I was asking my partner for some advice on what game I should play. This is a regular occurrence for both of us, as we are both video game lovers and tend to lean towards single player games, and only have one television to share between us. Ultimately, we enjoy watching each other play through video games, but want to make sure that the non-player is at least going to enjoy themselves to a certain degree as we go through some kind of virtual adventure over the next few days.</description>
    </item><item>
      <title>Time for a Real Change</title>
      <link>https://example.com/blog/time-for-a-real-change/</link>
      <guid>https://example.com/blog/time-for-a-real-change/</guid>
      <pubDate>Sun, 07 Jul 2013 00:00:00 GMT</pubDate>
      <description>I know I seem to change my blog once a year saying &apos;this time it&apos;s different&apos;. The message this time around isn&apos;t different than that, except the change is leading to a completely different direction. </description>
    </item><item>
      <title>Stop Hating IE and Be a Professional (Part 3)</title>
      <link>https://example.com/blog/stop-hating-ie-and-be-a-professional-part-3/</link>
      <guid>https://example.com/blog/stop-hating-ie-and-be-a-professional-part-3/</guid>
      <pubDate>Fri, 18 Jan 2013 00:00:00 GMT</pubDate>
      <description>This post is part three of three. Part 1 (Be a Realist) and Part 2 (Be a Strategist) are already published and available.</description>
    </item><item>
      <title>Stop Hating IE and Be a Professional (Part 2)</title>
      <link>https://example.com/blog/stop-hating-ie-and-be-a-professional-part-2/</link>
      <guid>https://example.com/blog/stop-hating-ie-and-be-a-professional-part-2/</guid>
      <pubDate>Thu, 17 Jan 2013 00:00:00 GMT</pubDate>
      <description>This post is part two of three. Part 1 (Be a Realist) and Part 3 (Be a Leader) are also available.</description>
    </item><item>
      <title>Stop Hating IE and Be a Professional (Part 1)</title>
      <link>https://example.com/blog/stop-hating-ie-and-be-a-professional-part-1/</link>
      <guid>https://example.com/blog/stop-hating-ie-and-be-a-professional-part-1/</guid>
      <pubDate>Wed, 16 Jan 2013 00:00:00 GMT</pubDate>
      <description>This post is part one of three. Part 2 (Be a Strategist) and Part 3 (Be a Leader) are available as well.</description>
    </item>
  </channel>
</rss>