Matthew M Dalby
Home
Articles
Apps
Cooking
About
Inventory Tracking System
A real world modern application
04/13/2024
An Introduction
Some background on the domain problem, and my motivation for the effort.
04/13/2024
Architecture
A system overview and my thought process behind the stack
04/13/2024
Step 1: Implementing the core modules
Centralizing common logic into a common dependency.
04/13/2024
Step 2: Entity Management: API Implementation
The first API implementation. This initial API project set's the pattern for the other modules.
04/13/2024
Step 3: Entity Management: UI Implementation
The first user interface module.
04/13/2024
Step 4: Establishing an Transaction Tracing Algorithm
04/13/2024
Step 5: Creating an Event Driven API for Inventory Operations