February 11, 2014

The statement can function as a quick and semantic iterator for looping over object properties. In your console, try Awesome Resources…

February 10, 2014

The Passionate Programmer: Creating a Remarkable Career in Software Development (Pragmatic Life), by Chad Fowler (affiliate link) This book…

February 09, 2014

Because it bears repeating: javascript and ruby have many features in common, including the ability to add functionality to existing objects…

February 08, 2014

Javascript and Ruby have many features in common, including the ability to add functionality to existing objects. Ruby monkeypatching Ruby…

February 07, 2014

or, What the heck is global abatement? tldr: Global variables are code smells. Declaring variables inside an application-level function…

February 06, 2014

Continuing my exploration of message queues… A common MQ modality is publish/subscribe. A simplistic queue model has producers publishing…

February 05, 2014

Why use message queues? Message queues offer the benefits of high reliability at the cost of performance. This is particularly useful for…

February 04, 2014

or, how to not fubar your git history As with all the git lessons I have learned, this one started with a huge mistake. I had merged a…

February 03, 2014

Slack: Getting Past Burnout, Busywork and the Myth of Total Efficiency, by Tom DeMarco Trimming the slack from an organization in an effort…

February 03, 2014

JavaScript has a single number type — a 64-bit floating point number. Since there is no separate integer type, 1 and 1.0 are the same value…

© Katie Leonard 2022