$ ls -la ./posts | head -5
Rewriting a 12-Year-Old JavaScript Library in TypeScript
How Erlang's gen_fsm inspired a JavaScript state machine library, why I rebuilt it in TypeScript 12 years later, and why finite state machines still matter. β
#typescript
#javascript
#open-source
#FSM
Appreciation & Awe
Reflections on five years of leading the LeanKit development team β
#leadership
#team-building
The Cult of the Toxic Hero
How firefighting culture and toxic heroes undermine teams, and what leaders can do about it β
#leadership
#team-building
UMD For Everyone
A response to 'UMD is a lie' β examining the trade-offs of Universal Module Definitions β
#javascript
It's Not Hard: Making Your Library Support AMD and CommonJS
A practical guide to writing Universal Module Definitions (UMD) for JavaScript libraries β
#javascript