Hi, I'm Kerem!
- Data Science
- Image Processing
- Backend Development
- Database Design
public class WhoAmI
{
public string User { get; set; } = "Kerem Mert Izmir";
public string CurrentWork { get; set; } = "Writing code";
public List<string> Hobbies { get; set; } = new List<string>
{
"Riding Motorcycle",
"Swimming",
"Watching Series And Movies",
"Playing Chess",
"To attend the meetings",
"Being up all Night chasing that ONE BUG..."
};
public string GetCity()
{
return "Mersin, Turkey";
}
public string GetUniversity()
{
return "Inonu, Malatya";
}
public List<string> Ambitions()
{
return new List<string>
{
"rideMotorcycle",
"playingChess",
"speakEnglish",
"beTheBest",
"grazeUntilItsPerfect"
};
}
}
- I am doing an backend internship at Arçelik Global right now.
- I'm improving myself in C# and I want to specialize in .Net too.
- I can't wait to use more e-commerce and social media sites for my automation projects (!)
- My Youtube Channel, subscribe If you interested the coding :)
- Feel free to send e-mail to me for no reason, also I love to meet new people. (P.S. Star it too!!:grimacing: )