John
Sanabria's
Portfolio

Software Engineer | Backend Developer | Python | DevOps | SQL | Data Analyst

Hidden Filesafe
Project

Python application that can take a file, and break it down by passing through a base64 encode, encrypting that data with a sha256 hashing code, so that others can't read or access it. Files are stored in a SQLite database and hidden, but can be remade, and decoded using the hash for rebuild at your convenience. Code was pushed to Git for ease of remote implementation, deployment, and continuous development.

DJ Streams
Spotify Clone

Python application with SQL database for local testing, built application into Flask framework for ease of web hosting. Used Bootstrap for HTML architecture, forms, and templates. Built Azure cloud database with PGAdgmin. Integrated into final form of application. Containerized app with Docker, pushed application to Git repository, then cloned to Azure cloud for final hosting and communication with Azure Postgres Database.

Django Web
Blog

Built a basic web blog to show backend development experience, using Django with a cloud based Postgres SQL database component. Basic blog allows CRUD to site using APIs. Pushed application to Git, used Docker to containerize app, cloned repository on AWS cloud EC2 Server. Built and ran docker application on remote server and applied migrations. Connected application to AWS RDS based Postgres SQL database and configured NGINX as a reverse proxy server to serve static assets. Used Insomnia for backend API testing.