My background is in software development, not marketing, not sales, not real estate ... its software development. Over the years I've been a full time employee, consultant and business owner and …
Android: Rounded Corners with a Bevel/Drop Shadow
Sometimes in Android you want to add a little depth and personality to your android layouts. A basic layout is rectangle with square corners and is quite ugly. I'm going to show you how to create …
Continue Reading about Android: Rounded Corners with a Bevel/Drop Shadow →
ASP.NET MVC: Building Web API’s with HeaderValueProvider
A friend of mine who is involved in a local start-up here in MPLS was talking to me about how his start up is building their web api. Their start-up is a mobile application that has a back end data …
Continue Reading about ASP.NET MVC: Building Web API’s with HeaderValueProvider →
Empty Folders: A git svn gotcha
I've been using git-svn for about 6 months at one particular client without any major issues (we've our fair share of small nuances here and there though). However, I did run into a weird problem …
My Favorite Git Alias
I've been using Git for almost two years now and I personally feel it is the superior version control system. One complaint I did have when I first started using it was that the log command had …
Setting up an Android Build Server โ Part 4: Communicating With Github
Update - Oct. 2015: This is out of date. You can set up a FREE CI server through CircleCI. Watch this video on how to do that. This post is part 3 in a series of posts of how to set up an Android …
Continue Reading about Setting up an Android Build Server โ Part 4: Communicating With Github →