Experience

Resume/Experience Summary

  1. Official Resume

    View Resume - PDF
  2. Contract Work at Bleached Solutions

    Current

    Contributed to diverse projects involving ASP.NET Core, Angular, Golang, React, and Vue.js. Led the development of V3 Chrome Extensions for customized data scraping. Played a key role in multiple projects, including UI/UX design, database management, and API development.

  3. Intern at Revenue IQ

    9/2020 - 3/2021

    Conducted unit testing and refactoring on numerous microservices using the Moq library and repository pattern. Successfully isolated business logic into a dedicated service layer, abstracted database calls out of controllers, and established seamless communication between layers via interface contracts within the new repository pattern. Implemented a structured service and repository layer to manage interactions with the DbContext, ensuring a clean separation of concerns while promoting modularity and maintainability. By decoupling database dependencies from controllers, significantly improved testability, enabling fast, reliable unit tests without requiring direct database interactions. Played a crucial role in refactoring microservices, identifying and fixing bugs, and establishing robust testing environments aligned with the new design pattern.

CareerFoundry

Course Applications

  1. Full Course Info

  2. Recipe App Live

    Recipe App

    This project was an opportunity to explore Django’s straightforward and efficient development process. The focus was on designing a solid data model first, ensuring that the core logic—the “brain” of the application—was well-structured before building out the user interface. Django’s built-in ORM made managing database relationships seamless, while its automatic admin panel streamlined early testing and data management. The application was thoroughly tested using Django’s built-in testing framework, allowing for reliable validation of features and ensuring a smooth user experience. PostgreSQL was used for production and SQLite was used for local testing. Pandas and Matplotlib enabled data analysis and visualization. Deployment on Heroku, supported by dj-database-url, psycopg2-binary, gunicorn, and whitenoise, ensured a scalable and efficient hosting solution. Additionally, Pillow was integrated for handling user-uploaded images. Django’s simplicity and robust features made the development process smooth, allowing for rapid iteration and thorough testing at each stage.

    Technologies used: Python, Django, JS, CSS, HTML, Heroku, Postgres, SQLite, Pandas, Matplotlib, dj-database-url, psycopg2-binary, gunicorn, whitenoise, pillow

  3. Practice Bookstore Live

    Developed a practice project to explore Django's Model-View-Template (MVT) architecture, user authentication, and data analytics. Acquired proficiency in key Django features, including the admin interface, migrations, and implementing authorization for views and templates.

    Technologies used: Python, Django, JS, CSS, HTML, Heroku, Postgres, SQLite, Pandas, Matplotlib, dj-database-url, psycopg2-binary, gunicorn, whitenoise, pillow.

  4. Recipe Console App

    Developed a recipe console application that allows users to manage their favorite recipes while exploring the fundamentals of structuring a Python application. Using Python’s object-oriented features, I organized the app with classes for better modularity and maintainability. SQLAlchemy provided a flexible way to interact with databases, while MySQLclient and SQLite offered different storage options to experiment with. IPython enhanced the development process with its interactive shell, making debugging and testing more efficient. Setting up a virtual environment ensured dependency management and project isolation, reinforcing best practices for maintaining clean and portable Python applications.

    Technologies used: Python, SQLAlchemy, MySQLclient, Ipython, SQLite.

Game