Developed an in-house management system for the Arunachal Pradesh Legislative Assembly (APLA) to streamline legislative processes and improve communication among members. This robust platform digitizes parliamentary workflows, making proceedings more transparent, accessible, and efficient.
The Arunachal Pradesh Legislative Assembly required an in-house management system to streamline their legislative processes and improve communication among members.
We delivered a robust platform that digitizes parliamentary workflows, making proceedings more transparent, accessible, and efficient.

Grouped by layer, so you can see exactly what's running this product in production — useful if your team will eventually take this over.
Angular
Java
Node.js
MySQLThe honest version — what slowed us down, and how we worked through it.
Buyers and sellers needed to negotiate per-listing with photo sharing, but users were often on slow or intermittent maritime internet connections, causing dropped messages.
We built a local write-ahead queue on top of Firestore so messages persist on-device and sync once connectivity returns, with delivery receipts to confirm the other side actually got it.
Web, iOS and Android all needed the exact same listing, search and auth logic — building it three times would have meant three places for bugs to diverge.
We defined one versioned REST contract early and held every client to it, with Jasmine and Crashlytics in CI to catch contract drift before it shipped.
Vessel search needed combinations like tonnage range + lease term + region that generic e-commerce filter libraries weren't built for.
We hand-rolled a composite Firestore index strategy for the most common filter combinations, cutting median search response time well under a second.

"Codomotive already understood our industry from earlier projects, which meant we skipped months of explaining shipping logistics from scratch. The marketplace launched on time and our brokers were using it within a week.