This repository tracks the long-term Web3/full-stack roadmap described in web3-portfolio-plan.md. The plan outlines the projects, skills, and timeline I’m following from 2025 through 2028 to become job-ready for hybrid Web2/Web3 roles.
- Strategy docs: The
web3-portfolio-plan.mdfile captures the full learning and build plan, while thedocs/folder contains the Jekyll site that will eventually publish selected notes from the plan. - Project directories: As each portfolio project spins up, its code or submodule link will live inside this repo (or link out to a dedicated repo) so everything stays discoverable from one place.
- Deployment steps: Instructions and checklists land in
steps-to-deploy.md(and any other vault notes I add) so I can repeat deployments quickly.
- Start from the written plan, pick the next project/skill focus, and create a corresponding folder or linked repo here.
- Keep READMEs, diagrams, and deployment notes alongside the code so each project is portfolio-ready.
- Update the plan and docs as projects finish, then surface highlights on the public site.
- The website is locally tested using
cd "{root folder}/docs"; bundle exec jekyll serveafter getting the files usingbundle install. - The website can be checked with a production build by running
bundle exec jekyll build --source . --destination _sitefrom thedocsdirectory. Make sure you serve with the came command (replacebuildwithserve) to see how your page will look when deployed.
This repo is the single source of truth for the roadmap and for all code or references to the projects that implement it.