Alexander (Aleksandr) Neverov

DevOps & SRE Engineer | AWS Β· Terraform Β· Kubernetes Β· CI/CD Β· Cloud Infrastructure

Industry Ph.D., interdisciplinary (U.S.-recognized, regionally accredited) (U.S.-recognized, regionally accredited) | U.S. Work Authorized

Hi, I’m a DevOps / SRE / Cloud Infrastructure Engineer with a systems-thinking mindset and hands-on experience managing infrastructure projects β€” from architecture and IaC to CI/CD and monitoring.


Tech stack: AWS / Terraform (+HCL) / Ansible / Kubernetes (with Helm and RBAC) / Docker / Prometheus / Grafana / CI/CD (GitHub Actions, Jenkins, ArgoCD) / Bash + Azure, GCP.


πŸ”§ My profile on GitHub: https://github.com/AlexandrNeverov
🌐 My profile on LinkedIn: https://www.linkedin.com/in/alexneverov

What I do:


– Design and build cloud infrastructure β€” from scratch or based on existing systems: stable, scalable, transparent, and easy to maintain

– Develop CI/CD pipelines with validation, testing, deployment, and rollback: tailored to team requirements

– Implement monitoring and observability: metrics, alerts, logging, dashboards β€” to ensure stability and identify improvement points

– Configure secure access and management: RBAC, IAM, encryption, secret management

– Conduct infrastructure audits and refactoring: eliminate manual overhead, streamline processes, scale infrastructure for new demands

– Use all core tools of modern infrastructure, but always start from business goals, not from a toolbox

– Communicate effectively: align with team workflows, discuss solutions with stakeholders, and implement changes that work


βΈ»


πŸ’Ό 8+ years in IT, including 5+ years working on infrastructure projects and 3+ years in leadership positions β€” managing an IT department and federal-level digital services and working with projects in the field of gov-tech, ed-tech, enterprise services, startups, and many other areas.


πŸŽ“ 10+ years in academia and research. Industry Ph.D., interdisciplinary (U.S.-recognized, regionally accredited), 50+ publications, experience teaching and leading research in top universities and international academic projects.


My academic focus: interdisciplinary studies in corporate process optimization and institutional factors of innovation and technological development.


🧩 Also, I hold bachelor’s and master’s degrees in management, and a second master’s in applied informatics. Completed 25+ professional programs and certifications in DevOps and IT, plus 10+ advanced programs in strategic and operational management. Graduate of SKOLKOVO Business School (#1 in Eastern Europe), and in 2024–2025 completed the Caltech program β€œDevOps Engineering: Cloud Infrastructure & Automation.”


βΈ»


πŸ“ Based in Florida, USA (since 2022)

βœ… Fully authorized to work (2023–2029, renewable), SSN, Green Card in progress

πŸ‡ΊπŸ‡Έ English: B2 – confident in technical and professional communication

πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Married, two children (U.S. citizens)


βΈ»


πŸ”§ GitHub: https://github.com/AlexandrNeverov

πŸ“š Academic profile: https://neverov-science.com

🌐 Linkedin
Key Projects
My Featured Projects
πŸ’». Kubernetes Cluster Setup with Dashboard, NFS, and WordPress on AWS EC2
πŸ“Ž Context:

This project demonstrates a reusable DevOps pattern for provisioning and managing Kubernetes-based workloads in the cloud. The environment was deployed on AWS EC2 with persistent storage, RBAC-secured dashboard, and stateful multi-tier applications (MySQL and WordPress).

🎯 Scope:

– Provision EC2 infrastructure and configure network access
– Delivered Kubernetes cluster across multiple EC2 instances
– Deploy and expose Kubernetes Dashboard with RBAC policies
– Set up NFS server and persistent volumes
– Deploy MySQL and WordPress using secrets and config maps
Explore Project
πŸ’». EC2-Based DevOps Environment with Terraform and Containerized App Deployment
πŸ“Ž Context:

This project implements a modular DevOps environment on AWS using Terraform. A secure EC2 instance was provisioned and configured with core tooling (Docker, Terraform, AWS CLI, kubectl) to deploy a containerized application. IAM roles and remote state via S3 ensured isolated, reusable setup.

🎯 Scope:

– Provision and configure EC2 for DevOps use
– Install Terraform, Docker, AWS CLI, and kubectl
– Assign IAM role and configure access policies
– Set up S3 backend for Terraform state
– Define infrastructure modules for compute and network
– Deploy and verify a containerized app
Explore Project
πŸ’». AWS Fargate Deployment of Dockerized App with ECR and ALB
πŸ“Ž Context:

This project demonstrates a reusable deployment pattern for containerized web apps on AWS Fargate, using ECR and ALB β€” built fully via AWS CLI and Console, without automation tools or templates.

🎯 Scope:

– Build Docker image and push to ECR
– Configure ECS cluster, task definition, and Fargate service
– Route external traffic via ALB
– Confirm live application response
Explore Project
πŸ’». DevSecOps CI/CD Pipeline for Node.js with SAST, SCA, and DAST on AWS
πŸ“Ž Context:

This project implements a DevSecOps pipeline that integrates security scanning into the CI/CD process for a Node.js application. It leverages AWS-native tools to perform static (SAST), software composition (SCA), and dynamic (DAST) analysis as part of an automated delivery pipeline.

🎯 Scope:

– Build and deploy a Node.js app with security scanning
– Integrate SAST and SCA tools for early vulnerability detection
– Run OWASP ZAP scans for runtime application testing
– Automate CI/CD using AWS CodePipeline and CodeBuild
Explore Project

πŸ’». Automated CI/CD Pipeline using AWS DevOps Stack (ECR + ECS + CodePipeline)
πŸ“Ž Context:

This project implements a production-grade CI/CD pipeline on AWS, deploying a Spring Boot application from GitHub to ECS using Fargate. It covers secure image storage in ECR, container orchestration, and GitHub-triggered delivery via native AWS DevOps tools.

🎯 Scope:

– Build and store Docker image in Amazon ECR
– Configure AWS CodeBuild for container builds
– Deploy to ECS with Fargate task definitions
– Automate delivery via CodePipeline triggered by GitHub
Explore Project
πŸ’». Observability Setup with Prometheus, Grafana, and Java App
πŸ“Ž Context:

This project demonstrates a reusable observability setup using Prometheus and Grafana on AWS EC2. It focuses on collecting custom metrics from a Java-based API, configuring Prometheus manually, and building real-time dashboards with Grafana. The goal was to establish core monitoring infrastructure without relying on prebuilt containers or automation tools.

🎯 Scope:

– Provision EC2 node and configure Ubuntu system
– Install and configure Prometheus with custom scrape targets
– Connect a Java-based API service exposing metrics
– Install Grafana and create a custom dashboard
Explore Project

πŸ’». Multi-Tier Microservice Deployment with Docker Swarm on AWS EC2
This project demonstrates a reusable DevOps pattern aligned with standard microservice deployment workflows. It involved provisioning infrastructure on AWS EC2 and orchestrating a multi-tier application using Docker Swarm β€” with clear separation of frontend, backend, and database services, container networking, and modular service definitions.

🎯 Scope:

– Provision EC2 host and configure Docker Swarm
– Build and run Nginx, Node.js, and Redis containers
– Structure services with Compose and Swarm stacks
– Validate service access, routing, and communication
Explore Project
πŸ’». Containerized Microservice Orchestration with Docker Swarm and Ansible on AWS
πŸ“Ž Context:

This project demonstrates a reusable DevOps pattern I apply in real practice. It involves orchestrating containerized microservices on AWS EC2 using Docker Swarm and Ansible. The infrastructure was structured to reflect production-grade modularity, secure configuration, and repeatable service deployment β€” aligned with modern cloud-native practices.

🎯 Scope:

– Provision a multi-node Swarm cluster on AWS
– Deploy Nginx, Node.js, and Redis containers
– Inject secrets using Swarm-native mechanisms
– Use Ansible roles for modular orchestration
Explore Project

πŸ’». Automated Infrastructure Provisioning with Terraform and Ansible
πŸ“Ž Context:

This project demonstrates a reusable DevOps pattern I apply in real practice. I used Terraform to provision a modular AWS infrastructure and orchestrated application setup via Ansible. Emphasis was placed on secure access, repeatable deployments, and modular design. This reflects the kind of foundational automation I apply when building cloud environments from scratch.

🎯 Scope:

– Provision modular AWS infrastructure using Terraform
– Secure SSH access via custom key management
– Use Terraform remote state and input variables
– Automate software installation using Ansible playbooks
Explore Project

πŸ’». Cloud-Native Web App Delivery with Ansible and Jinja2 Templates
πŸ“Ž Context:

This project demonstrates a reusable DevOps pattern I apply in real practice. I deployed and managed the entire setup on my own AWS Ubuntu instances using Ansible. The goal was to automate the provisioning of a web server (Nginx) using infrastructure-as-code principles β€” including secure access, templated configuration (Jinja2), and repeatable deployment. This reflects real-world infrastructure delivery tasks with hands-on ownership.

🎯 Scope:

– Automate Nginx installation and configuration
– Use Ansible playbooks for provisioning on EC2
– Apply Jinja2 templates for environment-specific configs
– Ensure reusability and repeatability of setup logic
Explore Project
πŸ’». End-to-End CI/CD Pipeline: GitHub β†’ Jenkins β†’ Tomcat Deployment
πŸ“Ž Context:

This project demonstrates a complete DevOps pipeline I built and managed end-to-end on my own infrastructure. It automates the software delivery lifecycle from GitHub commits to live deployment using a hybrid CI/CD stack (GitHub Actions and Jenkins). The entire system runs on a self-hosted Ubuntu VM, with ngrok providing public webhook access to simulate real-world external triggers.

🎯 Scope:

– Deploy and configure a full-stack CI/CD environment (Ubuntu VM)
– Automate the build process with GitHub Actions and Maven
– Use Jenkins as the orchestrator for deployment and artifact delivery
– Deliver a zero-touch pipeline from code commit to Tomcat deployment
Explore Project
Experience
DevOps Engineer

Freelance

2023–present
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
Alexander Neverov: DevOps Solutions
Deputy Director of Software Development

SocTech (IT Company)

2021–2022
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
πŸ› SocTech-IT
Head of Digital Transformation Department

MADI University

2020–2021
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
πŸ› MADI University
IT Project Manager

RUDN University

2017–2021
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
πŸ› RUDN University
Experience across academia, research, and consulting

2007–2021

I served as Associate Professor and Lead Researcher at internationally recognized universities and research institutes, with a strong focus on interdisciplinary collaboration
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
or
My site about my work in academia: neverov-science.com
(https://neverov-science.com)
Neverov-Science
Education
DevOps Engineering: Cloud Infrastructure & Automation (PGP)
2024–2025

Caltech (CTME)
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
πŸ›οΈ Caltech Center for Technology and Management Education
Ph.D. (Interdisciplinary Research): evaluated as equivalent to a U.S. Regionally Accredited Ph.D
2010–2013

RUDN University
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
πŸ› RUDN University:
Dual-Degree (Bachelor's and Master's Programs): Management + Applied Math and Informatics
2005–2011

MADI University
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
πŸ›οΈ MADI University
30+ industry certifications: IT, DevOps tools, and executive education (PGPs)
2015–2025

Professional Certifications and Postgraduate Programs
For more details, see: linkedin.com/in/alexneverov (https://www.linkedin.com/in/alexneverov)
linkedin.com/in/alexneverov
alex@neverov-it.com
+1-754-236-57-15
Made on
Tilda