Skip to content
View Umutalb's full-sized avatar
🎯
Focusing
🎯
Focusing

Sponsoring

@sindresorhus

Highlights

  • Pro

Block or report Umutalb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Umutalb/README.md
Typing SVG
Profile Views Followers

🌐 Connect With Me


Coding GIF

💫 About Me

const umut = {
    location: "Istanbul, Turkey 🌉",
    portfolio: "https://umutalbayrak.dev",
    education: "Computer Engineering Student 🎓",
    currentYear: "3rd Year",
    currentlyLearning: ["C#", "ASP.NET Core", "Firebase"],
    focusArea: "Backend Development",
    goal: "Building scalable Web APIs & secure systems",
    funFact: "I debug with coffee ☕"
};

🛠️ Tech Stack & Tools

C#
C#
C++
C++
.NET
.NET Core
Firebase
Firebase
Git
Git

🚀 Featured Projects

❤️ DatingApp2025

🔥 Work in Progress

• Tinder-like dating application
• ASP.NET Core Web API
• Firebase integration
• Real-time features

🎲 Number Guessing Game

🎮 Interactive Game

• Random number generation (1-100)
• Input validation & tracking
• Quit anytime functionality
• Play again feature

🔄 Palindrome Checker

📝 String Processing

• Manual reverse algorithm
• Case-insensitive checking
• Quit anytime functionality
• User-friendly interface

🧑‍💼 🔢 Prime Number Checker

⚡ Optimized Algorithm

• Algorithm optimization (√n complexity)
• Mathematical thinking
• Performance awareness
• Interview favorite

🏆 GitHub Achievements


📜 Certifications

HackerRank C# Basic


📊 GitHub Analytics



Popular repositories Loading

  1. resume resume Public

    Forked from onurravli/resume

    This repository contains my resume in LaTeX. Every time a push is made, the PDF is built and committed to the repository by GitHub Actions, and to my personal website.

    TeX 4

  2. HUBookReadingSystem---API HUBookReadingSystem---API Public

    A book reading tracking system built with ASP.NET Core and PostgreSQL.

    C# 1

  3. JobApplicationChecker JobApplicationChecker Public

    It checks the hiring eligibility by taking the user's age, driver's license status, and university graduation status.

    C++

  4. Umutalb Umutalb Public

  5. PhoneBook PhoneBook Public

    This code is a phone book application. Users can add new contacts, search for existing ones, update, delete, and list them. Data is stored in a file and loaded when the application starts. Addition…

    C++

  6. TurkishIdNumberValidator TurkishIdNumberValidator Public

    This C++ program verifies the validity of a Turkish Republic identification number by applying specific mathematical rules to its digits.

    C++