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.
GDPR-Compliant AWS Architecture: Keeping Data in the EU
Data residency vs. data sovereignty, the CLOUD Act, the European Sovereign Cloud, and region guardrails: GDPR-compliant AWS architecture for mid-sized companies. July 2026.
Read article →June 29, 2026Zero-Downtime Deploys for Laravel on ECS
Deploys without downtime for Laravel on ECS: backward-compatible migrations (expand-contract), connection draining, circuit breaker, and alarm-based rollback. June 2026.
Read article →June 22, 2026Go in Production: When a Service Does Not Belong in PHP
When is Go worth it next to Laravel? WebSockets, high concurrency, CPU load, and single-binary tools: the narrow set where PHP is the wrong tool.
Read article →June 15, 2026Observability in Production: CloudWatch, OpenTelemetry, and Grafana
Logs, metrics, and traces for apps on AWS: OpenTelemetry and ADOT, CloudWatch Application Signals, Amazon Managed Grafana, and when each stack fits. June 2026.
Read article →