Today I continued my TypeScript learning project after a short break.
Instead of jumping into React right away, I decided to keep working on the backend/domain side of the Candidate Tracker project.
The main lesson today:
TypeScript is not just useful for components and props.
It also helps clarify ownership, data flow, and service boundaries.






