Want Amazing Products? Build an Amazing Culture

Back at my second real IT job, we did not have what some would call today “true” agile practices.    I say that because we did a great deal of up-front design work, requirements gathering, and signoffs.  Those are all things that most “agile” shops I’ve worked with avoid like the plague. Somehow though, at that job, we seemed … Read more

JavaScript Format Phone Number – Dead Simple

Recently I needed to roll my own phone number formatting for a problem at work.  The basic requirement was as follows: All the user to only enter numbers, no other characters were allowed The user could only enter 10 numbers After all the numbers were entered, the value would auto-format to (xxx)-xxx-xxxx The user could … Read more

Authoring Code and Why I Do It

Authoring code?  What kinda title is that Mr. Horton? Yep, all of us who write code … we’re all authors.  But perhaps that’s another post entirely. Today I wanted to jot down why I do this crazy little thing called code as well as how I got my start. Well, first this man and woman … Read more

Who do you code for?

You are a writer. You read me correctly.  A writer.  Check it out. See?  Told ya. As developers, we write code (text) for others to enjoy, either through the usage of the output it creates or … wait there is another thing to consider here?  … yeah .. or for others to read and learn … Read more

Xamarin – Simple Demo

This week I started delving into Xamarin which promises “Deliver native iOS, Android, and Windows apps using existing skills, teams, and code”. As part of Burgundy’s impending release, I wanted to see how Xamarin worked because the promise of “code reuse” across the various MMOS .. Multiple Mobile Operating Systems … is very intriguing to me. … Read more