class Developer {
constructor() {
this.name = "Onur";
this.role = "Full Stack Developer";
this.language_spoken = ["tr_TR", "en_US"];
this.code = {
frontend: ["React", "Angular", "Vue", "TypeScript"],
backend: [".NET", "Laravel"],
mobile: ["Flutter", "Kotlin", "Swift"],
database: ["MSSQL", "MySQL", "MongoDB", "Firebase"]
};
this.architecture = ["Clean Architecture", "Microservices"];
this.current_state = {
activity: "Coding...",
coffee_level: "95%",
brain_usage: "99%"
};
}
sayHi() {
console.log("Coffee first, code later! ☕");
}
}
Focusing
Highlights
- Pro
Pinned Loading
-
my-portfolio
my-portfolio PublicA modern, responsive personal portfolio website built with Next.js 15, TypeScript, and Tailwind CSS, featuring smooth animations via Framer Motion, dark/light mode support, interactive sections (Ab…
TypeScript
-
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.