Skip to content
View thebristolsound's full-sized avatar
✌️
✌️

Block or report thebristolsound

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thebristolsound/README.md

👋 Hi there, I'm Matt Donovan!

🌐 San Diego, CA | 💻 Senior Full Stack Software Engineer

Welcome to my GitHub profile! I'm a passionate developer who loves building powerful applications and experimenting with cool things.

🛠️ What I Do

  • 💼 I build full-stack applications with modern technologies
  • 🤖 I leverage AI-assisted development workflows to maximize productivity
  • 🎯 I contribute to open source projects and share knowledge with the community
  • 📚 I continuously learn and explore new technologies, especially in AI/ML

🌱 Currently Exploring

  • 🧠 AI engineering and LLM mechanisms
  • 🔍 Embedding models and RAG architectures
  • 🚀 Advanced AI-assisted development techniques
  • 🎓 AI certifications and professional development

📫 Let's Connect

I'm always interested in collaborating on interesting projects


Most of my contributions are in private repositories, but I'm actively building and learning every day.

Pinned Loading

  1. block/goose block/goose Public

    an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

    Rust 31.8k 2.9k

  2. Simple Twitter Archive Scraper (Wayb... Simple Twitter Archive Scraper (Wayback Machine)
    1
    
                  
    2
    import requests
    3
    import json
    4
    from bs4 import BeautifulSoup
    5