PROJECTS

Below are some of the projects that I've worked on that I personally like a lot.
If you wish to see more, check out my github here.

Programming Documents / Books

Currently, I'm working on various documents, for simplicity I refer to them as books, each providing guidelines and information on programming concepts that I would have learned over the years.

Each link apart from the google drive, contains the latest draft for that document. Note: Most are unfinished as I write them when I find free time, which isn't that common.

Google Drive link to all Docs including drafts.


In Progress:

Fight Parade

Welcome to Fight Parade, a web hosted, text based Action Adventure RPG game, where you can go on quests, complete jobs, acquire gear with special effects, and battle against various enemies and other players!

Fight Parade is being designed using FSH stack (Flask, SQLite and htmx).

Expected time of first release: December 2024

Link to game: Will be updated when game is released

Repo: Fight Parade repository

Completed (May still update from time to time):

Bajan Insider

A Full stack application developed using React, Flask and SQLite. Grabs Barbados news from various sources, and displays it in one place for ease of access.

Repo: Bajan Insider

Isaiah's Parade

A Discord bot creating using the Discord API. Isaiah's Parade is a multi-purpose discord bot that focuses on providing features for both mods and regular server members. With a wide array of commands available, members can manage, and enjoy themselves with the unique features.

Repo: Isaiah's Parade

Personal File Server

This is a webserver that I so that I could transfer and store files on my backup laptop, from any other device connected to the same network.

It is designed to be local hosted, so if you ever wanted a way to quickly share files with your other devices, you can simply check my repository

Showcase: Coming Soon

Repo: Web Server

Whatsapp Clone

A Whatsapp clone created using Firebase, Express.js, React.js and Node.js

Repo: Whatsapp Clone

Amazon Clone

An Amazon clone created using Firebase, Express.js, Reactt.js and Node.js, and facilitates functional payment using Stripe.

Repo: Amazon Clone

Text Guided System (TGS)

A script that is based off of SMITE's VGS (Voice Guided System). This script will accept certain commands from the keyboard, and will then output the appropiate, corresponding message. The main use for this is in Fast Paced MOBA Games like LOL, which do not have a feature similar to SMITE'S VGS.

Showcase: Text Guided System

Repo: Text Guided System

Project Manager

A python program created to help manage projects by keeping track of various factors. Refer to the README on the github page for more information

Repo: Project Manager