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

Highlights

  • Pro

Block or report heudev

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
heudev/README.md
"use creativity";
import { Person } from "türkiye/izmir";

const enes = new Person({
  name: "Enes Uysal",
  title: "Software Engineer",
  experience: "4+ years",
  education: "Computer Engineering @ İzmir University of Economics",
  email: "enes@enes.run"
});

enes.links = {
  website: "https://enes.run",
  cv: "https://cv.enes.run",
  linkedin: "https://linkedin.enes.run",
  instagram: "https://instagram.enes.run",
  spotify: "https://spotify.enes.run",
};

enes.showcase = [
  { url: "https://forum.ieu.app",    what: "Community platform for İzmir University of Economics · 8,000+ members" },
  { url: "https://ieu.app",          what: "Course timetable generator · used by nearly the entire university" },
  { url: "https://timetabler.app",   what: "Timetable planning · generalized for any university" },
  { url: "https://msku.org",         what: "Community platform for Muğla Sıtkı Koçman University" },
  { url: "https://dokuzeylul.net",   what: "Community platform for Dokuz Eylül University" },
  { url: "https://ege.uniforum.app", what: "Community platform for Ege University" },
  { url: "https://dersanalizi.com",  what: "Transcript-based graduation planning · students across Türkiye" },
];

enes.currently = [
  "Building AI-powered exam evaluation software @ IEU Faculty of Engineering",
  "Developing an LMS platform with workflow automations @ Campus Global",
];

enes.stack = {
  languages: ["JavaScript", "TypeScript", "Python"],
  frontend:  ["React", "Next.js", "Tailwind", "Electron"],
  backend:   ["Node.js", "Express", "Socket.IO"],
  databases: ["MongoDB", "PostgreSQL", "Redis"],
  infra:     ["GCP", "Docker"]
};

enes.recharge = () => listen("blues") && play("guitar");

export default enes;

Pinned Loading

  1. NodeBB NodeBB Public

    Forked from NodeBB/NodeBB

    Node.js based forum software built for the modern web

    JavaScript

  2. xterm.js xterm.js Public

    Forked from xtermjs/xterm.js

    A terminal for the web

    TypeScript

  3. camera-midi-controller camera-midi-controller Public

    Turn head movements into real-time MIDI CC messages using your camera and MediaPipe.

    JavaScript

  4. nodebb-plugin-sso-oauth2-multiple nodebb-plugin-sso-oauth2-multiple Public

    Forked from NodeBB/nodebb-plugin-sso-oauth2-multiple

    NodeBB Plugin for configuring multiple OAuth2 endpoints for login

    JavaScript