Writing
All Posts
Notes on engineering, product work, leadership, and the practical details that make software better.
Memoz
Memoz is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported, Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Callback Functions In JavaScript
In computer programming, a callback, also known as a “call-after” function, is any executable code that is passed as an argument to other code
Array Type Inference
TypeScript can infer variable types from initial values and return statements. Even still, we may not know exactly what type inference to expect when dealing with arrays
Sleep function