{"id":50446745,"url":"https://github.com/waffy1901/personalwebsite","last_synced_at":"2026-05-31T22:01:08.889Z","repository":{"id":255928110,"uuid":"853906285","full_name":"waffy1901/personalWebsite","owner":"waffy1901","description":"Personal website presenting Waffy Ahmed’s achievements, project highlights, and professional journey as a software engineer.","archived":false,"fork":false,"pushed_at":"2026-05-24T23:51:55.000Z","size":6392,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-25T00:31:55.159Z","etag":null,"topics":["kubernetes","netlify","observability","personal-website","portfolio","react","reliability-engineering","software-engineering","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://waffy.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waffy1901.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-07T21:35:33.000Z","updated_at":"2026-05-24T23:51:34.000Z","dependencies_parsed_at":"2025-01-11T20:17:55.063Z","dependency_job_id":"2ca676b6-528d-4a26-b634-1ad15e5408ab","html_url":"https://github.com/waffy1901/personalWebsite","commit_stats":null,"previous_names":["waffy1901/personalwebsite"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/waffy1901/personalWebsite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waffy1901%2FpersonalWebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waffy1901%2FpersonalWebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waffy1901%2FpersonalWebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waffy1901%2FpersonalWebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waffy1901","download_url":"https://codeload.github.com/waffy1901/personalWebsite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waffy1901%2FpersonalWebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33750474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kubernetes","netlify","observability","personal-website","portfolio","react","reliability-engineering","software-engineering","tailwindcss","vite"],"created_at":"2026-05-31T22:01:08.187Z","updated_at":"2026-05-31T22:01:08.882Z","avatar_url":"https://github.com/waffy1901.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waffy Ahmed Portfolio\n\nProfessional portfolio for Waffy Ahmed, a software engineer focused on reliability engineering, Kubernetes, deployment automation, observability, and high-throughput production systems.\n\nLive site: [waffy.netlify.app](https://waffy.netlify.app/)\n\n## Overview\n\nThis site presents my software engineering experience, selected projects, resume, and contact information in a fast, responsive React application. The content emphasizes production ownership, platform reliability, cloud-native infrastructure, CI/CD automation, incident response, and measurable engineering impact.\n\n## Highlights\n\n- Career overview with current software engineering work at The Home Depot\n- Experience cards covering production operations, infrastructure, observability, and backend systems work\n- Project summaries for CDC data reconciliation, job search tooling, and campus discovery software\n- Mobile-friendly resume preview with direct PDF open/download actions\n- Contact form powered by Formspree\n- AI-readable portfolio summary at `/ai-summary.txt`\n- Netlify deployment with SPA redirects and automated deploy metadata\n\n## Tech Stack\n\n- React 18\n- Vite\n- Tailwind CSS\n- React Router\n- Formspree\n- Vitest and Testing Library\n- ESLint\n- Netlify\n\n## Repository Structure\n\n```text\n.\n├── main/                 # Vite React application\n│   ├── public/           # Static assets, resume, metadata, redirects\n│   └── src/              # Pages, components, hooks, tests, styles\n├── netlify.toml          # Netlify build configuration\n├── package.json          # Root scripts forwarding into main/\n└── README.md\n```\n\n## Local Development\n\nInstall dependencies from the app directory:\n\n```bash\ncd main\nnpm install\n```\n\nCommon commands are also available from the repository root:\n\n```bash\nnpm run dev      # Start the local Vite server\nnpm run lint     # Run ESLint\nnpm test         # Run Vitest\nnpm run build    # Build for production\nnpm run preview  # Preview the production build\n```\n\n## Environment Variables\n\nVite only exposes client-side variables prefixed with `VITE_`.\n\n```text\nVITE_GA_MEASUREMENT_ID\nVITE_FORMSPREE_KEY\nVITE_DEPLOY_DATE\nVITE_SITE_URL\n```\n\n`VITE_DEPLOY_DATE` and `VITE_SITE_URL` are injected by the build script during production builds without rewriting local `.env` files. Local development displays the current local preview timestamp so stale `.env` values are not shown on localhost. Formspree and Google Analytics values should be provided through the local `.env` file or Netlify environment settings.\n\n## Deployment\n\nThe site is deployed on Netlify using [netlify.toml](./netlify.toml):\n\n- Base directory: `main`\n- Build command: `npm run build`\n- Publish directory: `main/dist`\n- Node version: `22`\n\nThe app uses `main/public/_redirects` so client-side routes such as `/Resume`, `/Projects`, `/Experience`, and `/Contact` work after deployment.\n\n## Releases\n\nGitHub Actions creates a release for each push to `main` after lint, tests, and production build pass. Release tags use the format:\n\n```text\ndeploy-YYYYMMDDTHHMMSSZ-\u003cshort-sha\u003e\n```\n\nThis gives each production deployment a durable GitHub release record tied to the commit that produced it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaffy1901%2Fpersonalwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaffy1901%2Fpersonalwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaffy1901%2Fpersonalwebsite/lists"}