About me

Ed Vaudin

Contact

Software

The GoodPlace Discord Bot

For a year now, I have been developing a multi-faceted Discord bot using .NET. This bot serves the GoodPlace OSRS clan on Discord in many ways. It manages user roles and badges with a connection to the OSRS API. It assigns in-game tasks for players to complete, tracks their progress through the OSRS API and awards points to spend on features in the server. It also provides clan leaderboards and a voting system for events that run regularly in the clan. Unfortunately, I am not able to provide a direct link to the code on this as it is a proprietary setup, however I may be able to provide a showcase for anyone with express interest.

Excel Reader

This console application allows you to transpose data from an Excel table into a SQL database.

Shift Tracker

This app allows you to log employee shifts through a self-hosted API. This project really pushed me to learn how to host APIs and use RESTful practices.

Exercise Tracker

This is a simple console app for tracking exercises. This project implements the repository pattern and solidified my foundational knowledge on dependancy injection.

Flashcards

This console app is a fully-functional flashcard app that allows you to set questions and answers for revision. It allows you to store different subjects with their own flashcards and keep track of your study sessions.