Recent Posts
Being Agile: Trust
A lot of companies say they "do agile" but what does it really mean to be agile? Read More
Being Agile: Truth
A lot of companies say they "do agile" but what does it really mean to be agile? Read More
Ignorant consumers with NgRx
In Redux your producer is disconnected from your consumer by design. This can make lazy state initialization a tricky problem. In this post we will explore an alternate solution. Read More
Flippin Tables
Making tables responsive is a difficult problem to solve. In this post I present a new approach that I have found to be a satisfying solution. Read More
Is anyone listening?
Sometimes you just want to know if anyone is listening. In this post we will look at creating subscription based side-effects in RxJs. Read More
Loading...
In this post we will explore implementing considerate UX through intuitive, contextual animations. Specifically setting up a button and a table with a 'processing' state. Read More
Writers of the Lost Arc
I did my first project using SVG's and found creating arcs to be the most challenging aspect. So this post goes through how I came to understand how to draw arcs with SVGs. Read More
Angular2+ Observable Life-cycle Events
As I started using RxJs more heavily with Angular 2+ I found myself wishing that the component life-cycle events were observable. So I put together a few solutions doing so. Read More