Hi, I'm Bogdan Moldovan
Lead DevOps Engineer
Self-taught DevOps engineer with a passion for cloud technology. Specializing in Kubernetes orchestration, CI/CD automation, and cloud-native architectures. Creator of Terraback, a tool that reverse-engineers cloud infrastructure into Terraform code. Currently leading DevOps initiatives for neo-banking solutions across Asia.
Cluj-Napoca, Romania | Open to Remote Opportunities
Technical Expertise
My evolving tech stack - always learning, always growing
Cloud Platforms
Container & Orchestration
CI/CD Pipelines
IaC & Automation
Monitoring & Security
Currently Learning
Tools I've Built
Creating solutions to streamline DevOps workflows
Terraback
Terraback simplifies the complex process of transforming existing cloud infrastructure into clean, maintainable Terraform code. It achieves this through powerful reverse-engineering, intelligent dependency discovery, and automated code generation. Instantly convert your manually-created cloud infrastructure into production-ready Infrastructure as Code.
# Install Terraback
pip install terraback
# Scan and analyze existing infrastructure
terraback scan --provider azure --resource-group production-rg
# Generate Terraform code from existing resources
terraback generate --output ./terraform --format modular
# Review generated code structure
terraback validate --directory ./terraform
# Import resources to Terraform state
terraback import --auto-approveWhy I Build DevOps Tools
Through managing infrastructure for neo-banking platforms, quality management systems, and enterprise migrations, I've encountered challenges that existing tools couldn't fully address. Each tool I create stems from real production problems I've solved.
My philosophy: “If you face a problem twice, automate it. If it saves you hours, it can save others too.” Terraback was born from the repeated challenge of migrating existing infrastructure to Infrastructure as Code - turning months of manual Terraform writing into hours of automated generation.
Enterprise Projects
Transforming infrastructure one deployment at a time
Neo Banking Platform
Leading multi-tenant SaaS deployment across 5 Asian countries. Managing Kubernetes clusters with different configurations per client, handling thousands of daily transactions.
Quality Management System
Architected high-availability system processing thousands of PDFs 24/7. Achieved 30% cost reduction through infrastructure optimization.
Public Transport Platform
Successfully migrated Kubernetes workloads from EC2 to EKS, then to ECS. Integrated Istio for improved service mesh capabilities.