I’m an IT Systems Administrator with a background in automation, virtualization, and cybersecurity within healthcare environments. I focus on building resilient and secure infrastructures that simplify operations, reduce costs, and enhance compliance.
I enjoy leveraging tools like PowerShell, Python, and Docker to automate processes and optimize system performance. My experience spans from managing virtual clusters and network segmentation to developing monitoring dashboards and SIEM integrations.
Bachelor of Science in Information Systems and Technology | Spring 2026
Santa Fe College, Gainesville FL
When I joined my current organization, the on-premises server infrastructure relied heavily on virtual machines for every application or service. Each VM often hosted multiple applications, creating several challenges:
I proposed and implemented a containerized infrastructure using Docker to modularize and isolate services while simplifying updates, scaling, and recovery processes.
I designed a single Docker host that manages multiple applications and internal services via Docker Compose. Each service runs in its own isolated container (or stack) with persistent storage and network segmentation to maintain data integrity and security.
/docker
├── documentation-platform/ # Knowledge base (Bookstack)
├── service-desk/ # IT asset & ticket management (GLPI)
├── monitoring-stack/ # Grafana + PostgreSQL
├── reverse-proxy/ # Nginx reverse proxy + automated SSL
├── project-management/ # OpenProject & Planka
├── analytics-dashboard/ # Internal Flask web app (custom Python)
├── source-control/ # GitLab self-hosted runner
├── security-monitoring/ # Wazuh stack
└── misc-apps/ # Internal utility services
Each directory contains its own compose.yml file, environment variables, and configuration assets. I also introduced standardized naming, network conventions, and volume mounts for uniform backups and updates.
Implemented a centralized Nginx reverse proxy for internal applications, handling SSL termination, domain routing, and load balancing across multiple Docker services.
Developed a full-stack inventory management system to track IT assets across departments. The application is fully containerized and accessible through a simple web interface for authorized users.
Built a data ingestion pipeline and visualization dashboard to analyze historical email data. Combined a custom Python multiprocessing script with PostgreSQL and Grafana to enable large-scale data analysis.
Pool for high performance.Designed and deployed an internal phone directory web application using Docker containers for both the backend and frontend. The system allows authenticated users to search, filter, and view extension data via a clean web interface.
index.html, images, and scripts) and proxies API traffic..env file and read using python-dotenv.config.json to decouple frontend and backend.Automated a multi-step Excel data cleaning process that previously took over an hour each week. The new Python script validates, normalizes, and exports structured data in seconds, improving efficiency and accuracy.