AutoGrocery
IoT Smart Fridge Platform
The idea was to attach smart refrigerators to online grocery platforms. The fridge detects what's running low and triggers an order automatically, including real-time dispatch to a warehouse robot for fulfillment. I structured four Go microservices covering ordering, inventory, pricing, and analytics, all communicating over gRPC to keep inter-service latency low. Warehouse robot dispatch runs on ZeroMQ pub-sub so events push immediately when an order clears. A REST API Gateway sits in front for auth, order history, and payment. It is the external-facing surface for users and third-party integrations.





