Preet Kotmire
Crafting code by day, cracking challenges by night.
I am a full-stack Software Engineer passionate about building scalable, responsive, and user-centric web applications. Skilled in React, Next.js, Tailwind CSS, HTML, CSS, JavaScript, MongoDB, PostgreSQL, and experienced with MERN stack development, Express.js, Firebase Auth, and ORMs, I focus on delivering clean, efficient code and seamless digital experiences. I am also expanding my expertise in cloud technologies, API development, and data science, with hands-on experience in Python, Pandas, and data visualization tools like Power BI and Excel. Alongside technical skills, I bring strong problem-solving, teamwork, leadership, and communication abilities, enabling me to create impactful and holistic software solutions.
welcome.ts
// app/api/welcome/route.js
import { NextResponse } from "next/server";
export async function GET() {
return NextResponse.json({ message: "Welcome to Preet Kotmire's portfolio!" }, { status: 200 });
}