Blog


On many job postings or role definitions, a number of years of experience is often one of the many cited requirements for the position including, knowledge of languages, degrees and certifications. Why is that? In many ways it feels obvious, so obvious that most of us don’t ask the question: […]

Built to Contribute



5
Our employers, companies, and clients expect us to be professionals. They expect us to deliver quality products free of defects. How do we do that? Well, one way is to utilize code reviews. Code reviews are a way of getting a second set of eyes on the code. When a developer […]

Code Reviews are Required



2
Last month I had the honor of speaking at the Orlando .NET User Group (ONETUG) in Orlando Florida. My talk, entitled TDD: A Pragmatic Approach seemed to be of interest to everyone in attendance. Lots of questions and interest around Test Driven Development. After the presentation we continued the discussions […]

A Pragmatic Approach to TDD


I’ve been approached by 2 different people in the last week looking for ideas on a new career. Both showed interest in web development, and wanted my insight into the .NET world. I’ve written before about how I got started, but a lot has changed since I entered the field. […]

How to get started in web development


Too often I hear, “the client won’t pay for unit tests” or “I don’t like writing tests”. Ok. If you can guarantee a high level of quality and productivity without tests, go for it. Sadly its these same individuals and teams that have devoted days, weeks, or entire sprints to fixing […]

Bugs Will Be Fixed on Your Time



Many of those who attend my presentations on How to be a Six Figure Developer are new to software development and struggling to find junior-level opportunities which will support personal and professional growth. The best job openings aren’t usually the ones that get posted to employment websites or sent to […]

6 Steps to a Great First Development Job


Angular Basics Angular is a JavaScript framework for building Single Page Applications (SPA). There are a few key concepts required to work with Angular including dependency injection, controllers, services, and directives. In the following sections I will provide an introduction to these concepts and some simple examples of each concepts […]

Angular Crash Course


Recently I was asked why we spend so much time, effort, and energy discussing names on the 6 Figure Developer. Well, names matter. What’s in a name? Names are used to describe and define things. They’re used to communicate intent and meaning. Chances are, unless you’re an 80’s pop star […]

Names Matter, Pick Your Battles



Naming Code is a language, and as such it has parts of speech. Classes and variables are nouns and should be named as persons, places, or things. Methods or functions are verbs and should take an action. Booleans, this is inclusive of classes, variables, methods, and functions, are predicates and […]

6 Rules to Improve Your Code


Start early I started programming at a relatively young age. In 3rd grade we were given access to some Apple IIe computers. The curriculum mostly centered around outputting our names to the computer screen. Certainly nothing to write home about, but certainly fun for any 8 year old with limited […]

Advice to my younger self