portfolio.tsx - Visual Studio Code
EXPLORER
portfolio
src
components
home
portfolio.tsx
projects.tsx
skills.tsx
contact.tsx
layout
Explorer.tsx
Header.tsx
Terminal.tsx
Tabs.tsx
styles
globals.css
page.tsx
package.json
README.md
root@porfolio:~$

const developer = "Emrah Atalay";

// Fullstack Developer

Modern web teknolojileri ile kullanıcı dostu ve ölçeklenebilir uygulamalar geliştiriyorum. Clean code ve best practice'leri takip ederek sürdürülebilir çözümler üretiyorum.

function getProjects() {

const ProjectOne = {

description: "Modern bir web uygulaması",

technologies: ["React", "TypeScript", "Node.js", "MongoDB"],

link: "https://github.com/username/project-one";

}

const ProjectTwo = {

description: "E-ticaret platformu",

technologies: ["Next.js", "PostgreSQL", "TailwindCSS", "Prisma"],

link: "https://github.com/username/project-two";

}
}

interface DeveloperSkills {

frontend:

// React
// Next.js
// TypeScript
// TailwindCSS
// Redux

backend:

// Node.js
// Nestjs
// PostgreSQL
// MongoDB
// REST API

tools:

// Git
// Docker
// VS Code
// Jest
// Webpack

devOps:

// Nginx
// Jenkins
// linux
// Heroku
}

async function contact() {

}