Optimizing municipal cleanliness through data-driven route planning and citizen engagement.
Municipal waste collection is often inefficient. Trucks follow static routes regardless of bin fullness, leading to wasted fuel on empty bins and health hazards from overflowing ones that were missed. Additionally, citizens lack a direct channel to report spot-dumps.
I developed a centralized Role-Based Ecosystem to handle the complex logistics of waste collection:
Challenge: Concurrency Handling
Multiple users reporting issues simultaneously caused database locks with the initial SQLite setup.
Solution: I migrated to a robust backend architecture using connection pooling in Node.js to manage high-throughput requests without latency.
IoT Integration (Planned): The next major iteration will introduce Smart Bins equipped with IoT ultrasonic sensors.
These sensors will transmit real-time fill-level data to the dashboard, allowing for fully automated route generation—dispatching trucks only when bins are near capacity, further reducing operational costs.