September 2016

  1. Several years ago I came across the following video. It was a keynote from a Ruby conference by some guy named Robert "Uncle Bob" Martin. It's really worth your time to watch. Watching this opened my eyes. The idea that the framework is a delivery mechanism and not your...

  2. Radar is a project that I really like. Radar is a PSR-7 compliant Action-Domain-Responder (ADR) system. While it may look like a micro-framework, it is more like a wrapper around the real core of your application domain. Have your eyes glossed over yet? Don't worry. Radar is...

  3. Frameworks, libraries, and components are great. They can greatly simplify the process of writing applications. There is no need to reinvent the wheel. However what happens when the landscape changes? Your favorite library is no longer supported. The framework you've built your...

  4. For years I'd struggle to add new features and fix bugs because the likelihood of something breaking was too high. Now I don't sweat adding new features or fixing bugs. I know that whatever I build is going to work and when the inevitable bugs happen, I know how to fix them so...