diff --git a/index.html b/index.html index a8d1905..c63481a 100644 --- a/index.html +++ b/index.html @@ -4,939 +4,544 @@
+ I build resilient infrastructure and automation solutions — from virtualization and containerization to secure network architecture and cloud migration. +
++ 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, and network security solutions. +
++ Implementation of virtualization technologies and cloud solutions. From VMware and Proxmox to containerization with Docker and Kubernetes. +
++ Seamless migration to Microsoft 365 environments. From email and SharePoint to Teams and OneDrive, ensuring minimal disruption to your business. +
++ Comprehensive security solutions to protect your business. Including firewall configuration, VPN setup, security audits, and best practices implementation. +
++ Infrastructure as code, CI/CD pipelines, and automation solutions using industry-standard tools and best practices to streamline your operations. +
++ I maintain a production-grade homelab that serves as both a testing ground and showcase for my technical skills. +
++ My lab consists of multiple physical and virtual machines running Proxmox, Docker, and Kubernetes (K3s), all secured behind Cloudflare Zero Trust. +
+ ++ Here's a sample of how I deploy and manage services in my infrastructure: +
+ +
+ # K3s deployment for Gitea with persistent storage
+ apiVersion: apps/v1
+ kind: Deployment
+ metadata:
+ name: gitea
+ namespace: argobox
+ spec:
+ replicas: 1
+ selector:
+ matchLabels:
+ app: gitea
+ template:
+ metadata:
+ labels:
+ app: gitea
+ spec:
+ containers:
+ - name: gitea
+ image: gitea/gitea:latest
+ ports:
+ - containerPort: 3000
+ volumeMounts:
+ - name: gitea-data
+ mountPath: /data
+
+ + A showcase of technical solutions I've built and deployed. +
++ A GIS mapping tool for prospectors to automate mining claim boundary plotting, terrain analysis, and compliance with BLM/state regulations. +
++ A secure home lab infrastructure using Cloudflare Zero Trust tunnels, network segmentation, and security best practices. +
++ An interactive demo environment where users can spin up preconfigured services using Ansible automation. +
+