Oleksii Bohuslavets

Oleksii Bohuslavets

System Administrator / DevOps Engineer

I Build Infrastructure That Just Works

Your servers go down at 3 AM? Deployments take hours? Security keeps you up at night? I solve these problems. I set up reliable infrastructure, automate everything that can be automated, and make sure your systems run 24/7. From VPN for remote teams to full monitoring with alerts — I handle it so you can focus on your business.

With 20+ years in IT, I've managed everything from small business networks to enterprise-grade infrastructure. I started as a system administrator working with Windows Server and Active Directory, then evolved into DevOps — Docker, CI/CD pipelines, cloud infrastructure, and monitoring. Today I combine deep sysadmin experience with modern DevOps practices and AI-powered automation to deliver results 2-3x faster than traditional approaches.

I believe in pragmatic solutions: no unnecessary complexity, no buzzword-driven architecture. Every tool I recommend has been battle-tested in production. I document everything so your team stays independent. Whether you need a quick infrastructure audit or a full cloud migration — I start with understanding your business goals and work backwards to the right technical solution.

20+
Years in IT
50+
Projects Delivered
24/7
Infrastructure Uptime
2-3x
Faster with AI

Tech Stack

🖥️
System Administration

Full lifecycle server management: installation, hardening, patching, user provisioning, backup and disaster recovery. Extensive experience with domain controllers, file servers, and print services.

Linux, Windows Server, Ubuntu, CentOS, Active Directory, LDAP, DNS, DHCP, Group Policy

🔒
VPN & Networking

Design and deploy secure remote access for distributed teams. Site-to-site tunnels, split tunneling, per-user certificates with automatic rotation. Firewall rules, network segmentation, and access control lists.

WireGuard, OpenVPN, Pritunl, pfSense, iptables, VLAN, TCP/IP, SSL/TLS

🐳
Containers & DevOps

Containerize applications, build CI/CD pipelines from scratch, and automate server provisioning. Infrastructure as Code for repeatable, version-controlled environments.

Docker, Docker Compose, Ansible, Terraform, Git, GitLab CI, GitHub Actions, Jira

📈
Monitoring & Observability

Build monitoring stacks that catch problems before users notice. Custom dashboards, multi-channel alerting (Telegram, Slack, email), log aggregation and analysis.

Grafana, Prometheus, Amazon CloudWatch, Alertmanager, Loki, ELK Stack, Uptime Kuma

☁️
Cloud & Hosting

AWS infrastructure design: compute, storage, networking, CDN. Cost optimization — I've helped clients cut cloud bills by 50-80% without sacrificing performance or reliability.

AWS EC2, S3, RDS, CloudFront, Route 53, VPC, IAM, Nginx, Let's Encrypt

🤖
AI & Automation

Integrate AI tools into engineering workflows for documentation, code review, incident response, and scripting. This portfolio site was built entirely with AI pair programming.

Claude Code, ChatGPT, GitHub Copilot, Python, Bash, Ruby, REST APIs

How I Work

1
Discovery

I audit your current infrastructure, identify bottlenecks, security gaps, and opportunities for automation. You get a clear picture of where you stand.

2
Solution

I design and implement the right tools for your needs — no over-engineering, no unnecessary complexity. Just what works for your scale and budget.

3
Support

After deployment, I provide documentation, team training, and ongoing support. Your team will know exactly how everything works.

How I Help Businesses

Secure Remote Access for Distributed Teams
WireGuard OpenVPN Pritunl Linux iptables

A growing IT company with 30+ remote employees across 4 countries needed secure access to internal resources — Git repositories, staging servers, databases, and internal wikis. Staff used personal VPNs and shared passwords. Two incidents had already occurred: an ex-contractor accessed production data a month after leaving, and a developer's credentials were found in a public paste.

Result: Deployed WireGuard VPN with per-user X.509 certificates and automatic key rotation every 90 days. Built a self-service portal where HR triggers access provisioning on hire and instant revocation on departure. Split tunneling ensures only corporate traffic goes through VPN. Setup for new hires takes 5 minutes. Zero security incidents in 18 months since deployment. The company passed their SOC 2 audit on the first attempt.

Zero-Downtime Monitoring for E-Commerce
Grafana Prometheus Amazon CloudWatch Alertmanager Loki

An e-commerce platform processing 2,000+ orders daily was losing revenue from undetected outages. The team only learned about problems when customers complained on social media — sometimes 3-4 hours after the issue started. During Black Friday, a 45-minute database slowdown cost the business an estimated $15,000 in lost sales because nobody noticed until checkout started timing out.

Result: Built a comprehensive monitoring stack: Prometheus for metrics, Loki for centralized logs, Grafana for 12 custom dashboards covering every layer from infrastructure to business KPIs. Configured multi-channel alerts through Telegram, email, and Slack with smart escalation — warnings go to the channel, critical alerts page the on-call engineer directly. Added synthetic monitoring that simulates a full checkout every 60 seconds. Mean time to detection dropped from hours to under 90 seconds. The next Black Friday had zero undetected incidents.

From Manual Deploys to Full CI/CD Pipeline
Ansible Docker Docker Compose GitLab CI Linux Terraform

A development team of 8 engineers spent 3-4 hours on each deployment, manually copying files via SCP, running database migrations by hand, and restarting services one by one. Deployments happened only on Fridays (to have the weekend to fix things), and roughly 1 in 3 failed due to forgotten steps, environment mismatches, or configuration drift between servers. Rollbacks took another 2 hours.

Result: Automated the entire pipeline: push to Git triggers linting and tests, builds Docker images with unique tags, pushes to a private registry, and deploys to staging automatically. Production deployments require a single merge to main with automatic rollback on health check failure. Added Terraform for infrastructure provisioning — spinning up a new environment takes one command. Deployments now take 90 seconds with zero manual intervention. The team deploys 3-4 times daily instead of once a week, and rollbacks are instant.

Enterprise Identity Management at Scale
Active Directory LDAP Windows Server GPO SSO Azure AD

A logistics organization with 200+ users managed accounts across 12 separate systems — ERP, CRM, email, file shares, ticketing, VPN, and more. Each system had its own credentials. Onboarding a new employee took 2 full days of IT work. Former employees sometimes retained access for weeks because deprovisioning required manual steps in every system. Password reset requests consumed 30% of the helpdesk team's time.

Result: Centralized identity with Active Directory and LDAP federation across all 12 systems. Deployed single sign-on (SSO) via SAML/OAuth so employees use one set of credentials everywhere. Built Group Policy Objects for automated workstation configuration — new laptops are production-ready in 20 minutes. Self-service password reset cut helpdesk tickets by 40%. Onboarding now takes 15 minutes (one form triggers provisioning everywhere), and offboarding is instant — disable one account, lose access to everything. Annual security audit time reduced from 2 weeks to 2 days.

AI-Powered Engineering Workflow
Claude Code ChatGPT GitHub Copilot Python Bash Ruby

Infrastructure documentation was perpetually outdated — written once during setup and never maintained. Scripts were written from scratch every time because previous scripts were undocumented and stored on individual engineers' laptops. Troubleshooting relied entirely on tribal knowledge locked in two senior engineers' heads. When one went on vacation, incident response times tripled. The team estimated they wasted 15-20 hours per week on repetitive tasks that could be automated.

Result: Integrated AI tools into the daily engineering workflow at every stage. Claude Code generates and maintains infrastructure documentation that stays in sync with actual configs. GitHub Copilot assists with Ansible playbooks, Docker configurations, and monitoring rules — cutting script writing time by 60%. Built an AI-assisted troubleshooting runbook that junior engineers use to resolve 80% of common incidents without escalation. This entire platform you're viewing — the Rails application, blog system, admin panel, CI/CD pipeline, and all content — was built with AI pair programming in under 3 weeks, a project that would traditionally take 2-3 months.

Cloud Migration & 80% Cost Reduction
AWS EC2 S3 RDS CloudFront VPC Docker Nginx Let's Encrypt

A SaaS startup was running their entire application on a single unmanaged €300/month VPS with no backups, no monitoring, no staging environment, and a self-signed SSL certificate that browsers flagged as insecure. The database and application shared the same server. Any server failure meant hours of downtime — the founder had to SSH in from his phone to restart services. They lost their database once and recovered only because a developer had a 3-week-old dump on his laptop.

Result: Designed and executed a zero-downtime migration to AWS with proper architecture: Application Load Balancer, auto-scaling group (scales from 1 to 4 instances based on CPU), managed RDS with automated daily backups and point-in-time recovery, S3 for static assets with CloudFront CDN (50ms global latency), VPC with private subnets for database isolation, and proper SSL via Let's Encrypt with auto-renewal. Added health checks, automated snapshots, and disaster recovery documentation. Monthly costs dropped from €300 to €55 while uptime went from ~95% to 99.95%. The startup has since grown 5x without any infrastructure changes.

Certifications & Education

🎓
Cherkasy State Technological University
Higher Education, Ukraine
🐍
Programming for Everyone: Python Fundamentals
Prometheus, 2026
🛠️
Learn Git Course
Codecademy, 2020

Ready to Fix Your Infrastructure?

Tell me about your problem — I'll propose a solution within 24 hours. First consultation is free.