Andreas Karabetian
Cloud & DevOps Engineer at EY
Specializing in deploying and managing scalable infrastructure using Docker, Kubernetes, and Terraform to streamline cloud operations. Experienced in implementing CI/CD pipelines with GitHub Actions and Azure DevOps to accelerate development cycles and ensure reliable delivery. Focused on leveraging Azure cloud solutions to drive innovation and optimize performance for evolving business needs.

welcome.js
import { NextResponse } from "next/server";
export async function GET() {
return NextResponse.json({ message: "Hello traveller" });
}