$ grep -rli "javascript" ./posts/*
$ grep -c "javascript" ./posts/* | grep -v ":0$" | wc -l
3 posts tagged with #javascript
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
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
Other tags: