ENES BOZKURT

Frontend Developer

// I have been actively working in web and mobile application development as a Frontend Developer for over 3 years.

// Experienced in React.js, Next.js, React Native and Node.js technologies.

// Expert in converting customer needs into technical solutions.

const PERSONAL_INFO = {

NAME: "Enes Bozkurt",

TITLE: "Frontend Developer",

EMAIL: "enesbbozkurt@icloud.com",

PHONE: "(+90) 5346256538",

LOCATION: ["Küçükçekmece / Sefaköy", "İstanbul", "Türkiye"],

GITHUB: "github.com/fetaV",

GENDER: "Erkek",

BIRTH_DATE: new Date(1997, 5, 27),

MILITARY: true // Completed

};

const TECHNOLOGIES = [

"HTML", "CSS", "Bootstrap",

"JavaScript", "Reactjs", "Next.js",

"React Native", "Laravel",

"MongoDB", "Nodejs", "Nestjs",

"Expressjs", "Datagrip",

"MS Excel", "MS Word", "MS PowerPoint"

];

const PLATFORMS = [

"Web", "Mobile", "Desktop"

];

const LANGUAGES = {

// Native language

TÜRKÇE: "Native",

// Intermediate level

İNGİLİZCE: "B1"

};

const HOBBIES = [

"Müzik besteleme",

"Yazılım ve yazılım eğitimleri",

"Basketbol"

];

const WORK_EXPERIENCE = [

{

COMPANY: "Ouno",

POSITION: "Frontend Developer",

DURATION: "01/07/2024 - Mevcut",

TECHNOLOGIES: ["Next.js", "React.js", "PHP", "Mobile Apps"],

// Worked on Frontend coding tasks given within the company.

// Since the projects are based on Next.js, React.js, PHP, I have experience in these languages as well.

// I also coded and published mobile applications within the company.

},

{

COMPANY: "VemloTV",

POSITION: "Frontend Developer",

DURATION: "27/11/2023 - 06/06/2024",

TECHNOLOGIES: ["Next.js", "React.js", "PHP"],

// Worked on project-based Frontend coding tasks given.

},

{

COMPANY: "MoM Co.",

POSITION: "Frontend Developer",

DURATION: "01/05/2023 - 24/11/2023",

TECHNOLOGIES: ["Next.js", "PHP"],

// Worked on project-based Frontend coding tasks given.

},

{

COMPANY: "Freelance",

POSITION: "Frontend Developer",

DURATION: "01/04/2022 - 01/05/2023",

TECHNOLOGIES: ["HTML", "CSS", "Bootstrap", "JavaScript", "Reactjs"],

// I coded the given Figma design with HTML, CSS and Bootstrap and presented it to the customer.

// I paid attention to being responsive.

},

{

COMPANY: "VM Florya MedicalPark Hastanesi",

POSITION: "Kurumsal Faturalama Uzmanı",

DURATION: "15/10/2020 - 17/07/2023",

// Worked on health insurance and SGK processes

}

];

const EDUCATION = [

{

UNIVERSITY: "Anadolu Üniversitesi",

DEPARTMENT: "Yönetim Bilişim Sistemleri",

LEVEL: "Lisans",

DURATION: "2020 - Mevcut"

},

{

UNIVERSITY: "Sakarya Üniversitesi",

DEPARTMENT: "Sağlık Yönetimi",

LEVEL: "Lisans",

DURATION: "2016 - 2020"

}

];

const REFERENCES = [

{

NAME: "Onur Nizam",

POSITION: "Fullstack Developer",

COMPANY: "MoM Co.",

PHONE: "(+90) 5423877498"

},

{

NAME: "Oğuzhan Çoruk",

POSITION: "Fullstack Developer",

COMPANY: "VemloTV",

PHONE: "(+90) 5054199450"

},

{

NAME: "İbrahim Kaan Erkol",

POSITION: "Full Stack Developer",

COMPANY: "Ouno",

PHONE: "(+90) 5348322818"

}

];

const ORGANIZATION = {

COMMUNITY: "Sakarya Üniversitesi Sağlık Yönetimi Topluluğu",

POSITION: "Yönetim Kurulu Üyesi",

DURATION: "3 yıl",

// Served on the board of directors of Sakarya University Health Management Community for 3 years.

};

const PROJECTS = [

{

title: "Cron Expression Builder",

description: "A modern and user-friendly tool for creating, validating and managing cron expressions. Multilingual interface with support for 4 languages.",

features: "Features: Visual builder, real-time validation, multiple languages, dark/light theme, responsive",

technologies: ["React", "Material-UI", "i18next", "Redux"],

links: {

live: "Cron Builder'ı Aç",

},

{

title: "Recipe Application",

description: "User-friendly web application for adding, editing and deleting recipes and ingredients.",

features: "Features: Recipe add/edit, ingredient management, user-friendly interface, responsive design",

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

links: {

live: "Recipe Uygulamasını Aç",

},

{

title: "Langi Admin Panel",

description: "Management panel for Langi mobile application. Comprehensive admin interface for user and sentence management.",

features: "Features: User management, sentence management, admin panel, secure login system",

technologies: ["React", "Next.js", "TypeScript", "Tailwind CSS"],

links: {

live: "Langi Uygulamasını Aç",

},

];