Author: Chris Blackwell

Business Strategy · 1 MIN READ

Why Profit Matters

I’ve been seeing an increasing number of founders discussing metrics like users, conversion rate, MRR (monthly recurring revenue). Missing from these metrics is profitability. A business’s goal is to make a profit. You may run the business for lifestyle reasons, financial reasons. However, if your business is not turning a profit, you won’t be in […]

Coding · 4 MIN READ

In Response to #NoTDD

I follow people online who write in a variety of different languages, using a wide variety of platforms. One of the blogs I follow is the MSDN blog. This can be a great source of information of upcoming web standards, or even new platforms Microsoft is trying out. I don’t always agree with everything I […]

Coding · 1 MIN READ

Choosing Ember over React

Two years ago I chose Ember over Angular as my primary framework. At the time it was a hard decision. There is a much larger community around Angular, and React was starting to pickup steam. Ember uses Convention over Configuration, which really helps our team manage larger projects. The team over at instant2fa wrote up […]

Coding · 2 MIN READ

Hide Widgets on Specific WordPress Pages

The new reader centric version of my website launched last night. When I was setting up the new home and about page views, I needed to hide a widget. Normally there is a brief “about me” widget on most pages. This widget allows visitors who came directly to a page or article to learn more […]

Apple · 1 MIN READ

Marco Arment on the New Mac Pro

Apple blew everyone out of the water a couple weeks ago with the news that they were working on a new Mac Pro along with a Pro screen. I am very excited for this new machine, and I’ve been holding off on buying a new Mac desktop until I saw some major improvements. Marco Arment has now […]

Coding · 4 MIN READ

Server Sent Events using Laravel and Vue

Recently I was working on a new project, where I had to stream stock data and display it on a chart. My first instinct was to setup a loop using setTimeout, but I quickly realized that wouldn’t work for my exact needs. Stock prices change so frequently, often happening several times a second. Doing an ajax […]