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"],
}
const ProjectTwo = {
description: "E-ticaret platformu",
technologies: ["Next.js", "PostgreSQL", "TailwindCSS", "Prisma"],
}
}
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() {
}