This week, my work as a backend engineer was focused on one thing: making real business flows behave like real business operations.
A lot of backend work is invisible when it is done well. Users do not see the state transitions, the rider matching rules, the settlement timing, the validation layers, or the historical checks behind a clean API response. But those details are what make a platform reliable.
At the start of the week, I worked through customer-to-rider order flow tracing, mapping how requests move across customer, vendor, rider, and admin surfaces. That kind of work matters because it prevents teams from building on assumptions. Before changing a flow, you need to know who owns each action, which endpoint is canonical, and where the handoff really happens.
A major part of my week went into strengthening the laundry service flow. Laundry is not a simple one-leg delivery like food. It has pickup, vendor receipt, processing, readiness, return dispatch, delivery, and settlement. I worked on making that lifecycle more professional by improving rider matching, pickup and return handling, status transitions, delivery fee/service charge calculations, cancellation reasons, and rider settlement fields.
I also worked on reward and onboarding logic, especially around welcome rewards and customer state. One important backend lesson from this: current profile data does not always tell the full historical story. A customer may have completed onboarding, received a reward, and later changed or removed address data. Good backend logic has to separate live relationship state from historical eligibility state.
Some highlights from this week:
- Improved laundry rider matching and two-leg order handling
- Added settlement support for laundry pickup and return flows
- Enhanced laundry cart summaries with service charges and total calculations
- Added express and insurance options for laundry services
- Improved cancellation handling across laundry, market, and parcel orders
- Enhanced rider parcel delivery filtering and history queries
- Improved rider ongoing order details with current rider information
- Traced customer-to-rider route surfaces to clarify real API contracts
- Debugged onboarding and welcome reward behavior using historical state, not just current payload fields
Backend engineering is not just writing endpoints. It is designing trust into the system.
The best backend work answers questions before they become production issues:
- Can this flow recover from partial progress?
- Does the next actor know what to do?
- Can finance settle correctly?
- Can support understand what happened?
- Can the frontend trust the response?
- Can the business scale this without manual explanation?
That was the theme of my week: turning complex operational workflows into backend systems that are clearer, safer, and more reliable.
Connect with me:
GitHub-> @ogeobubu
X -> @ogeobubu
Instagram -> @ogeobubu
Top comments (0)