1 Jun 2017

Knockout File Tree

6 minutes
<p>As I had mentioned in a previous post, Knockout.js is my preferred framework for front end web development. In a past job, I needed to represent a file tree for a collection of files hosted on a remote server. I researched and evaluated various o…

28 May 2017

Front-End Web Architecture

12 minutes
<h2 id="introduction">Introduction</h2> <p>Working in front end web development, you will quickly realize that JavaScript is a fairly broken (though slowly improving) language. I want to establish some common understanding…