Live data from Hacker News

Ask HN: Want to build something open source on nights and weekends together?

news.ycombinator.com

11–20 of 23 posts

Re: Ask HN: Want to build something open source on nights and weekends together?

#11
Six weeks in building a behavioral supply chain scanner for Maven dependencies. Shipped v0.1.0 yesterday. The hardest part is not the code, it is finding time to talk to potential users. https://dev.to/usman18/i-scanned-real-maven-central-packages...

Re: Ask HN: Want to build something open source on nights and weekends together?

#16
If you are a TypeScript/Node.js developer you can take a look at:

http://github.com/prettydiff/aphorio

It is a dashboard for docker, web servers, os data, and more. It exposes most of Node's APIs to a browser front-end in a very low level (low as in as low as you can get with Node). It's internal components should allow you to tinker with almost any non-graphical idea without excess dependencies.

My current effort is to make the application self-documenting and self-descriptive by starting with expose the TypeScript definitions for the app's internal services to the UI as documentation. I am thinking about the best way to go about this.

Re: Ask HN: Want to build something open source on nights and weekends together?

#19

I’m building an open-source Shopify for every vertical. I’ve built one for e-commerce and restaurants (gym and grocery is in the works). If you want, you can help me build one of them? https://github.com/openshiporg/openship

I'm very interested in your open-source Shopify project for e-commerce.

Do you consider Event-Source Commerce as part of this project?

Examples of Commerce events:

Catalog events - Product created, price changed

Inventory events - Quantith change

Order events - order created, cancelled

Routing events - order received, routing decision made

Shipment events - shipment created, tracking assigned

Customer events - Customer registered, address changed

Supplier events - Feed arrived

Taxonomy Events - Category created

Post reply on HN