Helping businesses run faster, safer, and smarter—through automated infrastructure, secure architecture, and real-world engineering.
A selection of my most impactful technical work across various domains and technologies.
Complete data center build-out from ground up, including rack design, power distribution, cooling optimization, precise cable management using CAD-designed pathways, and redundant network topology implementation. Integrated custom-fabricated components using mechanical engineering principles and 3D-printed mounting solutions for specialized equipment.
Developed TerraTracer, a Python/Node.js geospatial engine powering TerraMappix.com. Converts BLM coordinates and legal metes-and-bounds into precise, GIS-ready property maps with accuracy down to 1.08 inches. Built for mining firms, prospectors, and land managers, featuring topo overlays and automated claim boundary validation.
Seamless migration of enterprise data from legacy systems to Microsoft 365 environments. Successfully transitioned organizations from on-premises file servers, Dropbox, Google Workspace, and Egnyte to SharePoint Online and OneDrive for Business, with minimal disruption and comprehensive user adoption training. Utilized PowerShell automation for large-scale transfers.
A Python-based geospatial mapping solution focused on lode/placer claim mapping, property delineation, and GIS integration. Leveraging powerful libraries to provide efficient mapping capabilities for mining, civil engineering, and land management applications, automating complex coordinate transformations.
End-to-end web solutions for businesses of all sizes, from responsive frontend designs to robust backend systems deployed on containerized infrastructure. Specializing in interactive dashboards, e-commerce platforms, and custom web applications with seamless API integrations.
An AI-powered car price estimator combining extensive data analysis with machine learning. Features comprehensive data preprocessing, a Random Forest Regression model with over 90% accuracy, and an interactive Jupyter Notebook interface for exploration and prediction.
A custom, real-time monitoring solution for my home lab infrastructure. Features metrics visualization (via Grafana), service status tracking, and resource allocation management, built with web technologies and pulling data from Prometheus/other sources.
Developing and managing comprehensive Ansible implementations. Designing reusable roles, complex playbooks, and integrating with CI/CD (GitLab CI, GitHub Actions) for automated infrastructure deployment, configuration management (Linux/Windows), and application orchestration.
Designed and built a sophisticated testing environment for customer premises equipment (CPE) with full remote access capabilities for firmware development and QA testing. Includes thermal safeguards, optimized wiring structure (Visio diagrams), and robust equipment integration with WAN-facing accessibility.
Comprehensive IT solutions tailored to your business needs, from network infrastructure to cloud migration.
Expert management of Windows & Linux servers, virtualization, and cloud infrastructure. Ensuring your systems remain secure, optimized and reliable.
Design and implementation of robust network infrastructures. Specializing in routing, switching, firewalls (pfSense/OPNsense), and secure network solutions (VPN, VLANs).
Implementation and management of virtualization (VMware, Proxmox) and containerization (Docker, Kubernetes/K3s) technologies. Cloud integration & migration (Azure focus).
Seamless migration to Microsoft 365, tenant administration, and automation. Expertise in Exchange Online, SharePoint, Teams, OneDrive, and Azure AD integration.
Implementing robust security measures: Zero Trust architecture (Cloudflare), firewall configuration, VPN setup, endpoint security hardening, vulnerability assessment, and security audits.
Streamlining operations with Infrastructure as Code (Ansible), CI/CD pipelines (GitLab CI, GitHub Actions), and scripting (Python, PowerShell, Bash) for efficient workflows.
I maintain a production-grade homelab that serves as both a testing ground and showcase for my technical skills. View real-time stats and deployed services.
My lab runs on Proxmox VE hypervisors hosting VMs and LXC containers. Workloads are managed via Docker Swarm and a K3s Kubernetes cluster, exposed securely through Cloudflare Zero Trust tunnels and an OPNsense firewall. Infrastructure is managed via Ansible.
Services are deployed declaratively to Kubernetes using FluxCD, pulling manifests from Gitea:
# flux/apps/gitea/kustomization.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: gitea
namespace: flux-system
spec:
interval: 10m0s
path: ./kubernetes/apps/default/gitea/app
prune: true
sourceRef:
kind: GitRepository
name: home-ops
dependsOn:
- name: longhorn # Ensure storage is ready
# --- Corresponding Deployment/Service/Ingress manifests in path ---