Skip to content
View Themichaelreimer's full-sized avatar
  • Winnipeg

Highlights

  • Pro

Block or report Themichaelreimer

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

Hi there 👋

I'm Mike. I'm a guy who often codes - sometimes for fun. Apart from programming, I'm very interested in Math, Medicine and Music.

Non-Work Projects in the works

Medistat.online

This project started during the early stages of the Covid-19 pandemic, with the goal of collecting and displaying various medical statistics I was interested in. Today, it serves as a portfolio piece intended to demonstrate the following skills:

  • Building CI/CD pipelines via GitHub Actions
  • "Knowledge as Code" - Operations knowledge is encoded in easy to use scripts, so that anyone on a team can easily perform any action. In the past, these have also been excellent incidental timesavers in local environments.
  • Docker and Containerization
  • Python / Django
  • Javascript / Vue

https://medistat.online

Terminal Adventure

A randomly generated 2D adventure game in the vein of Legend of Zelda and console-based roguelikes. Collect progression items, fight the hordes, and descend into the depths to recover your lost wallet. It's finished and beatable! https://github.com/Themichaelreimer/TerminalAdventure

Super Misha Odessa

A closed source platformer I'm developing in Unity and C#. I'm keeping it closed source for the sake of the assets being used, and that I may want to sell this some day. I'm always happy to demo this though!

Kids: You got us Super Mario Odessey for Chirstmas!?

Me: Even better!

Pinned Loading

  1. TerminalAdventure TerminalAdventure Public

    (Lua/Love) A randomly generated adventure game in the vein of 2D Zelda, with a generous helping of Seinfeld references!

    Lua 1

  2. medistat medistat Public

    (Docker / Python / Django / Javascript / Vue) A simple webapp that displays medical statistics from a few sources, and significantly over engineered devops, for what the app does.

    Python

  3. pkmn_league pkmn_league Public

    (Java / LibGDX) Highly customizable tactical RPG inspired by Pokemon and Fire Emblem, with the goal of being as easily modifiable as possible by the user

    Java

  4. GameOfLife GameOfLife Public

    (Python) An interesting implementation of John Conway's Game of Life, which uses sets instead of a bounded grid

    Python