About the Author
Avatar photo

Brett Jones

Introducing Marionette-Require-Boilerplate for Your Single Page Application

Brett Jones Articles, Development Technologies & Tools, HTML5, JavaScript 1 Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Marionette-Require-Boilerplate (MRB) is a simple boilerplate I created to help get Single Page Applications off the ground with a small starter project. It incorporates a …

Modularization in TypeScript

Brett Jones .NET, Articles, Development Technologies & Tools, JavaScript, Tutorial, TypeScript 7 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.UPDATE: Check out the new GitHub project that accompanies this post: TypeScript Modularization Demo.  In my last post, I introduced TypeScript, Microsoft’s new offering …

Introduction to TypeScript Language and Tooling

Brett Jones .NET, Articles, Development Technologies & Tools, HTML5, JavaScript, Tutorial, TypeScript 7 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.TypeScript, Microsoft’s new open source JavaScript derivative, brings static typing along with a number of conventional OOP features to the Wild West of JavaScript. …

Node Application Server with CouchDB

Brett Jones Articles, Databases, Development Technologies & Tools, HTML5, JavaScript, Node.js, Python, Tutorial 5 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Much has been made lately of “NoSQL” non-relational databases. A few weeks back, Lou wrote a post introducing CouchDB, a free Apache Foundation document …