September 08, 2014

Some files become unnecessary to track using version control, but still belong in the repository. Compiled assets, for example may require a…

September 06, 2014

If you have more than one javascript running on a page, you have likely experienced the hell of trying to debug a problem caused by naming…

August 24, 2014

Retrieving a data dump from your meteor production database and copying it to local development is a three-step, time sensitive process.…

August 23, 2014

D3 has an awesome number formatting function that I discovered only after hacking my own. My first approach was to use string and array…

August 09, 2014

Getters and setters make sense in java, and I just learned that there is an equivalent pattern in javascript: The and key words are…

August 07, 2014

Object-oriented programming (OOP) can be thought of as describing the properties and behaviour of a noun in a blueprint, which is used to…

August 05, 2014

I have encountered more than my share of javascript errors because I have made assumptions about the object I am working with, such as…

June 16, 2014

I have been working on Virtual Playbill for the last few weeks using meteor, bootstrap, and a number of other UI packages. I wanted to use a…

June 03, 2014

Whittling away at the Discover Meteor tutorial for creating a social news sharing site, I was implementing a Comments collection and related…

© Katie Leonard 2022