Blog

  • Breaking the $100 Per Hour Barrier

    Breaking the $100 Per Hour Barrier

    I get this question at least once a year so thought I would write a blog post on it to help others. “How do I make more than $100 per hour?”. I’ve learned a few ways and wanted to share them below. If you want to save time, simply do something other than programming such as flipping houses, investment banking, or being the boss of a mid size company. They make way more money than we do. If you still love programming, but just want to know your options for making more money, read on.

    I won’t cover whether money can buy you happiness or not. All I’ll say is that for some people it does, and others it does not.

    Many of the financial and tax nomenclature below applies to the USA, but the types of work are the same regardless of country.

    (more…)

  • Thoughts on Teaching Object Oriented Programming in JavaScript

    Thoughts on Teaching Object Oriented Programming in JavaScript

    I’ve been doing a series of JavaScript videos on YouTube as part of a larger effort teaching Software Development. I find that I create a video 2 to 4 times before actually recording the real one. When describing something, when I find I have to reference a basic concept, I instead stop, and record a video around that basic concept first. This has worked well, and similar to blogging/writing books, it forces you to plug all holes no matter how minute in your knowledge of a subject so you can succinctly describe it in a way that makes sense.

    From a programming perspective, teaching advanced JavaScript is quite challenging because it wasn’t designed for traditional OOP concepts and large application design. Many of the more popular languages today are either built on, or support and promote OOP usage. On the same token, once you know OOP you better appreciate Functional languages, parametric polymorphism, and other dynamic language features.

    (more…)

  • Kanban Paper Airplane Factory

    Kanban Paper Airplane Factory

    I went to the local Capital Kanban meetup yesterday evening. It was a bunch of Project Managers discussing Kanban and waste in IT. Seemed completely out of my comfort zone and a way to meet new people in tech here in town so I attended. It turned out to be really cool and way more interesting than my expectations were. I wanted to mention some of those here, specifically some of the IT wastes that were mentioned I see all the time, the insights I got from the paper airplane factory game, and some after meeting talk that changed my perspective on what I perceive as problems in our industry with good software east of California (hah, trick question, there IS no good software done east of California…).

    (more…)

  • 30 Minutes With Ember

    30 Minutes With Ember

    I looked at EmberJS yesterday again because 2 leads recently were requesting it. It had been over a year since I looked at it before… or like 3 months before Google started backing Angular. In my business, my tech choice(s) are dictated by my clients and/or hiring firm. From a 30,000ft view, it’s just like Backbone but with built-in integration with and embracement of Handlebars with more helper classes.

    (more…)