Skip to content
View egekaya1's full-sized avatar

Highlights

  • Pro

Organizations

@PoliTo-Rocket-Team

Block or report egekaya1

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
egekaya1/README.md

Hello there, I'm Ege 👋

Computer Engineering @ Politecnico di Torino | Software Developer


👨‍💻 About Me

  • 3rd-year Computer Engineering student at Politecnico di Torino
  • Front-End Developer Intern at Parma Calcio 1913
  • Full Stack Developer at PoliTo Rocket Team
  • Former Database Developer at Team DigiTwin

Currently exploring: Swift · Java · AI/ML
Goal: build impactful, production-grade projects that have real-world value


🧰 Tech Stack

Languages Python Java C C++ JavaScript TypeScript Bash Markdown

Frameworks & Libraries Next.js React Redux TailwindCSS Matplotlib NumPy Scikit-learn

Databases & Tools PostgreSQL SQLite Supabase Docker Git


🚀 Projects

Year Project Stack Summary
2026 Timber Co. Java · JavaFX Build a timber empire from the ground up. Command workers to cut forests, process wood, automate production, and scale operations. Bird's-eye view strategy game.
2025 CoreMetric Swift · SwiftUI · CoreML · PyTorch · C Privacy-first system monitor that detects hardware anomalies (CPU hangs, memory leaks, thermal throttling) using on-device neural networks. Features hybrid architecture with low-level C collector and quantized Autoencoder on Apple Neural Engine. Repository: https://github.com/egekaya1/CoreMetric
2025 Git-Sim Python · Dulwich · Rich · Typer · Textual CLI tool that simulates dangerous Git operations (rebase, merge, reset, cherry-pick) without modifying your repository. Features visual feedback, commit graphs, and merge conflict predictions. Repository: https://github.com/egekaya1/GitSimulator
2025 LectureLens React · Next.js · Supabase · TypeScript LectureLens allows students to input course material and receive a planned study program to achieve their goals. Features include summaries, flashcards, Q&A's, schedules and more. Repository: https://github.com/egekaya1/LectureLens
2025 egekaya.dev (Portfolio) Next.js · TypeScript · CSS My personal website showcasing my portfolio, projects, and contact info. Live site: https://egekaya.dev — Repository: https://github.com/egekaya1/egekaya.dev
2025 NIOChatServer Swift · NIO · WebSocket Real-time WebSocket chat application built with Swift NIO for asynchronous networking. Repository: https://github.com/egekaya1/NIOChatServer
2025 Notes App Java · JavaFX Feature-rich notes application with a clean JavaFX interface for organizing and managing personal notes. Repository: https://github.com/egekaya1/Notes-App
2025 PRT Discord Bot Node.js · Discord.js · Supabase Automates Discord role assignment for the PoliTo Rocket Team using Supabase user data. Repository: https://github.com/egekaya1/PRT-role-bot
2025 Insights Web App TypeScript · Next.js · React Data analytics and insights dashboard for Parma Calcio 1913 operations.
2025 Scouting Dashboard TypeScript · React · CSS Interactive dashboard for displaying and managing scouting reports with pagination, sorting, and search functionality.
2025 Parma FC Project HTML · CSS · JavaScript Parma FC landing page project built with simple, vanilla web technologies.
2025 LeetCode Solutions C · Python Repository for coding challenges and algorithm practice. Collection of solutions to LeetCode problems.
2025 DigiTwin Sensor DB PostgreSQL · C++ Co-developed backend logic and database schema for real-time sensor monitoring in digital twin systems.
2025 LoginApp – Role-Based Auth Next.js · TS · Redux Full authentication flow with protected routes and role-based access. Includes serverless API routes and global auth state.
2025 ReportsApp – API Data Viewer Next.js · React · TS Displays external scouting data with pagination, sorting, and search. Uses backend proxy routes for secure API calls.

🌍 Languages

  • Turkish
  • English
  • Italian

📊 GitHub Stats


📫 Contact


"Software is where engineering meets creativity."

Popular repositories Loading

  1. GitSimulator GitSimulator Public

    GitSim runs Git commands inside a temporary sandbox clone of the user’s repository, analyzes the results, and provides visual feedback including: before/after commit graphs expected file diffs pred…

    Python 2

  2. egekaya.dev egekaya.dev Public

    my personal website

    TypeScript 1

  3. LectureLens LectureLens Public

    LectureLens allows students of all kinds to input course material and receive a planned study program to achieve their goals. Features include summaries, flashcards, Q&A's, schedules and more. Buil…

    TypeScript 1

  4. CoreMetric CoreMetric Public

    Privacy-first system monitor that detects hardware anomalies using on-device neural networks. Features a hybrid architecture: a low-level C collector for kernel metrics and a quantized Autoencoder …

    Swift 1

  5. leetcode leetcode Public

    repository for coding challenges

    C

  6. PRT-role-bot PRT-role-bot Public

    A Discord bot that automatically assigns roles to new server members based on their division/team information stored in the team's Supabase database.

    JavaScript