About Me

Hi there, I'm Tyler. I've been tinkering with computers and programs since I was 11. Coding became a real passion for me back in 2017 when I started creating mods and collaborating with teams for the game Arma 3. These days, I spend my time working on mods for Arma Reforger and whipping up basic Python scripts. I'm certified in C++ and SQL, and I'm pretty handy with Python and SQF too. Just your average tech enthusiast trying to make cool stuff!

Arma 3 New Vegas

Projects

Arma 3 New Vegas was a server with over 300+ players. I was the lead developer on this project, we ended up providing a unique experience not seen before in Arma 3 using the aftermath mod. Using the Altis Life framework I was able to store player data in an SQL database, create an engaging role-play experience, and have multiple factions, preset, and player-created factions that created a dynamic experience only we could provide.

Password Generator

I've made a password generator using TRNG and Python to make custom passwords for myself. After the password is created it automatically emails me the new passwords list in a password encrypted archive.

File Organizer

I've made a file organizer for my computer that runs in the background using a Windows task scheduler. It's made in Python and uses a dictionary to keep track of file names and their locations.

Playlist Downloader

I've made a Python script that uses a CLI to download YouTube videos and playlists to my computer. I use this for car rides to listen to podcasts going through areas with no signal.

Tik Tak Toe

My first project outside of Arma 3 and Arma Reforger was a basic game of Tik Tak Toe using a CLI. It was made in C++ and consists of the best of three rulesets. It has changing player sides, uses numpad inputs and stores wins and losses.