01. System Architecture
The core engine is built on a microservices architecture. I implemented a custom Dt Net-based scheduler to handle ad-slot rotations across multiple shopkeeper terminals simultaneously, ensuring zero latency in content delivery.
02. Logic Implementation
delivery_service.cs[HttpPost]("/api/match-delivery")
public IActionResult MatchDelivery() {
// Logic for matching sender with nearest traveler
return service.findOptimalRoute();
}
Implemented real-time tracking using Firebase and optimized route matching logic to ensure fast and reliable delivery connections within the community.
Outcome
Built an eco-friendly micro-delivery system reducing delivery costs and improving efficiency by utilizing existing commuter routes.
Key Learning
Gained expertise in real-time systems, API integration, and scalable backend architecture for logistics applications.