Open to conversations

From the first line of code to stable operation.

I'm Evangelos, a software engineer for production systems. I build full-stack with PHP/Laravel, Node and React/Vue, and run it on AWS with CI/CD and zero-downtime deploys.

Find me
deploy.tf
# Zero-Downtime auf AWS Fargate
resource "aws_ecs_service" app {
  desired_count   = 3
  launch_type     = "FARGATE"

  deployment_configuration {
    minimum_healthy = 100
    maximum_percent = 200
  }

  # health-checked rollout
  health_check_grace = 30
}
Experiencesince 2010 in production
AWS Associate-certified
StackLaravel · Node · React
LocationGerlingen, DE