Skip to content
View maw101's full-sized avatar
Block or Report

Block or report maw101

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
maw101/README.md

Hi! I'm Matthew πŸ‘‹

A driven Full Stack & Backend Software Engineer

  • πŸ‘¨β€πŸ’» I’m currently working on a range of full stack & backend tech projects as a Software Engineer in the UK.

  • πŸ’» Industrial experience in a variety of sectors with a wide variety of tech stacks.

  • πŸ“– I’m currently improving my skills in C# and React.

  • πŸ† 85% degree average (Master's & Undergraduate degrees in Computer Science).

    • Attained several scholarships & prizes for achievement alongside completing a placement year and summer internships.
  • πŸ“« Feel free to contact me and learn more about my experience through LinkedIn.

Languages and Tools:

πŸ“‹ Languages

C# C++ Java JavaScript TypeScript Kotlin Python Shell Script

πŸ“š Frameworks

React Spring Express.js .Net

πŸ—ƒοΈ Databases

Postgres MySQL SQLite MongoDB

πŸ₯… Other

Git Docker GitLab CI Jenkins Linux Jira Heroku TensorFlow

GitHub Profile Statistics

GitHub Profile Statistics for maw101

Pinned

  1. Game-of-Life Game-of-Life Public

    A cellular automaton model (in React) which observes how cells evolve from an initial configuration of live and dead cells

    JavaScript

  2. Puzzle-Solvers Puzzle-Solvers Public

    A Collection of Puzzle Solvers. Includes a Sudoku Solver with forward checking and a K-Puzzle Solver which utilises the A* algorithm.

    Python

  3. ConnectFourAI ConnectFourAI Public

    Connect Four Game with GUI and CLI Interfaces. Work in progress AI player utilising negamax search, alpha-beta pruning, bitmap board encoding, and exploration ordering.

    Python

  4. BFS-Visualiser-React BFS-Visualiser-React Public

    A Visualiser for the Breadth First Search algorithm - built using React. Finds the shortest path between two hexes whilst avoiding walls.

    JavaScript 3 1

  5. Sevens-Card-Game Sevens-Card-Game Public

    Sevens Card Game Implementation. Computer Player which scores its hand and plays the card which will benefit itself the most.

    Java