Skip to content
View dieaikhlayel's full-sized avatar
๐Ÿ˜Ž
I'm Good
๐Ÿ˜Ž
I'm Good

Block or report dieaikhlayel

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

Pinned Loading

  1. Image-Processing-API Image-Processing-API Public

    My first Udacity project โ€” an Image Processing API built to perform efficient image transformations such as resizing, cropping, and optimization through a RESTful interface.

    TypeScript 1

  2. StoreFront-Backend StoreFront-Backend Public

    Backend API for an online store built with Node.js, Express, TypeScript, and PostgreSQL. Supports user authentication, product management, and order handling. Developed for the Udacity Full Stack Jโ€ฆ

    TypeScript

  3. fullstack-task-manager fullstack-task-manager Public

    Fullstack Task Manager with React frontend, Node.js/MongoDB backend, and Angular admin panel.

    HTML

  4. My-Store My-Store Public

    TypeScript

  5. portfolio-website portfolio-website Public

    Responsive portfolio website showcasing my projects and CV โ€” built using HTML, CSS, and JavaScript.

    HTML

  6. Python Gist: Over-Engineered Snake G... Python Gist: Over-Engineered Snake Game โ€“ A Labyrinth of Code ๐Ÿ
    1
    """
    2
    AISnake: Dumb-but-fun AI player using greedy lookahead.
    3
    Extends Snake with decision-making.
    4
    """
    5