Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Redis Patterns in Node.js

Redis is a powerful tool for data storage and caching. In this article, we will explore some common patterns for using Redis with Node.js.