This website is my portfolio to show off my skills in my two largest passions: programming and photography. It is written primarily in Koa, with Nunjucks for templating, and utilizes Axios to retrieve my photography from buckets hosted in Backblaze.
X Link Remover Bot is a bot made for Telegram that edits links from X (Twitter), to turn them into Twitter, VxTwitter, and FxTwitter links. It's written in NodeJS, using the node-telegram-project-api. The bot is hosted in a Docker container that is created and uploaded publicly to Docker Hub through the GitLab Runners CI/CD pipelines. The pipeline includes building the application, running unit tests on the it, then building and pushing the Docker container.
Genshin Reminders Bot is a project still currently in devlopement. It's a bot built for Telegram for the game Genshin Impact, designed to help users and players remember when in-game materials are available in dungeons, as well as being able to search information about various weapons, materials, and characters. The bot sends out reminders to users as messages on the days that the materials become available.
The project is written in NodeJS using the node-telegram-project-api.
DEPRECATED
The Skipper Moderation Bot was my very first project in NodeJS. It was made for as a bot to assists moderators on Discord. Those with permissions have the ability to mute, kick, and ban people, along with various other functions.