Skip to content

FullStackMaster1/fullstackmaster1.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Rupesh Tiwari - AWS Technical Coach

Professional coaching platform for senior engineers, architects, TPMs, and engineering managers targeting FAANG companies.

Live Site: www.fullstackmaster.net

Welcome

# deploy code
git pull; git add .; git commit -m 'updated site'; git push

# run locally
python3 -m http.server 8000
# visit http://localhost:8000/docs/

Project Structure

├── docs/                 # Static site files (served by GitHub Pages)
│   ├── index.html        # Main entry point
│   ├── 404.html          # Custom 404 page
│   ├── CNAME             # Custom domain config
│   ├── assets/           # CSS, JS, and images
│   └── *.md              # Documentation files
├── CNAME                 # Root CNAME for GitHub Pages
└── README.md             # This file

Deployment

GitHub Pages is configured to serve from the /docs folder on the main branch.

Custom Domain: www.fullstackmaster.net

Automatic Deployment

Push changes to main branch and GitHub Pages will automatically rebuild the site (usually within 2-3 minutes).

Manual Local Testing

cd docs
python3 -m http.server 8000
# Open http://localhost:8000/

Features

  • 1-on-1 interview coaching for FAANG companies
  • System design & behavioral interview prep
  • 50+ verified 5-star reviews on IGotAnOffer
  • Udemy & Pluralsight courses
  • YouTube tutorials and LinkedIn newsletter

Contact

Tech Stack

  • React 18 + TypeScript
  • Vite (build tool)
  • Tailwind CSS + shadcn/ui
  • Google Analytics 4
  • GitHub Pages (hosting)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published