0% found this document useful (0 votes)
7 views68 pages

Grad Project Study Guide: Weeks 0-16

This study guide outlines a 16-week program focused on foundational skills in AI, Java, and data structures, alongside a core grad project. Each week includes topics, tasks, deliverables, and a daily schedule to track progress. The guide emphasizes hands-on projects and learning resources to reinforce concepts in programming and machine learning.

Uploaded by

sara.elmassry11
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views68 pages

Grad Project Study Guide: Weeks 0-16

This study guide outlines a 16-week program focused on foundational skills in AI, Java, and data structures, alongside a core grad project. Each week includes topics, tasks, deliverables, and a daily schedule to track progress. The guide emphasizes hands-on projects and learning resources to reinforce concepts in programming and machine learning.

Uploaded by

sara.elmassry11
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

STUDY GUIDE — Phase 0–1 (Weeks 0–16)

Foundations + Core Grad Project Build + Early AI/Java/DSA

Generated: 2025-09-16 14:52 UTC • Coverage: Week 0 → 16


PROGRESS TRACKER — Weeks 0–16
Week Done ■ Reflection ■ Key Wins ■

0 [] _________________ _________________

1 [] _________________ _________________

2 [] _________________ _________________

3 [] _________________ _________________

4 [] _________________ _________________

5 [] _________________ _________________

6 [] _________________ _________________

7 [] _________________ _________________

8 [] _________________ _________________

9 [] _________________ _________________

10 [] _________________ _________________

11 [] _________________ _________________

12 [] _________________ _________________

13 [] _________________ _________________

14 [] _________________ _________________

15 [] _________________ _________________

16 [] _________________ _________________
Week 0
■ Topics
• Setup environment: VS Code, [Link], Git, Postman, Java JDK, Python + Jupyter.

• Create accounts: GitHub, Coursera, LeetCode, HackerRank.

• AI: Start Andrew Ng ML (Course 1) — introduction.

■ Tasks
• [ ] Verify installations: node -v, git --version, java -version, python --version.

• [ ] Create GitHub repo 'study-roadmap-test' and push README.

• [ ] Run 'Hello AI' cell in Jupyter.

• [ ] Test Postman with a simple GET request.

■ Deliverables
• [ ] GitHub repo link with [Link].

• [ ] Screenshot of working Jupyter notebook.

• [ ] Postman test screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• VS Code, [Link], Git SCM, Postman, Oracle JDK 17+, Coursera ML Specialization
Week 1
■ Topics
• HTML & CSS basics: semantic tags, forms, tables.

• JavaScript fundamentals: variables, data types, operators.

• AI: ML C1 — supervised learning concepts.

■ Tasks
• [ ] Build profile page with form + table.

• [ ] Style with CSS (colors, fonts, flexbox).

• [ ] JS: calculator & greeting script.

• [ ] AI: watch ML C1 Lectures 1–3; take notes.

■ Deliverables
• [ ] Profile page code + GitHub link.

• [ ] JavaScript script file.

• [ ] ML notes (Course 1 L1–L3).

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• freeCodeCamp HTML/CSS, MDN Web Docs, Coursera ML C1
Week 2
■ Topics
• JavaScript advanced: arrays, objects, map/filter/reduce.

• DOM: querySelector, events, updating elements.

• Git basics: init, add, commit, push.

• AI: ML C1 — linear regression.

■ Tasks
• [ ] Build To■Do List app with DOM manipulation.

• [ ] Add localStorage persistence.

• [ ] Create GitHub repo; push project.

• [ ] AI: implement linear regression in notebook.

■ Deliverables
• [ ] GitHub link to To■Do List app.

• [ ] Notebook: linear regression with plot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• freeCodeCamp JS, MDN DOM, Git basics, Coursera ML C1
Week 3
■ Topics
• [Link] basics: running JS outside browser, npm init, install packages.

• CLI app with readline.

• AI: ML C1 — cost function & gradient descent.

■ Tasks
• [ ] Create Node project.

• [ ] Build CLI app storing user history.

• [ ] Publish on GitHub.

• [ ] AI: implement gradient descent visualization.

■ Deliverables
• [ ] GitHub link to CLI app.

• [ ] Gradient descent notebook.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• [Link] docs, npm docs, Coursera ML C1
Week 4
■ Topics
• [Link]: routes, middleware, HTTP methods.

• Postman collections; simple REST API.

• AI: ML C1 wrap — regularization & evaluation.

■ Tasks
• [ ] Build Express API with /users, /trips.

• [ ] Create Postman collection.

• [ ] AI: notebook — regularization experiment.

■ Deliverables
• [ ] GitHub link to Express API.

• [ ] Postman collection export.

• [ ] Regularization notebook.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Express docs, Postman Learning Center, Coursera ML C1
Week 5
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 6
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 7
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 8
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 9
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 10
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 11
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 12
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 13
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 14
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 15
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
Week 16
■ Topics
• Angular fundamentals (components, templates, data binding).

• Node/Express API + PostgreSQL basics.

• Java basics (OOP).

• AI: ML C2/C3 progress.

■ Tasks
• [ ] Angular: create admin dashboard shell.

• [ ] Express + Postgres: design schema & CRUD queries.

• [ ] Java: build simple class with methods.

• [ ] AI: mini■project — Titanic dataset classification.

■ Deliverables
• [ ] Angular dashboard skeleton.

• [ ] Express + Postgres project on GitHub.

• [ ] Java OOP mini■project.

• [ ] ML notebook with metrics.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Angular docs, Express docs, PostgreSQL docs, Java course (Amigoscode/Udemy), Coursera ML C2/C3
STUDY GUIDE — Phase 2 (Weeks 17–36) Expansion

Week 17
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 18
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 19
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 20
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 21
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 22
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 23
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 24
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 25
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 26
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 27
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 28
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 29
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 30
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 31
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 32
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 33
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 34
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 35
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
Week 36
■ Topics
• Ride flow features: request → match → pickup → complete.

• Spring Boot intro: controllers/services/repos; connect Postgres.

• Advanced SQL: joins, indexes, EXPLAIN ANALYZE.

• AI: Deep Learning Specialization (NNs, CNNs, RNNs).

• React basics (interview readiness).

■ Tasks
• [ ] Implement ride lifecycle in backend & admin UI.

• [ ] Add WebSockets for status updates.

• [ ] Spring Boot microservice with DB integration.

• [ ] SQL performance lab with indexes.

• [ ] AI: build NN or CNN classifier.

• [ ] React: simple dashboard.

■ Deliverables
• [ ] Working ride flow demo.

• [ ] Spring Boot repo.

• [ ] SQL lab report.

• [ ] DL notebooks.

• [ ] React dashboard repo.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• Spring Boot guides, Postgres docs, Coursera Deep Learning, React docs
STUDY GUIDE — Phase 3 (Weeks 37–52) Advanced

Week 37
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 38
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 39
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 40
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 41
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 42
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 43
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 44
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 45
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 46
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 47
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 48
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 49
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 50
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 51
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
Week 52
■ Topics
• Security: JWT, validation, OWASP practices.

• Cloud deploy: AWS/GCP CI/CD.

• Computer Vision specialization.

• Spring Boot advanced (Actuator, profiles, metrics).

■ Tasks
• [ ] Security audit & fixes.

• [ ] CI/CD pipeline; deploy staging + production.

• [ ] CV project — transfer learning classifier.

• [ ] Spring Boot metrics dashboard.

■ Deliverables
• [ ] Security report.

• [ ] Deployed app URL.

• [ ] CV repo + demo.

• [ ] Metrics screenshot.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• OWASP, GitHub Actions, AWS/GCP docs, Coursera CV specialization, Spring Actuator
STUDY GUIDE — Phase 4 (Weeks 53–65) Mastery

Week 53
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 54
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 55
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 56
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 57
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 58
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 59
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 60
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 61
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 62
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 63
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 64
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode
Week 65
■ Topics
• GenAI/RAG: embeddings, vector DB, retrieval chains.

• Advanced Java: streams, concurrency, design patterns.

• DSA grind: DP/Graphs.

• Portfolio polish: case studies.

■ Tasks
• [ ] Build RAG chatbot on docs.

• [ ] Java concurrency exercises.

• [ ] DSA daily: DP + Graphs (6–8 problems).

• [ ] Portfolio: write case studies.

■ Deliverables
• [ ] RAG demo repo.

• [ ] Java concurrency repo.

• [ ] DSA log (problems solved).

• [ ] Portfolio site updated.

■ Daily Schedule
Block Hours Focus
Grad Project ■ ~3.0 Feature/task of the week (frontend/backend/DB)
AI Track ■ ~1.5–2.0 Course section + notebook/mini■project
Java ■ ~1.0–1.5 Course lesson + coding exercise
DSA ■ ~1.0 NeetCode topic + 2–4 LeetCode/HackerRank problems
Review/Git ~0.5–1.0 Refactor, document, commit & push; notes

■ Resources
• LangChain docs, FAISS/Chroma, Java concurrency tutorials, NeetCode, LeetCode

You might also like