nick-keller
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hey HN, One of the most frustrating parts of working with RabbitMQ for me has always been the management interface, especially when dealing with DLQs. At some point, I proposed improving the native UI internally, but…
-
Hey HN! I've been using RabbitMQ for about 10 years now, and while the web UI is handy, I've always found the experience frustrating. We all used to share scripts that would add JSON formatting and other small details…
- Show HN: PG-Capture – a better way to sync Postgres with Algolia (or Elastic) (pg-capture.onrender.com)
Hello HN! Keeping Elasticsearch or Algolia in sync with Postgres is a pain when your data spans multiple tables. Traditional CDC tools like Debezium capture table-level events but don’t help when you need to index a…
-
I am currently working on a Node.js utility for a schema-based approach on CDC for Postgres. It is a lightweight utility that you can plug on top of your existing WAL events service (eg. Debezium, WAL-listener...) and…
-
I am a visual learner and I like interacting with things to build an intuitive understanding. I decided to build a tool that lets you input and play with your A/B test data. It should help you understand how the number…
-
Hey HN, I have been working on tggl.io as my main “side” project for over a year now. I was frustrated with existing feature flagging tools (you’ve probably heard of LaunchDarkly’s reputation) and saw an opportunity to…
- Show HN: DataSheetGrid, an Airtable-like React component (react-datasheet-grid.netlify.app)
I've built and have been maintaining a React component that renders an Airtable / Notion-like component for a few years. This can be seen as an <input/> where the value is an array of objects. You can then specify any…