Projects
Pricing for e-commerce sellers who otherwise guess. Given sales history and market signals, it outputs a price and a demand forecast in real time. Simulated store data flows through Airbyte into MindsDB, where the models train and serve, and the whole thing deploys to Kubernetes from one Helm chart.
Grand prize at the Airbyte x MindsDB International Hackathon. Airbyte wrote it up on their blog.
- Python
- Airbyte
- MindsDB
- Helm
- Kubernetes
A CLI that diffs what a Helm chart says should be running against what is actually deployed in the cluster, and flags the drift. Runs on a schedule and posts to Slack when something no longer matches.
Published on PyPI.
- Python
- Helm
- Kubernetes
- Slack API
- React
- TypeScript
A configuration store for teams that outgrow a config file. Definitions are versioned, encrypted at rest, and gated by role, and a definition's schema can be changed in place after values exist against it. Built for high write throughput.
- FastAPI
- PostgreSQL
- Helm
- Kubernetes
- GitHub Actions
- Mintlify
A music streaming service on a horizontally scalable architecture. Search and recommendations run on approximate nearest neighbour indexes, so discovery stays fast as the catalogue grows. The whole stack deploys to Kubernetes in one step.
- React
- TypeScript
- FastAPI
- PostgreSQL
- ELK Stack
- Helm
- Kubernetes
FAQ pages as a hosted service. Write the questions, pick a domain, and a searchable FAQ site is live in minutes.
- React
- TypeScript
- FastAPI
- MongoDB
A real-time chat platform for communities. Several channels open at once, rich media in messages, and presence so you can see who is around.
- React
- TypeScript
- Express.js
- Socket.IO
- MongoDB