Blog
12 posts. Older ones came over from the previous version of this site and are marked as such.
- Git stash, pop, and apply in Visual Studio
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…
- Cloning Git Repositories in Visual Studio Team Explorer
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…
- Git branch on the command line
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…
- How to git on the command line
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…
- Using posh-git in PowerShell
Ever forgot the state of your git repo at the command line? Posh-git helps you remember!
- Build Web Applications with Databases on .NET Core
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…
- Using Azure DevOps to automagically release .NET Core apps
“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…
- Yet Another Post About Things To Know Before Becoming A Developer
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…
- Building a 2D Platformer (Harambe-themed!) in Unity
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…
- Building a mobile app (game) in Unity
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…
- Hello world!
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…
- Giving Back to Motivated Sophomores, Career Lunches, (and doing nice things for others)
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…