Wbaker7702 - Overview

https://telebugs.com/?refCeoFindsEngineer

Hi, I’m Wes 👋

Wes’s GitHub stats GitHub Streak Top languages


🚀 Prompt Engineer • Student • Founder

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.”


🛠️ Tech Stack & Tools

Python TypeScript JavaScript VS Code Git Docker


📈 My GitHub Stats

Showcasing a few key metrics:

GitHub overall stats


📜 Table of Contents


👤 About

  • Machine Learning & applied LLMs
  • Always learning, always shipping
  • Founder / CEO with a builder mindset
  • Focused on pragmatic, product-first engineering

Fun Fact

I’m green‑deficient, but I can still tell light green from dark green. (If you know, you know.)


🛠️ What I Work On

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.


✨ Highlights & Projects

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.

⬇️ Getting Started / Local Setup

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 Wbaker7702

General recommendations for projects I work on:

  1. Install Node.js 18+ (if JS/TS project).
  2. Use npm or yarn to install dependencies:

For VS Code extensions specifically:

# install deps
npm install
# compile if TypeScript
npm run compile

⚙️ Development & Build Workflows

I use GitHub Actions to automate builds, tests, and maintenance. Current workflows include Audit, Build, Deploy, and Lint.


🤝 Contributing

Thanks for wanting to contribute! A suggested workflow:

  1. Fork the repo
  2. Create a branch: git checkout -b feat/your-feature
  3. Make changes, add tests where appropriate
  4. Run linters and tests locally
  5. Push and open a pull request

Be sure to check CONTRIBUTING.md (if available) and any project-specific guidelines.


📬 Contact


⚖️ License

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.