Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
16

Latest Updates

Documenting code, one commit at a time.

Adapting to API Inconsistencies: Graceful Stock Data Fetching in vector-tech

The vector-tech project is focused on providing a robust platform for managing product catalogs. A critical component of this is accurately displaying product stock information to users. However, integrating with various backend services often presents the challenge of inconsistent API responses.

The Challenge: Inconsistent API Responses

Our getCatalog function is responsible for

From Context Chaos to Redux Clarity: A State Management Journey in vector-tech

In the fast-paced world of web development, managing application state efficiently is paramount. For the vector-tech project, an e-commerce platform, we recently undertook a significant migration: moving our global state management from AppContext with useState to a robust Redux architecture. This change was crucial for scaling our application and improving developer experience.