I'm an AI-Powered Backend Developer & Automation Expert based in Turkey 🇹🇷. I specialize in building intelligent systems that bridge the gap between complex data and autonomous solutions.
var developer = new
{
Name = "Enes",
School = "Sakarya University",
Role = "AI-Powered Backend Developer",
Interests = new[]
{
"Machine Learning",
"AI Agents",
"Automation",
"Clean Architecture"
},
CurrentFocus = new[]
{
"AI Automation",
"MLOps",
"LLM Fine-tuning",
"n8n"
}
};AI-Powered Backend Developer | Machine Learning | Automation
public class EnesDevStack : IBackendSpecialist
{
public string[] Backend => new[] { ".py", ".js", ".ts", ".csharp" };
public string[] Frontend => new[] { ".tsx", ".jsx", ".css" };
public string[] AI_Tools => new[] { "Ollama", "n8n", "Scikit-learn", "PyTorch" };
public string[] Database => new[] { "PostgreSQL", "Supabase", "Redis" };
public string[] DevOps => new[] { "Docker", "Git", "Linux", "VS Code" };
public string CurrentGoal => "Optimizing AI-Powered Workflows";
}