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.
# 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 }
Precision in every layer.
Systems that stay stable under load and keep growing, with an eye on cost and EU/GDPR.
AWS Architecture
Infrastructure as Code, ECS Fargate, CI/CD, observability and zero-downtime deploys.
02Full-Stack
Laravel, Node and frontends with React and Vue. Cleanly built and stable under load.
03AI in Production
RAG systems and LLM integration on AWS, with real cost control instead of PoC toys.
04Fractional CTO
Architecture decisions, build-vs-buy and assessment of existing systems — on demand.
Notes from production.
AWS Costs: The Most Common Money Pits and How to Find Them
NAT gateway, idle resources, On-Demand, gp2, data transfer: the most common AWS money pits, with where to look and an audit checklist for mid-sized companies. June 2026.
Read article →June 1, 2026Laravel Queues and Scheduler on AWS Fargate: What Toy Repos Leave Out
Queue workers, scheduler, and deploy-safe jobs for Laravel on ECS Fargate: three services instead of one container, graceful shutdown, secrets, autoscaling. June 2026.
Read article →May 14, 2026Technical Debt: What It Costs and How to Pay It Down
What technical debt really costs in mid-sized companies, how to measure it, and which paydown strategies actually work. With verified numbers and realistic mechanisms.
Read article →May 7, 2026AWS ECS vs. EKS: Container Orchestration Compared
ECS or EKS for container workloads on AWS: pricing reality, EKS Auto Mode, ECS Managed Instances, and a decision framework for mid-sized companies. As of May 2026.
Read article →