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

Block or report Monksc

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
monksc/README.md

Hi, I'm Cameron πŸ‘‹

Full-stack software engineer specializing in Rust, IoT, and real-time data systems.
I build production systems end-to-endβ€”from backend services and data pipelines to hardware-integrated applications and user-facing tools.


πŸš€ What I Do

  • Build full-stack applications (React, Node.js, PostgreSQL, Docker)
  • Develop high-performance systems in Rust (multi-threading, simulation, optimization)
  • Design IoT and real-time data platforms using AWS and edge devices
  • Create sports probability models for European football using real-world data

⚽ Sports Analytics Work

I’ve developed applications that model football match outcomes using probabilistic and statistical methods, including:

  • Match outcome prediction (win/draw/loss probabilities)
  • Performance modeling using historical match data
  • Data pipelines for ingesting and processing league data
  • Tools for analyzing trends and identifying value opportunities

πŸ‘‰ See: EnglishPremierLeaguePredictions


πŸ›  Tech Stack

Languages: Rust, JavaScript (Node.js), C#, SQL
Frontend: React, HTML, CSS
Backend: REST APIs, data modeling, system design
Cloud: AWS (Lambda, DynamoDB, S3)
Other: Docker, IoT (Raspberry Pi), CNC systems, G-code


🧩 Selected Projects

  • ⚽ Football Probability Models – predictive modeling & data pipelines
  • βš™οΈ CNC Simulation (Rust) – high-performance simulation engine
  • πŸ“Š IoT Monitoring System – real-time data collection & analytics
  • 🎨 Cupertino Rounded Corners – UI package (top 20% on pub.dev)

🎯 What I'm Interested In

  • Data-driven platforms
  • IoT & real-time systems
  • Performance-critical software
  • Sports analytics & decision systems

πŸ“« Connect

English Premier League Predictions ⚽

A sports analytics project that models football (soccer) match outcomes using probabilistic and machine learning techniques.


Pinned Loading

  1. MD5PaswordCracker MD5PaswordCracker Public

    Given a text file of passwords and choices for each possible character in the password, it will use multiple threads on the cpu and gpu to brute force all possible choices. On my 2015 MacBook Pro i…

    Swift 4 1

  2. cupertino_rounded_corners cupertino_rounded_corners Public

    A new Flutter package to make cupertino rounded corners also refrered to as squircles using a bezier path and having the two points in the corners

    C++ 13

  3. EnglishPremierLeaguePredictions EnglishPremierLeaguePredictions Public

    Predicts Matches for the English Premier League. Can be changed for other leagues.

    Python 1

  4. cacheskell cacheskell Public

    This is my functional programming language that looks like Haskell but it cache every function.

    Rust 2

  5. cncsim cncsim Public

    Simulates gcode from a cnc router. Converts gcode to a .stl or an image in a .png file.

    Rust 14 3

  6. marchmadnesspredictor marchmadnesspredictor Public

    Predicts March Madness games. Updated for 2021.

    Python