Skip to content

Commit a7c7333

Browse files
committed
docs: add system design FAQ screenshot to README
1 parent 98cf4d1 commit a7c7333

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@
1414
Most portfolios function as static galleries. This platform is an **Engineering Audit**.
1515

1616
I have architected this portfolio to expose the **"How"** and the **"Why"** behind my development ecosystem. Instead of a surface-level list, I provide a deep-dive into my flagship SaaS, **VersionCV**. Using **Gemini 3 Flash** to generate structured **React Flow** pipeline, I created a dynamic map of distributed service dependencies, allowing evaluators to audit the system design of my project in an interactive way.
17+
18+
![React Flow Architecture](public/images/readme/react-flow.png)
19+
*Figure 1: Interactive System Design view of projects generated via Gemini 3 Flash and React Flow.*
1720

1821
---
1922

2023
## Portfolio Infrastructure & Security
2124
The portfolio itself is optimized for high-performance delivery while maintaining professional-grade security:
2225

2326
* **Shielded Origin Architecture:** The portfolio's **Google Cloud Run** instance is protected by a **Cloudflare Proxy**. This setup masks the origin IP, mitigates DDoS risks , and prevents "Denial of Wallet" attacks by filtering malicious traffic before it impacts the compute budget.
27+
* **Design Decision FAQs:** I have integrated a technical FAQ for project to explain the intuition behind my architectural choices.
28+
29+
![Design FAQ Screenshot](public/images/readme/faq.png)
30+
*Figure 2: Project-specific FAQ detailing the engineering "Why" behind all architectural decisions and trade-offs.*
2431
---
2532

2633
## Google AI Integration: The Co-Architect

public/images/readme/faq.png

172 KB
Loading

0 commit comments

Comments
 (0)