- kcup[0] serves a single page over HTTP/S (there's a version in go but I don't work on that, only created it to compare initially)
- async-wait-for-promise[1] - a tiny npm package for waiting on a condition or timeout (README contains why the certain combination didn't already exist)
- mailtrain-form-post-sidecar[2] - a little sidecar container for mailtrain that accepts form POSTs for mailing list signups
- redis-bootleg-backup[3] - a tool for taking backups of small redis databases with only read access (KEYS *-based)
- maille[4] - a component framework for mithriljs
- postmgr[5] - a daemon for running & managing postfix, dovecot and other mail-adjacent software (haven't worked on this for 2 years, because better options like maddy[6], chasquid[7] and haraka[8] exist)
Unfortunately, most of the stuff I've worked on that I've open sourced lately is instructional/pattern-related, so that doesn't really fit this mold, but in the background I've been working on what might be my biggest project yet (remains to be seen if/when I'll open source it) -- readysetsaas, a truly no-code (you provide configuration only) saas company creation kit, somewhat similar to AWS's SaaS boost thing.
- kcup[0] serves a single page over HTTP/S (there's a version in go but I don't work on that, only created it to compare initially)
- async-wait-for-promise[1] - a tiny npm package for waiting on a condition or timeout (README contains why the certain combination didn't already exist)
- mailtrain-form-post-sidecar[2] - a little sidecar container for mailtrain that accepts form POSTs for mailing list signups
- redis-bootleg-backup[3] - a tool for taking backups of small redis databases with only read access (KEYS *-based)
- maille[4] - a component framework for mithriljs
- postmgr[5] - a daemon for running & managing postfix, dovecot and other mail-adjacent software (haven't worked on this for 2 years, because better options like maddy[6], chasquid[7] and haraka[8] exist)
Unfortunately, most of the stuff I've worked on that I've open sourced lately is instructional/pattern-related, so that doesn't really fit this mold, but in the background I've been working on what might be my biggest project yet (remains to be seen if/when I'll open source it) -- readysetsaas, a truly no-code (you provide configuration only) saas company creation kit, somewhat similar to AWS's SaaS boost thing.
[0]: https://gitlab.com/mrman/kcup-rust
[1]: https://gitlab.com/mrman/async-wait-for-promise
[2]: https://gitlab.com/mrman/mailtrain-form-post-sidecar
[3]: https://gitlab.com/mrman/redis-bootleg-backup
[4]: https://mrman.gitlab.io/maille/
[5]: https://gitlab.com/postmgr/postmgr
[6]: https://maddy.email
[7]: https://blitiri.com.ar/p/chasquid/
[8]: https://haraka.github.io/