Alpha Sigma Phi Content Management System
May 1st, 2019

This project was written in the fall of 2018 and it was great because it allowed me to solve a
real
world problem as I was serving as the secretary of my
fraternity at the time. It also guaranteed me around 50 users that would be using the website,
which
is a luxury for a
college level code project. We needed a way to create and store weekly reports of what each
officer in
the chapter had
been working on, keep track of attendance, and keep an updated roster list of all active members.
This
was implemented
with mostly client side javascript communicating with back end php for data that it was retrieving
from a MySQL
database. I did the bulk of my growing as a web developer during this project as this was my first
web
application that
I built myself that had a database. It was also the first time that I had to work with DNS records
and
applicationhost
files in ubuntu. This forced me to learn about writing authorization, ajax, data requests,
javascript
promises, and PHP prepared statements. I didn’t have a great feel for best practices and code
quality
at the time that this project was
written, but I was extremely proud of purely the functionality that I was able to achieve and the
problems that it
solved in my fraternity.