This is a listing of the different tools and programs I have created. These tools help out gamers and also have some examples of ecommerce solutions using PayPal.
Tools for Game Masters of the Shadowrun Tabletop game
Tools for players of the MMORPG World of Warcraft
Tools for Game Masters of the Genesys system by Fantasy Flight games.
Tools for players of the Dungeons and Dragons tabletop game.
Various tools utilizing PayPal
Other tools not in a particular category
The first program I made was the Shadowrun Roll for Initiative app in C#. The limitation to this is my GM at the time used Mac.
I then rewrote the project in Java so it could be launched from any machine with Java installed.
The future is not in applications, though. It is in responsive web applications. A majority of my programs are written with Javascript, CSS, and HTML.
Sometimes server side processing has its benefits, such as when utilizing PayPal. The PayPal apps and the twitch.tv control panel are in PHP.
The dice rolling bot was made in Python as that is a great language for always-on type programs like a bot.
The fundraiser site uses a database to track incoming payments. SQL is a go-to for this type of work.