Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ It explains the real journey for `viewer`, `analyst`, and `admin`, including aut

## 📝 Project Context

This repository was developed as part of an internship assessment by [Zorvyn Fintech](https://zorvyn.org/) focused on secure backend engineering, role-based access control, and practical financial data workflows.
This repository was developed as part of an internship assessment focused on secure backend engineering, role-based access control, and practical financial data workflows.

## ⚖️ Technology Choice

I thought to build this in Spring Boot because it is widely used in enterprise financial systems. But for this assessment, development speed mattered most, and I am currently much stronger with FastAPI and async Python. So I chose FastAPI to deliver a cleaner and more complete implementation within the timeline, while still following production-style backend practices.

## 🙏 Acknowledgement

I am genuinely thankful for this problem statement. Building it end-to-end gave me practical experience with RBAC. While I have previously explored caching, rate-limiting, and other system design concepts in my past projects, I had never worked on an RBAC project before, and this gave me great experience truly thankful.
Building it end-to-end gave me practical experience with RBAC. While I have previously explored caching, rate-limiting, and other system design concepts in my past projects, I had never worked on an RBAC project before, and this gave me great experience truly thankful.
Loading