Andreas Karabetian
Full-Stack Software Engineer
I am a dedicated Software Engineer specializing in full-stack application development. I enjoy crafting responsive web solutions using modern technologies like Next.js, React, and Tailwind CSS.

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