All Posts

  • Published on
    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.
  • Published on
    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
  • Published on
    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