Web9 months

Full Stack Development

One coherent path from UI to database to deployment, ending with shipped products you can point at.

  1. Step 01

    Frontend basics

    HTML, CSS, responsive layout and enough JavaScript to build interactive pages without a framework.

    HTMLCSSJavaScript
  2. Step 02

    Framework layer

    React with TypeScript, routing, forms and server-state caching.

    ReactTypeScript
  3. Step 03

    Backend & API

    A typed server with validated endpoints, auth and file uploads.

    Node.jsZodREST
  4. Step 04

    Database

    Schema design, migrations, relationships, row-level security and query performance.

    PostgreSQLMigrations
  5. Step 05

    Integration

    Payments, email, storage, third-party APIs and webhooks with signature verification.

    StripeWebhooksS3
  6. Step 06

    Deployment

    CI/CD, environment secrets, preview deploys, logging and uptime monitoring.

    GitHub ActionsVercel
  7. Step 07

    Portfolio

    Three real projects with README, live URL, tests and a written architecture note.

    DocsTesting