Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

311–320 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#314
I created Ruby API lib named Joshua, out of frustration with Grape

https://github.com/dux/joshua

* Can work in REST or JSON RPC mode.

* Automatic routing + can be mounted as a Rack app, without framework, for unmatched speed and low memory usage

* Automatic documentation builder & Postman import link

* Nearly nothing to learn, pure Ruby classes

* Consistent and predictable request and response flow

* Errors and messages are localized

Re: Ask HN: What's your quarantine side project?

#317
Simply put, SuPragma is a tool that programmatically scans your organization with the goal of finding issues that can lead to problems or inconsistencies with culture health and style. Some issues can even be automatically fixed for you!

https://github.com/supragma/supragma/wiki

Post reply on HN