Skip to content
View kutluhangil's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report kutluhangil

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
kutluhangil/README.md
// ==========================================
// Profile: Kutluhan
// Role: Full Stack Developer (Frontend-focused)
// Focus: UI, UX, Clean Code
// ==========================================
// Notes:
// - prefers clean UI & simple UX
// - cares about readable, maintainable code
// - enjoys building things end-to-end
//

const developer = {
  name: "Kutluhan",

  role: "Full Stack Developer",

  stack: {
    frontend: ["JavaScript", "React", "HTML", "CSS"],
    backend: ["REST APIs", "Auth", "Basic data modeling"],
  },

  interests: [
    "clean UI",
    "user experience",
    "simple solutions",
    "long-term maintainability",
  ],

  currentlyLearning: "advanced React patterns",

  goals: [
    "ship real-world applications",
    "improve system thinking",
    "grow as a production-ready developer",
  ],

  // off-work
  gaming: {
    steam: kutluhangil,
    ubisoft: kutluhangil,
    xbox: kutluhangil,
    playstation: kutluhangil,
    epic: kutluhangil,
    gog: kutluhangil,
  },

  music: {
    spotify: "https://open.spotify.com/user/kutluhangil",
  },
};

export default developer;

Popular repositories Loading

  1. Pokedex Pokedex Public

    A complete Pokémon companion that runs entirely in the browser. Browse the full national dex, search any species instantly, spin a 3D world map

    TypeScript 2

  2. goit-focusframe-project goit-focusframe-project Public

    Forked from conbac-dev/goit-focusframe-project

    Focus.Frame — A single-page, fully responsive photography school website built with HTML, CSS, and Figma design reference. Includes sections for courses, mentors, reviews, signup form, and footer. …

    CSS 1

  3. JavaScript-Mini-Proje JavaScript-Mini-Proje Public

    This mini project is designed to practice working with REST APIs using real HTTP requests. The application is built on top of the JSONPlaceholder API and demonstrates CRUD operations, pagination, q…

    JavaScript 1

  4. Mini-Project-from-AI Mini-Project-from-AI Public

    This repository contains a mini example project created for learning and revision purposes. It demonstrates how React, Redux Toolkit, and asynchronous backend operations work together in a real-wor…

    JavaScript 1

  5. kutluhangil kutluhangil Public

    Config files for my GitHub profile.

  6. SubSense SubSense Public

    A simple and intuitive web application to track all your subscriptions in one place. Monitor recurring expenses like Netflix, Spotify, and other services with ease. Features include subscription ma…

    TypeScript