<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>David Fox</title><description>Personal site of David Fox — co-founder of TalentFlow, building Health Harmony, member of technical staff at Dorian Trader.</description><link>https://iamdavidfox.com/</link><language>en-us</language><item><title>Git stash, pop, and apply in Visual Studio</title><link>https://iamdavidfox.com/2019/10/06/git-stash-pop-and-apply-in-visual-studio/</link><guid isPermaLink="true">https://iamdavidfox.com/2019/10/06/git-stash-pop-and-apply-in-visual-studio/</guid><description>Partial, half-baked, or otherwise incomplete work is inevitable in the lifespan of a developer. Fortunately, git offers a few ways out-of-the-box to manage temporary work you’re…</description><pubDate>Sun, 06 Oct 2019 16:30:28 GMT</pubDate><category>howto</category><category>source control</category><category>git</category></item><item><title>Cloning Git Repositories in Visual Studio Team Explorer</title><link>https://iamdavidfox.com/2019/10/05/cloning-git-repositories-in-visual-studio-team-explorer/</link><guid isPermaLink="true">https://iamdavidfox.com/2019/10/05/cloning-git-repositories-in-visual-studio-team-explorer/</guid><description>There are endless code repositories out there, and you can access them with a simple URL. For example, a repo hosted on Github might look like…</description><pubDate>Sat, 05 Oct 2019 22:00:02 GMT</pubDate><category>howto</category><category>source control</category><category>git</category></item><item><title>Git branch on the command line</title><link>https://iamdavidfox.com/2019/10/04/git-branch-on-the-command-line/</link><guid isPermaLink="true">https://iamdavidfox.com/2019/10/04/git-branch-on-the-command-line/</guid><description>At some point, you’ll probably want to switch context within a project and work on something else. Git branches are a possible strategy. What happens when you have to fix a bug…</description><pubDate>Fri, 04 Oct 2019 12:18:44 GMT</pubDate><category>howto</category><category>source control</category><category>git</category></item><item><title>How to git on the command line</title><link>https://iamdavidfox.com/2019/10/02/how-to-git-on-the-command-line/</link><guid isPermaLink="true">https://iamdavidfox.com/2019/10/02/how-to-git-on-the-command-line/</guid><description>In this article, we’ll run through some simple scenarios that may apply to your work at some point. We will: Initialize (create) a new repository, Add a file, Commit our work This…</description><pubDate>Wed, 02 Oct 2019 15:00:44 GMT</pubDate><category>howto</category><category>source control</category><category>tips</category><category>git</category><category>source-control</category></item><item><title>Using posh-git in PowerShell</title><link>https://iamdavidfox.com/2019/10/02/using-posh-git-in-powershell/</link><guid isPermaLink="true">https://iamdavidfox.com/2019/10/02/using-posh-git-in-powershell/</guid><description>Ever forgot the state of your git repo at the command line? Posh-git helps you remember!</description><pubDate>Wed, 02 Oct 2019 02:59:56 GMT</pubDate><category>howto</category><category>source control</category><category>tips</category><category>git</category><category>powershell</category><category>source-control</category></item><item><title>Build Web Applications with Databases on .NET Core</title><link>https://iamdavidfox.com/2019/02/02/build-web-applications-with-databases-on-net-core/</link><guid isPermaLink="true">https://iamdavidfox.com/2019/02/02/build-web-applications-with-databases-on-net-core/</guid><description>So you want to build a web application? Cool, I’ll try to illustrate one way to do this using .NET Core step by step to build an application with a database, and even setup some…</description><pubDate>Sat, 02 Feb 2019 17:20:30 GMT</pubDate><category>.netcore</category><category>c#</category><category>howto</category></item><item><title>Using Azure DevOps to automagically release .NET Core apps</title><link>https://iamdavidfox.com/2018/10/18/using-azure-devops-to-automagically-release-net-core-apps/</link><guid isPermaLink="true">https://iamdavidfox.com/2018/10/18/using-azure-devops-to-automagically-release-net-core-apps/</guid><description>“Rub a little devops on it” – Donovan Brown No idea if Donovan coined this phrase, but he says it in a lot of his videos. I also originally misquoted this–apologies! So, Azure…</description><pubDate>Thu, 18 Oct 2018 04:53:16 GMT</pubDate><category>c#</category><category>devops</category><category>howto</category></item><item><title>Yet Another Post About Things To Know Before Becoming A Developer</title><link>https://iamdavidfox.com/2018/08/03/yet-another-post-about-things-to-know-before-becoming-a-developer/</link><guid isPermaLink="true">https://iamdavidfox.com/2018/08/03/yet-another-post-about-things-to-know-before-becoming-a-developer/</guid><description>Disclaimer: I ripped this from an old blog post of mine and updated (I hope) the relevant bits. Yes, another one of these posts. I’ve read several, and each one has its merits…</description><pubDate>Fri, 03 Aug 2018 17:19:35 GMT</pubDate><category>c#</category><category>howto</category><category>tips</category></item><item><title>Building a 2D Platformer (Harambe-themed!) in Unity</title><link>https://iamdavidfox.com/2018/06/29/building-a-2d-platformer-in-unity/</link><guid isPermaLink="true">https://iamdavidfox.com/2018/06/29/building-a-2d-platformer-in-unity/</guid><description>Run Harambe, Run is the second mobile game I plan to release to iOS and Android. At the time I started this article, it’s in a closed alpha release. Leave a comment if you want to…</description><pubDate>Fri, 29 Jun 2018 12:46:32 GMT</pubDate><category>android</category><category>app</category><category>c#</category><category>howto</category><category>ios</category><category>mobile</category><category>unity</category></item><item><title>Building a mobile app (game) in Unity</title><link>https://iamdavidfox.com/2018/05/03/building-a-mobile-app-in-unity/</link><guid isPermaLink="true">https://iamdavidfox.com/2018/05/03/building-a-mobile-app-in-unity/</guid><description>So, I finally got off my ass and built something in Unity (and also got off my ass and blogged something new!) This is not a comprehensive tutorial on building a mobile app, but…</description><pubDate>Thu, 03 May 2018 00:46:24 GMT</pubDate><category>android</category><category>app</category><category>c#</category><category>howto</category><category>ios</category><category>mobile</category><category>unity</category></item><item><title>Hello world!</title><link>https://iamdavidfox.com/2018/01/29/first/</link><guid isPermaLink="true">https://iamdavidfox.com/2018/01/29/first/</guid><description>Just wanted to start this out with a simple post to start off my #100DaysOfCode challenge. What’s a 100-days-of-code challenge, you might ask? I hope you don’t, because it’s…</description><pubDate>Mon, 29 Jan 2018 06:51:00 GMT</pubDate><category>100daysofcode</category><category>python</category></item><item><title>Giving Back to Motivated Sophomores, Career Lunches, (and doing nice things for others)</title><link>https://iamdavidfox.com/2014/06/30/giving-back-to-motivated-sophomores-career-lunches-and-doing-nice-things-for-others/</link><guid isPermaLink="true">https://iamdavidfox.com/2014/06/30/giving-back-to-motivated-sophomores-career-lunches-and-doing-nice-things-for-others/</guid><description>The opportunity to drop a little knowledge on a handful of high school sophomores presented itself at a career lunch event hosted at Mt. St. Mary’s University in Emmitsburg, MD…</description><pubDate>Mon, 30 Jun 2014 20:41:20 GMT</pubDate><category>blog</category><category>tips</category></item></channel></rss>