March 02, 2018

I recently discovered two new react development tools that have changed how I approach React component development: Storybook and styled…

February 28, 2018

Javascript decorators are a form of metaprogramming: they add functionality to classes and properties. Unlike the GoF pattern, where…

February 23, 2018

I was recently challenged to implement a least recently used (LRU) cache in javascript, which taxed both my object-oriented javascripting…

March 18, 2017

I recently discovered some new (to me) features of enums, and so naturally I am now using them for everything. One of these new-to-me…

February 04, 2017

While wading into the wide world of high throughput production Java, I have been enjoying guidance from “Java Concurrency in Practice” by…

January 11, 2017

I have been working on a Java concurrency bug at work for the last few weeks, and the intertwining concepts of immutability and publication…

January 08, 2017

Annotations are a means of adding metadata to Java source code. They can be applied to declarations of classes, fields, methods, and types…

December 27, 2016

Many people would like a do-over of 2016, but this was a pretty epic year for me. I was traveling pretty constantly, reading voraciously…

© Katie Leonard 2022