< ALEKSANDR GRIBAKIN />
⚙
Lead Full Stack & DevOps Engineer
15 Years in Code
Fifteen years building and scaling distributed systems, across the industry's move from bare-metal servers and monoliths to cloud-native, Kubernetes and GitOps. I take on the work teams postpone: technical debt, CI/CD built from nothing, and keeping things up.
Kubernetes
Terraform
Docker
GitLab CI
PostgreSQL
Go
Node.js
Initiate Consult
Career Timeline
2022–2026
Senior DevOps / Platform Engineer @ Cloud-native platform
Ran the Kubernetes platform product teams build on: a namespace arrives with quotas, ingress, TLS and monitoring already wired together, so shipping a service does not require learning the cluster. Delivery moved to GitOps — the repository holds the desired state, and anything changed by hand on the cluster is reverted automatically. The last physical servers went into hybrid cloud; maintenance spend fell 30–40%.
2019–2022
DevOps Engineer @ Microservices migration
Dozens of microservices, each with a hand-built pipeline that had long since drifted from its neighbours. Reduced them to one template: a service declares its type and gets build, tests and deployment already assembled. Releasing stopped being a coordinated multi-day event — about fifteen minutes now, with no downtime.
2016–2019
Full Stack Engineer @ SaaS product
One product end to end: backend, frontend and the infrastructure under both. Most of the work was the database under growing load — replication to spread reads, sharding to spread writes, and caching in tiers with explicit rules about which data is allowed to go stale. Most of the gain came from reading query plans rather than from buying hardware.
2013–2016
Full Stack Developer @ Web platform
A monolith on classic virtualisation, released by hand against a checklist. Wrote the first deployment scripts and moved environment configuration out of people’s heads and into the repository — the ancestor of what later got called CI/CD. This is where it became clear that a manual step in a release is not saved effort, it is a deferred incident.
2011–2013
Web Developer @ Digital agency
LAMP on physical servers: PHP and MySQL, Apache and nginx tuned by hand, logs and crashes read the same way. An agency with no dedicated sysadmins — whoever wrote the site kept it running after handover. That is where the habit of looking at an application together with the machine it lives on comes from.
Milestones & Recognition
2024
Off Bare Metal
Moved a legacy estate from physical servers and classic virtualisation into hybrid cloud on AWS and GCP. Maintenance spend fell 30-40%.
2022
Release Time: Days to Minutes
Standardised CI/CD across dozens of microservices. Deployment went from a multi-day event to roughly fifteen minutes, with no downtime.
2021
Conferences and Community
Regular at HighLoad++, DevOpsConf and regional meetups through the years the industry rebuilt itself. Took the floor in discussions on monolith migration, CI/CD before Docker was ubiquitous, and database tuning under load — as a practitioner in the room, not a billed speaker.
2020
Infrastructure as Code
Automated configuration management and environment provisioning end to end. Development, staging and production became reproducible rather than hand-assembled.
2018
Databases Under Load
Tuned relational and non-relational stores for highload: sharding, replication and a multi-level cache strategy instead of one more read replica.
2016
DevOps as a Practice
Became the link between development and operations back when those were separate departments with separate incentives. Mentored engineers on both sides of that line.
2011
First Production Commit
A PHP application on a physical server, deployed over FTP. It worked. Mostly. It also taught me exactly why none of that is acceptable now.