Browse Some of My Projects Here.

A List Of Old Projects


Many projects I have completed in the past lack documentation, but I've acquired numerous skills that I would like to showcase. Below, you'll find a list of all the projects along with the key takeaways and skills I learned from each. I've attempted to include some pictures that I took of each pr...


Python Solidworks Electrical Wiring Altium LoRaWAN Microcontroller RF Antennas Raspberry Pi RISC

Contract Work - Discord Bot


This is one of the bigger bots I have made for someone, and it has gone through many iterations since its inception. Initially, the bot was created to generate tickets for new members and to provide an automated ticket system for 1on1 support, but over time the owner used ChatGPT to add features....


Python SQL Discord.py

Discord Bot - 1on1/Advisor Tickets


In order for members of Notify to get better more focused support we introduced a service that comes with their membership that allows them to get unlimited 1on1/advisor sessions related to services we provide. When we first introduced the service we had a staff member manually assign an advisor ...


Python SQL Discord.py

Discord Bot - Data Scraper


In the early days of creating Discord bots, data storage needs were minimal, and text files sufficed for occasional use. As the complexity of my projects grew, so did the necessity for a more robust data storage solution. This prompted me to explore alternatives, leading me to adopt PostgreSQL. I...


Python SQL Discord.py

Discord Bot - Jarvis


This project is one of my longest going projects in development. What started as a simple automated ticket bot, grew into a much more robust and improved version of itself over it's 3+ year lifespan. Below you will find the iterations of the project as it went trough it's changes as well as the c...


Python SQL Discord.py

Discord Bot - Other Projects


I have made and continue to make many other bots for Notify and all provide a unique and valueable function to the group. Most of the bots use the same technology like Python (Discord.py, psycopg, asyncio, etc.) and SQL (PostgreSQL). I will go over all the other bots I have made that don't have t...


Python SQL Discord.py

Interview Excelerator (AI Interview Helper)


Interviewing is always tough and nerve wracking, my goal with this tool was to help people before, during, and after their interview. This software provides users with many features including voice to text paired with OpenAI response for live question responses, interview categorizing, and a pre-...


Python SQL SQLite Qt PySide6 OpenAI Speech to Text

Simple Python Script For Crypto On Google Sheets


Obtaining crypto-related data for Google Sheets can be frustrating. If you're like me, you might have attempted Google's built-in IMPORTXML feature, only to encounter infrequent data updates, leading to constant errors. Alternatively, there are add-ons available, initially promising, but often en...


Python Rest Requests

SocketIO Websocket Monitor


I aimed to create a monitoring system capable of gathering live listing and sales data from a CSGO buy/sell website. Initially, I successfully developed a code segment using their REST API to acquire historical data for updating my spreadsheet. However, I required real-time information, and the w...


Python SocketIO

Sports Betting Machine Learning Algo (WIP)


Below you can find the whole detailed project related to developing a machine learning algo to classify sports bets of different forms from messages (generally through discord messages but can be used for any input source). This was step 1 of an even bigger project, below you can find each part o...


Python SQL Discord.py PyTorch Beautifulsoup OCR Machine Learning

Streamlit Apps


I started using Streamlit almost a year ago and since then any time I need to visualize data for either reports or displaying live data, I use Streamlit. It is so simple and since I have a background using Python, it makes visualization a piece of cake. Below you can find 3 projects I have worked...


Python SQL Streamlit Pandas

Web Scraping Projects


I have worked on a few projects related to web scraping and luckily many of them that had open APIs made it easy for me to get the data I want in a quick and efficient way. On the flip side, I have also done web scraping through a selenium webdriver to gather information and to fill out online fo...


Python Requests

Website


Earlier this year, I embarked on a project to showcase both past and upcoming projects and blogs, not just for my own reference but also for others. Prior to deciding to create a website, I possessed only a basic understanding of HTML and CSS. However, I was determined to craft something from the...


Python SQL Django Tailwind Heroku HTML CSS