Skip to Main
Mike Gullo
mgullo.dev

Projects

IMCoding

Somewhat a programming articles blog, but mostly cheat-sheets and code samples to be used as a reference.

The articles are written in Markdown and the content is stored in MongoDB via Atlas.

It includes authenticated pages and routes for uploading new (and editing existing) content.

IMCoding GitHub Repo

React JS, Node, Express Server

Skeeball World Tour

Future web app for SkeeballWorldTour.com... the home of the long-running social sports league in northeastern Ohio at the many Winking Lizard Tavern locations.

Provides players with league news, standings, schedules, results, participating store info, player/team stats, league leaders and tournament info... for current and all past seasons.

This is a very data intensive app.

Skeeball World Tour GitHub Repo

Next JS, Serverless Functions, MongoDB, Jamstack, Vercel, Node, Javascript

RML Baseball

Soon to become the replacement website of the long-running Strat-O-Matic based fantasy baseball league... the RML.

Features a message forum, league news, upcoming events, file downloads, authenticated pages and other league information.

RML Baseball GitHub Repo

Next JS, Jamstack, Vercel, Sanity.io, MongoDB, Javascript, APIs, Serverless Functions, Unit / Integration Testing, Node

National Parks

Get state by state national park lists and info, including a park description, GPS coordinates, available activities, a picture of the park and a link to view the official webpage for the park.

This app was built with just plain old HTML, CSS and JavaScript... accessing the national parks API.

National Parks GitHub Repo

HTML / CSS, Javascript, APIs

Strat Ratings Guide

Processes the uploaded .csv data from the annual Strat-O-Matic baseball ratings guide, then stores the "better organized" data for hitters and pitchers in a MySQL database.

On demand, it converts the stored data into more relevant forms using complex proprietary functions. Very handy for players of the renowned baseball game by Strat-O-Matic.

Strat Ratings Guide GitHub Repo

React JS, Node, Express Server, MySQL, Javascript, RESTful APIs, CSV Files

Memory Game

Memory game with a "19th century presidents" theme built with the React JS framework.

This app was originally written with class components, but has been refactored with functional components.

Memory Game GitHub Repo

React JS, Node, Javascript

Hotel Worx

Property management app to be used by hotels of any size.

With this app, you can manage reservations, room info/pricing, invoices, room charges and much more.

Note: This online version is the server API and documentation only (which was my role in this project). It does not include the front-end.

Hotel Worx GitHub Repo

React JS, Node, Express Server, MySQL, Javascript, RESTful APIs, Unit / Integration Testing, Passport JS