PROGRAMMING EXERCISES

XML version of Resume

June 2020

XML, XSLT

- Created an XML version of my resume containing general information about me, my educational background, and my work experience, and then created a schema for the XML document, and an XSLT for the XML document so that it can be rendered in a browser.

Quiz Component

June 2020

React

- Buid a simple quiz application that displays a question and options and grades the quiz

JobBoard

June 2020

Python, Flask

- Buid a simple job board where the main page of the site shows all jobs and each job and employer will have dedicated pages.Users will be able to review each employer.