Summary
An ambitious and adaptable computer engineering candidate with a strong passion
for learning and self-improvement. Proficient in English at an intermediate level,
with a solid foundation in programming and creating complex algorithms. Quick to
adapt to new concepts and technologies, making it possible for me to contribute
effectively in different fields of internship opportunities. A cooperative team
player dedicated to my responsibilities, planning to contribute proactively and
achieve personal and professional growth in the first work experience of my career.
Experiences
Software Development Intern
XXX Tech | Istanbul (June 2024 - August 2024)
- Worked with the team to develop features for a project management tool using
JavaScript, HTML, and CSS.
- Tested new features and fixed bugs to improve the code quality.
Education
Istanbul Medipol University | Istanbul
Bachelor of Science in Computer Engineering
(2021 - 2026)
- Recipient of a comprehensive scholarship at Istanbul Medipol University,
covering all expenses for up to seven years.
- Completed the English preparatory year with a GPA of 89.74.
- Currently a 3rd-year student with a GPA of 2.9/4.0 and solid academic
background, including a first-year GPA of 3.04/4.00 and a rank of 5th
in the department.
- Academic performance reflects my strong abilities in mathematics,
programming, and algorithm development, with progressive growth in core
computer engineering subjects.
Ahmet Kelesoglu Anatolian High School | Istanbul
(2017 - 2021)
- Specialized in the Science stream and graduated with an average of 85.6.
- Attended the English-oriented program, studying both English and German,
with a major focus on English.
- Achieved a top 0.6% rank in the national university entrance exam.
Skills
Technical Skills
- Programming Languages: Proficient in C with strong algorithm development
and problem-solving skills. Experienced in multiple programming languages.
- Systems & Tools: Shell Scripting, Git (version control).
- Development Environments: VS Code, Jupyter Notebook.
- Office Tools: Microsoft Office (Word, Excel, PowerPoint).
Core Competencies:
- Effective problem-solving with strong analytical and critical thinking abilities.
- Team collaboration and adaptability in dynamic environments.
- Logical reasoning and structured approach to algorithm design.
Languages
Turkish: C2 (Proficient)
English: B2 (Upper Intermediate)
German: A1 (Beginner)
Communities
42 Istanbul: Member of the Istanbul branch of Ecole 42, a renowned
Paris-based software development community. Currently part of the 2025 cohort.
OR Society, Medipol University: Active member of the Operations
Research Society at Medipol University, engaging in analytical problem-solving
and optimization studies.
AKAL MUN Club: Participated as a member of the AKAL (Ahmet Kelesoglu
Anatolian High School) Model United Nations (MUN) Club during my CSE studies, taking
on various roles, including Public Relations (PR), Admin, and Delegate, across several
MUN conferences. Recognized as a candidate for Best Delegate in DISEC as the Delegate
of Japan, showing strong negotiation skills.
Projects
C Language (February - March 2025)
String & Memory Manipulation Utilities
- ft_strcpy / ft_strncpy - Reimplemented safe string
copy functions with buffer size checks.
- ft_atoi - Built parsers to convert strings to integers.
Mathematical & Algorithmic Challenges
- ft_fibonacci - Implemented an efficient recursive Fibonacci sequence generator.
- ft_sqrt - Implemented an integer square root calculator using binary search.
- ft_is_prime / ft_find_next_prime - Created prime-checking and next-prime-finding algorithms.
Data Structures & System Utilities
- ft_strjoin - Concatenated multiple strings with a separator using dynamic allocation.
- ft_range / ft_ultimate_range - Generated arrays of sequential integers with malloc.
- ft_convert_base - Built a tool to convert numbers between arbitrary bases (e.g., binary to hexadecimal).
Other
- ft_putstr_non_printable - Developed a function to display non-printable characters as escape sequences.
- ft_sort_params / ft_rev_params - Created command-line argument processors for sorting and reversing input.
- ft_strcapitalize - Designed a utility to capitalize words in a string according to specific rules.