Back to top

Ümmügülsün Türkmen

Computer Engineering Student | Creative Developer

Transforming ideas into innovative software solutions with expertise in Python, Java, and modern development practices.

About Me

Ümmügülsün Türkmen - Computer Engineering Student

I'm a passionate Computer Engineering student who transforms complex problems into elegant software solutions.

With expertise in Python, Java, and modern development frameworks, I specialize in creating innovative applications that make a real impact. From image processing algorithms to mobile applications, I bring ideas to life through clean, efficient code.

Core Competencies

Problem Solving

Analytical approach to complex technical challenges

Technical Excellence

Clean, maintainable code with focus on best practices

Precision

Detail-oriented development with quality focus

Education

2023 – 2027

BSc in Computer Engineering

Istanbul Health and Technology University

2024 – 2026

Associate Degree in Computer Programming

Dokuz Eylul University

Experience

June 2025 – July 2025

Information Technology Intern — SCA SOCIAL

Istanbul

  • Developed proficiency in Python programming for data analysis and automation
  • Enhanced design skills using Adobe Photoshop for visual content creation
  • Gained expertise in Excel for data management and advanced calculations
  • Learned AutoCAD fundamentals for technical drawing and design
July 2024 – October 2024

Merchandiser — Türkmenler Socks

Istanbul

  • Managed product inventory and merchandising at a family-run business
  • Improved customer-facing display performance
  • Gained experience in multitasking, teamwork, and logistics

Certifications

August 2024

Supervised Machine Learning: Regression and Classification

DeepLearning.AI, Stanford University

Credential ID: F3FQTTDO8ZH7

February 2025

Project Planning: Putting It All Together

Google

Credential ID: L4NYXTDWTXL0

February 2025

Project Initiation: Starting a Successful Project

Google

Credential ID: 8GX2AJ69Z9D6

February 2025

Project Execution: Running the Project

Google

Credential ID: 3E57P9BZ1NEA

💼 Featured Work

Featured Projects

Transforming ideas into powerful digital solutions through innovative technology and creative problem-solving

🎮

Millionaire Network Game

Multiplayer quiz game with real-time networking, socket programming, and client-server architecture.

Python Networking Sockets
Spring 2024 Web Development
👋

Gesture Groove

Real-time hand gesture recognition using computer vision and machine learning.

Python OpenCV MediaPipe
June 2024 AI & ML
📱

Lensify OCR Scanner

Professional Flutter OCR app with multi-engine text recognition and PDF export.

Flutter Dart OCR
2024 Mobile App
🌸

FlowerSnap iOS

Native iOS app for flower identification using Core ML and computer vision.

iOS SwiftUI Core ML
2025 Mobile App
🎯

Adventure Game

Interactive text-based adventure game showcasing OOP principles in Java.

Java OOP Game Dev
Fall 2024 Web Development

Ready to Build Something Amazing?

Let's collaborate and turn your ideas into reality. I'm always excited to work on innovative projects.

Skills

Programming Languages

Java
Python
C/C++
JavaScript

Development Tools

VSCode
Git/GitHub
IntelliJ IDEA
Docker

Key Competencies

OOP Principles
Problem Solving
Algorithm Design
Machine Learning

Professional Skills

Team Collaboration
Adaptability
Communication
Project Management

Get in Touch

Ready to bring your next project to life? Let's discuss how we can work together to create something amazing.

Let's Build Something Great Together

Available for freelance projects, collaborations, and full-time opportunities

Please enter your name
Please enter a valid email address
Please enter your message

Technical Blog

Documenting my journey in software development, exploring cutting-edge technologies, and sharing practical insights for fellow developers.

In Progress

New articles on modern development practices coming soon!

Advanced Java Patterns

Deep dive into design patterns and best practices for enterprise Java development

Coming Soon

iOS Development with SwiftUI

Building modern iOS applications with declarative UI frameworks and Core ML integration

Coming Soon

Computer Vision Techniques

Practical applications of image processing and machine learning in real-world projects

Coming Soon
.project-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(126, 103, 255, 0.15); border-color: var(--primary); } .project-card.featured { border: 2px solid var(--primary); background: linear-gradient(135deg, rgba(126, 103, 255, 0.05) 0%, rgba(0, 153, 255, 0.05) 100%); } .project-image { height: 200px; background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; } .project-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .project-card:hover .project-overlay { background: rgba(0, 0, 0, 0.4); } .project-icon { font-size: 3rem; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); } .project-status { position: absolute; top: 1rem; right: 1rem; background: rgba(255, 255, 255, 0.9); color: var(--primary); padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.75rem; font-weight: 600; } .project-info { padding: 1.5rem; } .project-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; } .project-header h3 { font-size: 1.25rem; font-weight: 700; margin: 0; color: var(--text-primary); } .project-links { display: flex; gap: 0.5rem; } .project-link { width: 36px; height: 36px; border-radius: 8px; background: var(--card-border); display: flex; align-items: center; justify-content: center; color: var(--text-secondary); transition: all 0.3s ease; text-decoration: none; } .project-link:hover { background: var(--primary); color: white; transform: translateY(-2px); } .project-description { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; font-size: 0.95rem; } .project-tech { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; } .tech-tag { background: rgba(126, 103, 255, 0.1); color: var(--primary); padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.75rem; font-weight: 600; } .project-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; color: var(--text-secondary); } .project-type { background: var(--card-border); padding: 0.25rem 0.75rem; border-radius: 50px; font-weight: 600; } .projects-cta { text-align: center; padding: 2rem; background: var(--card-bg); border-radius: 16px; border: 1px solid var(--card-border); } .projects-cta p { margin-bottom: 1rem; color: var(--text-secondary); } .cta-button { background: var(--primary); color: white; padding: 0.75rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; display: inline-block; } .cta-button:hover { background: var(--secondary); transform: translateY(-2px); } /* Enhanced Responsive Design */ @media (max-width: 1024px) { .projects-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; } .projects-title { font-size: 3rem; } } @media (max-width: 768px) { .projects-section { padding: 2.5rem 1.5rem; margin: 2rem 0; } .projects-title { font-size: 2.5rem; letter-spacing: -1px; } .projects-subtitle { font-size: 1.1rem; } .projects-grid { grid-template-columns: 1fr; gap: 1.2rem; } .project-info { padding: 1.5rem; } .project-header h3 { font-size: 1.3rem; } .filter-btn { padding: 0.8rem 1.5rem; font-size: 0.9rem; } .cta-content h3 { font-size: 1.7rem; } .cta-buttons { flex-direction: column; align-items: center; } .cta-primary, .cta-secondary { width: 100%; max-width: 280px; justify-content: center; } } @media (max-width: 480px) { .projects-section { padding: 2rem 1rem; margin: 2rem 0; } .projects-title { font-size: 2rem; letter-spacing: -1px; } .projects-subtitle { font-size: 1rem; } .projects-badge { padding: 0.6rem 1.2rem; font-size: 0.8rem; } .project-image { height: 180px; } .project-icon { font-size: 3rem; } .tech-tag { font-size: 0.8rem; padding: 0.4rem 0.8rem; } .project-info { padding: 1.5rem; } .project-header h3 { font-size: 1.3rem; } .project-description { font-size: 0.95rem; } .filter-btn { padding: 0.8rem 1.5rem; font-size: 0.9rem; } } } .projects-title { font-size: 2rem; } .filter-btn { padding: 0.5rem 1rem; font-size: 0.875rem; } }