Support
Over the course of the summer, I developed the PostgreSQL Testing Environment (PTE). The PTE, made using Gradescope's autograder, is an application that helps students iterate on their code by supplying automated feedback. It was developed specifically for PostgreSQL, the database language taught in SLU's CS345 Database Systems and Security course and is an industry stand Database Language.
Through the PTE's development I sharpened my skills in Python, the host language for the PTE, I learned how to use Docker, an application containerization software, and I learned how write documentation in Markdown, a text document markup language. These are valuable systems for any programmer to have experience. They will especially serve me well as I move on two phase 2 in my senior pulling the PTE off of gradscope and using FastAPI to build an application programing interface for the PTE.