01 / 04 · In Progress
Ingestion
Live1lecture-04.pdf
2slides-week-4.pptx
3reading-notes.docx
Generated Study Assets
SummaryCuecardsQuizMap
Concept Map + Feedback Loop
Slides
Week 4
Memory
Gaps
Cited answer
Review weak topics from Week 4 first.
In Progress
Turns scattered course material into a guided study workspace where students can upload files, ask questions with citations, practice, and see what to review next.
Problem
Students rarely struggle because they lack content; they struggle because notes, slides, readings, and deadlines are scattered, and they cannot quickly tell what they understand.
How it works
A learner uploads course files or web content, organizes it by course and week, then gets grounded chat, summaries, Notes, quizzes, cuecards, concept maps, and adaptive recommendations.
Build scope
Completed
Turns research-heavy questions into a visible research process that plans searches, gathers sources, streams progress, and answers with evidence.
Problem
A normal chat answer can sound confident even when it lacks fresh context, shows no work, and gives the user no source trail to inspect.
How it works
The app signs users in, rewrites the question into search plans, gathers web context, streams each research step, decides when it has enough information, and saves the sourced conversation.
Build scope
Completed
Shows how a full-stack TypeScript product can keep forms, API contracts, auth, and responsive data updates predictable as the app grows.
Problem
Full-stack apps often drift: forms validate one shape, APIs expect another, protected flows grow inconsistent, and UI updates lag behind user actions.
How it works
A Basic clone of X (Twitter) app demonstrates profiles, experiences, attendance, comments, favorites, tags, search, notifications, image uploads, and protected user flows.
Build scope
Completed
Packages a fleet tracking system into separate deployable services so vehicle data can be simulated, queued, processed, stored, and viewed reliably.
Problem
A fleet system has several moving parts that should run independently: a web app, API gateway, tracker, simulator, queue, and database.
How it works
Kubernetes manifests deploy the full local environment, expose the web UI and queue console, and keep the internal API, tracker, and database private inside the cluster.
Build scope
A focused stack across product interfaces, backend services, AI-enabled workflows, and deployment. Experience entries show the tools used in each role.
React and Next.js interfaces with reusable components, clear product flows, and motion where it improves comprehension.
Backend routes, typed contracts, database modeling, caching, and integration work.
LLM workflows, RAG patterns, CI/CD, containers, cloud services, and the deployment work needed to ship reliably.