Projects
- powerseq - power sequence, TypeScript library providing a complete list of operators such as
map
, filter
, … based on lazy sequences (ES6 Iterables and Generators), read more here
- gopowerseq - power sequence, Go library analogous to the JavaScript powerseq library based on the Iterators feature introduced in go1.23 (2024-08-13), read more here
- powerfp - power fp TypeScript library providing functional programming utilities, such as types
Option, Result, ResultS, Tree, List, ..
, functions compose, pipe, curry, ...
, and code generators
- mongo-shell-assistant - mongo shell assistant, a CLI tool integrated with VS Code that simplifies writing MongoDB scripts executed by Mongo Shell