Connor
Pink

x Trent
University

About Me.

My name is Connor Pink. I am a Computer Science student at Trent University. This is a page to display some of my projects.

Connor Pink

Computer Science Student- Trent University, Peterborough

Contact me:

Email:

connorpink@mrpink.cloud

React Movie Watchlist site

React web Application for NodeJS express backend API and MongoDB database. Users can create accounts and add a TVDB Api key to collect recent movie information from the TMDB api. Then users can create watch list entries that are saved to their account in MongoDB. Users can also view movie information and edit their WatchList entries. This project was originally created in a weekend as a interview task. The front-end is hosted on vercel and the API and backend are containered with Docker on Google cloud run. view the code on my github here.

Tile Slide Puzzle

15 tiles puzzle game. React project remake of tile slide puzzle game.

AD HTML Page

This program was made for the IT department at Peterborough Regional Health Centre Hospital as a tool to provide easy access to processes that are not available in Active Directory and take a long time to complete manually. The program is written in powershell and converted into a executable file. The program requires administrator privileges and prompts the user to login when launched. Through this the program can run the commands under the credentials of whatever user is desired. Worked on by Connor Pink, and Jax Sutton

Asset Inventory webpage

This web-application was made for the IT department at Peterborough Regional Health Centre Hospital as a tool to provide easy access to processes that are not available in Active Directory and take a long time to complete manually. The program is written in powershell and converted into an executable file. The program requires administrator privileges and prompts the user to login when launched. Through this the program can run the commands under the credentials of whatever user is desired. Worked on by Connor Pink, Jax Sutton, and Connor Millson.

Manage Engine API

LocalToRegional.ps1 file is a powershell rest API script for operating on Manage Engine to take local tickets and create regional tickets and then update the local ticket to have the information of the regional ticket. This script is hosted on the server and triggered automatically to run comepletely seamlessly.