Andreas Karabetian
Cloud Engineer - Full-Stack Developer
I am a dedicated Software Engineer specializing in full-stack application development and cloud computing.
Though my core interests lie in the design and development of full-stack applications, I am currently expanding my skills into Cloud Computing and DevOps practices, aiming to enhance my expertise in building scalable and efficient applications. I am passionate about continuous learning and staying updated with the latest industry trends.

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