arrow_back अभ्यास
Phase 9 • Week 44

Bringing It All Together, Documenting Your Own System Design

verified_user

Weekly Production Deliverable

Target Output
Deliverable: Complete working demo of capstone — auth, persistence, RAG, tool-calling, memory, and rate limiting integrated. Formal written system-design document for your own system.
Weeks: W41 W42 W43 W44 Active W45

Monday

0 / 2 done
DSA Weekly contest
1.5h
AI/ML Conversation Memory Architecture
Design conversation memory for multi-turn dialogues using Spring AI Advisors (MessageChatMemoryAdvisor, PromptChatMemoryAdvisor)
2.5h

Tuesday

0 / 2 done
DSA Redo 2 hard problems, weakest topic
1.5h
CORE Capstone Architecture Document & Real-Time Chess Website
Full component diagram of your Spring AI capstone + System Design of an Online Chess Website (WebSocket real-time state sync, matchmaking engine, game state persistence, rating calculation)
2.5h

Wednesday

0 / 2 done
DSA Redo 2 hard problems, second weak topic
1.5h
AI/ML Edge Case Analysis & Guardrails
Design handling for: empty vector retrieval results, tool execution failure, prompt injection attempts, context window overflow
2.5h

Thursday

0 / 2 done
DSA Light mixed practice
1.5h
CORE Capstone Architecture Document 2: Data Flow & Failure Modes
Trace request end-to-end on paper; document failure modes (provider downtime, slow vector search, DB connection pool exhaustion) + System Design of Google Docs Collaborative Real-Time Editor (Operational Transformation - OT vs CRDT, real-time conflict resolution, snapshotting, WebSocket synchronizer)
2.5h

Friday

0 / 2 done
DSA Second weekly contest
1.5h
AI/ML Automated Evaluation Rubric
Define quantitative evaluation rubric for the integrated capstone: accuracy of tool selection, RAG grounding, response latency, token cost
2.5h
Weekend High-Load Execution • 8.0h Daily Deep Focus Lab

Saturday

0 / 3 done
DSA Review contest mistakes
1.5h
AI/ML Full Spring AI Enterprise Integration (4.0h)
Combine RAG, tool calling, conversation history memory, and rate limiting in single production Spring Boot application.
4.0h
JAVA Security, Memory & Rate Limiting Integration
Integrate JWT authentication into AI endpoints; persist conversation memory in PostgreSQL; add Spring Cloud Gateway rate limiting
2.5h

Sunday

0 / 3 done
DSA Full mixed revision
1.5h
AI/ML Spring AI Observability & Tracing (4.0h)
Integrate Micrometer and OpenTelemetry for LLM token usage tracking, latency spans, and error monitoring.
4.0h
JAVA Full End-to-End Build & Integration
Wire all components together: Auth + Memory + RAG + Tool Calling + MCP Server; run automated end-to-end integration tests on GitHub
2.5h
edit_note

Week 44 Technical Notes & Journal

#LeetCode #Java #DSA #Week44