interface Developer {
name: string;
location: string;
role: string;
languages: string[];
specialties: string[];
currentFocus: string[];
philosophy: string;
availability: string;
}
const mehmetSalih: Developer = {
name: "Mehmet Salih Yaldız",
location: "Konya, Türkiye 🇹🇷",
role: "Senior Full Stack Developer",
languages: ["Turkish (Native)", "English (Advanced)"],
specialties: [
"Full Stack Web Development",
"RESTful API Design & Development",
"Database Architecture & Optimization",
"DevOps & Container Technologies",
"Performance Optimization",
"Code Review & Mentoring"
],
currentFocus: [
"Microservices Architecture",
"Docker & Kubernetes Mastery",
"Cloud Native Applications",
"Advanced React Patterns"
],
philosophy: "Clean code is not written by following rules. Clean code is written by 'clean' developers.",
availability: "Open for freelance & collaboration 🟢"
};
🎯
Avid Focusing ☠
Deaf coding 💻
-
MSY Developer
- Konya, Türkiye
- https://msydeveloper.com
- in/mehmetsalihyaldiz
- msalihyaldiz
Popular repositories Loading
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.



