Skip to content
View mrbuss81's full-sized avatar

Block or report mrbuss81

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
mrbuss81/README.md

πŸ§‘β€πŸ’» The CompSci RV Dad 🚐

Coding. Learning. Parenting. Rolling down the road.

Hi, I’m Michael Buss β€” a Computer Science student at the University of the Fraser Valley (UFV).
I’m learning in public while balancing family life and studies from my fifth-wheel RV.
My goal: turn every course and curiosity into something real and useful.


🧱 Featured Projects

Java implementations of core data structures and algorithms.
Focus: stacks, queues, linked lists, trees, and recursion.
Demonstrates algorithmic thinking, recursion, and OOP design.

A full PostgreSQL library management system.
Includes ERD diagrams, normalization, schema scripts, and constraints.
Built for UFV COMP 230 and extended for portfolio development.

A Python automation app for Costco price tracking.
Scrapes the β€œCostco West” blog, logs results to CSV, and calculates savings.
v2.0 roadmap: add watchlists, price-drop notifications, and user dashboards.


🧠 Currently Exploring

  • Data Structures & Algorithms (Java)
  • Database design and normalization (PostgreSQL)
  • Backend development (Python, Playwright)
  • Frontend foundations (HTML, CSS, React)

βš™οΈ Tech Stack

Python Java SQL HTML5 CSS3 React Git VS Code


🎯 Goals

  • Complete BSc in Computer Science at UFV (2027)
  • Build a professional developer portfolio
  • Earn a Software Engineer Co-op @ EA Vancouver (Summer 2026)
  • Keep documenting the journey on YouTube @CompSciRVDad

πŸ“Š GitHub Stats

Michael's GitHub stats Top Langs


β€œLearning computer science as a second career, raising a family, and living the RV life β€”
it’s all about persistence, curiosity, and creativity.”
β€” Michael Buss, CompSci RV Dad

Pinned Loading

  1. CostcoPriceApp CostcoPriceApp Public

    Python-based price tracker that logs Costco product prices and detects drops β€” part of The CompSci RV Dad learning journey.

    Python