https://telebugs.com/?refCeoFindsEngineer
Welcome — I’m Wes. I build with ML/AI, ship products fast, and learn in public. I’ve been “provisioned by Google” since age 13.
“Provisioned by Google since 13. Green comes in many shades — so does innovation.”
Showcasing a few key metrics:
- About
- What I Work On
- Highlights & Projects
- Getting Started / Local Setup
- Development & Build Workflows
- Contributing
- Contact
- License
- Machine Learning & applied LLMs
- Always learning, always shipping
- Founder / CEO with a builder mindset
- Focused on pragmatic, product-first engineering
I’m green‑deficient, but I can still tell light green from dark green. (If you know, you know.)
I split time between:
- Building ML/LLM-backed products and prototypes
- Tooling and developer experiences (VS Code extensions, CLI tools)
- OSS contributions and learning-in-public projects
Check my pinned repositories and recent activity for current work.
A few project callouts (link to repos or demos as appropriate):
- declarative-vscode-extension — A VS Code extension for declarative workflows and productivity tooling.
- bootstrap (personal fork/experiments) — UI utilities, theme experiments, and component prototypes.
- sora (collaboration/ML infra experiments) — Notebook and model orchestration explorations.
This repository mainly serves as my GitHub profile. However, if you'd like to explore the configuration or build it locally:
Clone the repo:
git clone https://github.com/Wbaker7702/Wbaker7702.git
cd Wbaker7702General recommendations for projects I work on:
- Install Node.js 18+ (if JS/TS project).
- Use npm or yarn to install dependencies:
npm install
# or
yarnFor VS Code extensions specifically:
# install deps
npm install
# compile if TypeScript
npm run compileI use GitHub Actions to automate builds, tests, and maintenance. Current workflows include Audit, Build, Deploy, and Lint.
Thanks for wanting to contribute! A suggested workflow:
- Fork the repo
- Create a branch:
git checkout -b feat/your-feature - Make changes, add tests where appropriate
- Run linters and tests locally
- Push and open a pull request
Be sure to check CONTRIBUTING.md (if available) and any project-specific guidelines.
- GitHub: Wbaker7702
- Email (School): wbaker@my365.bellevue.edu
- Email (Personal): baker.wes2021@gmail.com
MIT OR Apache-2.0 Wes Baker © 2026
Thanks for visiting - I build in public. If you want to collaborate or ask about anything, open an issue or send a PR.



