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

Block or report Gabeele

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
Gabeele/README.md
gavin abeele · software developer

I build software that ships and holds up.

Software Developer Open to Consulting Waterloo, ON

I'm Gavin — a full-stack developer with 5+ years of code, based in Waterloo, Ontario. I ship products end to end: at home in Laravel and Vue, just as comfortable in React, and Docker-first from database to deploy. I build at Vehikl by day and take on select consulting engagements.

frontend · backend · infra · AI integration · mentoring


What you get when I'm on it

  • I own the whole stack — frontend, backend, infrastructure, AI integration. I understand how the whole system fits together instead of staying in one lane, and I pick up new tools fast.
  • I ship code that lasts — readable, tested, documented. Test-driven by habit, so what I build keeps working after I hand it off.
  • I level up the team — I mentor junior devs to independent delivery, unblock through deep Filament and Laravel expertise, and write up what I learn.

Work I'd put my name on

Octopus — a Laravel + Filament platform that runs a 70-year-old retailer end to end: payroll, inventory, purchase orders, warranty. Replaced decades of paper, and the business runs on it every day.  → Case study

red-eye — an overnight AI-agent orchestrator (Python · FastAPI · HTMX) that runs Claude Code against a GitHub issue queue and opens pull requests from idle compute.  → Projects

WagTaggy — a 3D-printed QR pet tag backed by a Laravel platform (Stripe, Shopify); the tag stays updatable with no external link dependency.  → Projects


Stack I reach for

Laravel Vue.js PHP TypeScript Livewire Filament Tailwind CSS Inertia.js

MySQL PostgreSQL Docker Linux Nginx DigitalOcean

Test-driven with Pest / PHPUnit · deployed with Laravel Forge.


Find me

Portfolio Blog LinkedIn Email

$ git log --oneline --author="gavin"
3f9a1c2  ships features end to end at Vehikl
b7e04d8  builds Octopus — runs a 70-year-old business
a12ff90  mentors juniors, writes it up on the blog
e5c3b21  open to select consulting → me@gavinabeele.com

Pinned Loading

  1. Movie-Recomendation Movie-Recomendation Public

    Visit the site (Offline) -> https://recommendmemovies.com. A personal project exploring machine learning, Python, Flask, ReactJS, Docker, Nginx, Digital Ocean, and more!

    Python 7 3

  2. Super-Mario-Reinforcement-Learning Super-Mario-Reinforcement-Learning Public

    Using Pytorch, OpenAI Gym, and other frameworks; this project used Python in Jupyter Notebooks to build a reinforcement model to pass Super Mario Bros levels.

    Jupyter Notebook

  3. Dwellow Dwellow Public

    Dwellow is a communication app that connects tenants with property managers, streamlining ticketing, resource management, and interactions. It's designed to make property management more efficient …

    TypeScript 3

  4. Sudoku-Solver Sudoku-Solver Public

    A python console application that generates valid Sudokus and solves them using recurrsion and backtracking algorithms.

    Python