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.

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.

Andreas Karabetian

welcome.js

import { NextResponse } from "next/server";

export async function GET() {
  return NextResponse.json({ message: "Hello traveller" });
}