I'm a full stack software developer with over 10 years in international education. I completed Coding Dojo's full stack python course in February 2021, and since then I have been creating full stack python projects, and teaching myself React.Js. Below are a few projects I'm working on. If you'd like to view them on a separate page, click here to visit my personal website.
EMS platform that enables administrators to sort, filter, and display employee information. Leverages Java and Spring Boot to build a scalable database and integrated a search feature with Angular to query database and present MySQL employee data in real time -- Front End -- Back End
Filter database results in real time using search function
Delete employee entries quickly and efficiently
Quickly edit employee information
View Employee Links
Easily Add Employees to your managment system
The Gaming News API was created utilizing Express, Axios, and Cheerio. The API scrapes the webpages of various gaming news sites for a specific game franchise, and then returns the newest headlines for your favorite video games. Click the links below to view the code, or visit rapidapi.com to test endpoints, and copy code snippets to utilize the API for your own project.
After clicking the link to Rapid API, you can subscribe to the API to get a number of free end point tests. Select a GET endpoint on the left side of the screen, and then click the blue "Test Endpoint" button to run the we web scrapper and see results.
click here to view the code on GitHub ------ click here to view the RapidAPI interface
Once the endpoint is tested, the user can then copy the code snippet to integrate into their own project.
A wiki-fandom inspired information aggregation tool for scholars and non-scholars alike which serves as a hub for specific information and sources in a niche field to aid researchers as they study ancient cultures. This application was developed full stack and deployed to Heroku. This web application has an intuitive backend and a responsive frontend built with Bootstrap, Python and Django framework. This site has functionality with PostgreSQL that enables advanced search engine queries and results while ensuring security with bcrypt encryption. Further functionality includes Wikipedia API to provide additional summary information for each entry, and a generate csv files for personal use utilizing Python’s built in csv writing function