-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (94 loc) · 4.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dmytro Cherniavskyi - DevOps Engineer Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="header-content">
<img src="PHOTO-41 copy 2.jpg" alt="Dmytro Cherniavskyi" class="profile-photo">
<div class="header-text">
<h1>Dmytro Cherniavskyi</h1>
<p>DevOps Engineer | Cloud Solutions Architect | System Administrator</p>
</div>
</div>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="about">
<h2>About Me</h2>
<p>
Hello! I'm Dmytro Cherniavskyi, a dedicated DevOps Engineer with a strong background in system administration and cloud technologies. I excel at implementing automation solutions using Terraform, Ansible, Helm, and scripting tools like Bash and Python. My focus is on delivering efficient, scalable, and secure systems to support business growth.
</p>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li><strong>Cloud Platforms:</strong> AWS (SAA Certified), Lambda, API Gateway, EC2, RDS, S3, VPC, CloudFormation, EKS, ECR</li>
<li><strong>Automation & IaC:</strong> Terraform, Ansible, Helm</li>
<li><strong>CI/CD:</strong> GitHub Actions, CircleCI, GitLab CI</li>
<li><strong>Containers & Orchestration:</strong> Docker, Kubernetes (CKA Certified), AWS EKS</li>
<li><strong>Monitoring & Logging:</strong> AWS CloudWatch, Prometheus, Grafana</li>
<li><strong>Scripting:</strong> Python (Boto3), Bash</li>
<li><strong>System Administration:</strong> Linux server management, performance tuning</li>
</ul>
</section>
<section id="certifications">
<h2>Certifications</h2>
<ul>
<li>AWS Certified Solutions Architect – Associate (SAA)</li>
<li>AWS Certified Cloud Practitioner (CCP)</li>
<li>Certified Kubernetes Administrator (CKA)</li>
<li>Terraform Associate</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Automated Cloud Infrastructure with Terraform</h3>
<p>
Designed and deployed scalable cloud infrastructure on AWS using Terraform. Automated provisioning of VPCs, EC2 instances, Lambda functions, EKS clusters, and RDS with reusable Terraform modules.
</p>
</div>
<div class="project">
<h3>Kubernetes Cluster Management with Helm</h3>
<p>
Developed Helm charts to streamline deployment of microservices on EKS. Integrated AWS Lambda for automation and AWS ECR for container image storage.
</p>
</div>
<div class="project">
<h3>CI/CD Pipeline for Microservices</h3>
<p>
Built a GitHub Actions pipeline to automate testing and deployment for a multi-container Docker application. Utilized CircleCI and GitLab CI to streamline workflows, reducing deployment time by 40%.
</p>
</div>
<div class="project">
<h3>Infrastructure Automation with Ansible</h3>
<p>
Automated server provisioning and configuration for a large-scale e-commerce platform using Ansible. Enhanced reliability and reduced manual effort while integrating monitoring via AWS CloudWatch.
</p>
</div>
<div class="project">
<h3>Monitoring & Logging Setup</h3>
<p>
Configured AWS CloudWatch for centralized monitoring. Integrated Prometheus and Grafana for real-time visualization of EKS cluster and application performance.
</p>
</div>
</section>
<section id="contact">
<h2>Contact Me</h2>
<p>Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/dmitry-cherniavskyi-378553321" target="_blank">www.linkedin.com/in/dmitry-cherniavskyi-378553321</a></p>
</section>
</body>
</html>