Kathryn Silva Conway

Full Stack Developer

kathrynsilvaconway@yahoo.com
  • Python
  • Django
  • AWS
  • Html
  • CSS

Django:

Literally My Trash

A dynaminic shopping site built with Python, Django, HTML, CSS, and Bootstrap. Users may browse, purchase, and review products. Images are hosted seperately on AWS S3 to improve site efficiency. Django templates display unique user info. Enhanced security with regex validation for login and registration. Deployed to AWS EC2.

Additional Django Projects:

Make a Poll,

Take a Poll

This app allows user to create and vote on polls. Users enter data through secure forms, which is then integrated into the database by Django views. Results are returned with dynamic templates. Deployed to AWS EC2.

Random Password

Generator

An efficient tool that enhances web security by generating pseudo-random passwords of any length. Users enter the desired password length and receive their scrambled code. Delivers helpful errors for invalid data. Deployed to AWS EC2.

The Gold Game

A game that rewards players with random amounts of gold based on the location they select. Integrated session objects into templates to display current and total scores. Deployed to AWS EC2.

Get It Done

A helpful and easy to use to-do list app for improving productivity and organization. Users may create tasks and cross them off the list when completed. Model forms are coded into a separate file to improve code readability.Deployed to AWS EC2.