Learning Paths

Move from focused feature practice to full-stack mini applications.

The task library now includes both the standard practice tracks from `docs/tasks/README.md` and the project-track content from `docs/tasks/projects/`.

Frontend Tasks

Build forms and UI behavior the same way the team expects in production.

Form validation, auth flow, and Add/Edit consistency.

Supabase Tasks

Work through schema, RLS, RPC, Edge Functions, and storage in sequence.

These tasks build on each other in order, exactly as described in the README.

Xano Tasks

Learn the auth-first, reusable-function-first Xano delivery pattern.

Endpoint implementation and shared permission logic.

Django Tasks

Build the full Django feature chain from views and templates to models and DRF APIs.

These tasks build on each other and should be completed in order.

Website Tasks

Practice shipping polished front-end pages with real responsiveness and structure.

Landing-page implementation and page-build quality.

Project Tasks

Complete mini-applications scoped to about 8 hours, grouped by tech stack.

These sections come from the `docs/tasks/projects/` folder that was missing from the earlier landing page view.

WeWeb + Supabase

WeWeb frontend with Supabase for Postgres, RLS, Storage, and RPC/Edge Functions.

WeWeb + Xano

WeWeb frontend with Xano API endpoints, reusable functions, and database-backed permissions.

React + Django

React with TypeScript on the frontend and Django REST Framework on the backend.

React + Supabase

React with TypeScript and Supabase across tables, RLS, Storage, RPC, and Edge Functions.

Django + Templates

Pure Django server-rendered delivery with HTML, CSS, JS, forms, services, views, and templates.

Evaluation

Every project also has a matching evaluator checklist for review.

These evaluation links come from the same project-task README and map directly to each project brief.