Latest Updates

Documenting code, one commit at a time.

Streamlining Data Views: Separating Template and Live Trip Data in React Applications

Ever found your application's primary data tables cluttered with entries that serve more as templates or configurations rather than active, operational data? It's a common pitfall that can lead to confusion, performance bottlenecks, and incorrect reporting. In the estrella-tour project, we faced a similar challenge: fixed template trips were appearing alongside actual, customer-booked trips in

Read more