Skip to content
View BeauDevCode's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report BeauDevCode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
BeauDevCode/README.md

Christ Beaubrun — Software Engineering Student

I build practical Python, FastAPI, AI, and full-stack web applications. I focus on real workflow problems, clean documentation, testing, CI, and deployable demos.

Featured Project

ServicePilot AI

Live Demo: https://servicepilot-ai-python.onrender.com
GitHub Repo: https://github.com/BeauDevCode/servicepilot-ai-python

ServicePilot AI is an AI-powered FastAPI CRM for local service businesses. It turns messy customer requests into structured jobs, quotes, invoices, tasks, and follow-ups.

Tech Stack: Python, FastAPI, SQLModel, SQLite, Jinja2, HTMX, Tailwind CSS, OpenAI API, Docker, GitHub Actions, pytest, Ruff.

What it shows:

  • Full-stack Python web app development
  • Database modeling and CRUD workflows
  • AI-assisted intake with mock fallback mode
  • Testing, linting, Docker, and CI
  • Live deployment on Render
  • Product thinking for real business workflows

Open-Source Work

I contribute to open-source by working on focused bug fixes, test coverage, CLI behavior, workflow documentation, and developer tooling improvements.

Contribution tracker: https://github.com/BeauDevCode/BeauDevCode/blob/main/CONTRIBUTIONS.md

My contribution workflow:

  • Reproduce or understand the issue
  • Read the relevant code path
  • Create a focused patch
  • Add or update tests
  • Validate with local test commands
  • Submit a clean pull request with summary, testing, and risk notes

Recent accepted work includes a merged CLI/output-mode contribution with regression tests and a merged workflow documentation/contract clarification.

Current Focus

  • Backend development with Python and FastAPI
  • AI-powered web applications
  • Secure software development
  • Open-source bug fixing and regression testing
  • Full-stack product engineering

Selected Work

Links

Pinned Loading

  1. Secure-Network-Monitoring-Tool Secure-Network-Monitoring-Tool Public

    Developed a Python-based network monitoring tool on Linux that captures live packet data, detects suspicious traffic patterns such as port scans and abnormal connections using rule-based analysis, …

    Python 1

  2. EdgeCaseForge-AI EdgeCaseForge-AI Public

    EdgeCaseForge AI is a Python/Streamlit app that helps design hard coding tasks for AI model evaluation. It creates problem statements, hidden test ideas, golden-solution hints, and model-failure ex…

    Python